51 virtual void setOrientationOffset(
double);
52 virtual double orientationOffset()
const;
61 virtual void setOrientationToUse(OrientationType);
62 virtual OrientationType orientationToUse()
const;
67 virtual void setRange(
double);
68 virtual double range()
const;
73 virtual void setSweep(
double);
74 virtual double sweep()
const;
77 virtual void setMode1Included(
const bool& val);
78 virtual bool mode1Included()
const;
79 virtual void setMode2Included(
const bool& val);
80 virtual bool mode2Included()
const;
81 virtual void setMode3AIncluded(
const bool& val);
82 virtual bool mode3AIncluded()
const;
83 virtual void setMode5Included(
const bool& val);
84 virtual bool mode5Included()
const;
85 virtual void setModeSIncluded(
const bool& val);
86 virtual bool modeSIncluded()
const;
87 virtual void setMode3CIncluded(
const bool& val);
88 virtual bool mode3CIncluded()
const;
89 virtual void setTCASIncluded(
const bool& val);
90 virtual bool TCASIncluded()
const;
91 virtual void setIsLethalInterrogation(
const bool& val);
92 virtual bool isLethalInterrogation()
const;
99 virtual bool setFromNet(
const char* contentBuffer,
unsigned contentSize)
override;
VR-Link includes.
Definition: iffInterrogatorSweepTask.h:17
DtRwReal mySweep
Definition: iffInterrogatorSweepTask.h:112
DtRwInt myOrientationType
Definition: iffInterrogatorSweepTask.h:109
DtRwReal myRange
Definition: iffInterrogatorSweepTask.h:111
Definition: readerWriterRegistry.h:39
OrientationType
Get/set the orientation to use and offset. Offset is in radians.
Definition: iffInterrogatorSweepTask.h:54
virtual DtSimTask * clone(const DtString &name, DtReaderWriterRegistry *parentRegistry=0) const =0
Make a copy of this task. Returns a newly allocated instance of a DtSimTask. Override this member fun...
DtRwReal myOrientationOffset
Definition: iffInterrogatorSweepTask.h:110
virtual bool setFromNet(const char *contentBuffer, unsigned contentSize)
Sets mySubtask member from the incoming contentBuffer (cast to type DtNetSimTask). Derived classes should call down to this function first, and then extract their own data starting at the location contentBuffer + DtSimTask::netRepSize().
Description: Readable, Writable int.
Definition: rwInt.h:25
virtual bool setToNet()
Calls netRep() to create the network buffer. Casts the resulting myNetRep to type DtNetSimTask*...
#define DT_DLL_vrftasks
This file is used to determine how to build.
Definition: vrftasksDefines.h:26
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
DtSimTask is an abstract base class from which real tasks can derive. It manages the read/write capab...
Definition: simTask.h:30
virtual DtString stringRep() const =0
Returns a human-readable string representation of the task. This string representation is used to dis...
const DtSimTask & operator=(const DtSimTask &orig)
assignment operator; same as copy constructor
DtRwInt myFlags
Bits flags that will be turned on for each mode included and whether or not.
Definition: iffInterrogatorSweepTask.h:115
virtual const DtSimTaskMessageType & type() const =0
What kind of task am I? Returns a string indicating the kind of task (for example, “move-to”, “follow-entity”). Derived classes must implement this member function to return a unique string representing the type of task. The set of standard task types supplied with VR-Forces is in taskTypes.h.
virtual int netRepSize() const
Returns the size in bytes of the network representation of the class. This is the size in bytes of th...