![]() |
VR-Forces 4.3 Class Documentation
|
File: ifPlanOp.h. More...

Public Member Functions | |
| DtIfPlanOp () | |
| default constructor | |
| DtIfPlanOp (const DtIfPlanOp &orig) | |
| copy constructor | |
| const DtIfPlanOp & | operator= (const DtIfPlanOp &orig) |
| assignment operator | |
| virtual | ~DtIfPlanOp () |
| virtual int | type () const |
| Return DtPlanOpMessageName. | |
| virtual DtSimInterfaceContent * | clone () const |
Public Member Functions inherited from DtIfFileOp | |
| DtIfFileOp () | |
| default constructor | |
| DtIfFileOp (const DtIfFileOp &orig) | |
| copy constructor | |
| const DtIfFileOp & | operator= (const DtIfFileOp &orig) |
| assignment operator | |
| virtual | ~DtIfFileOp () |
| virtual const DtString & | fileName () const |
| Name of the file to operate on. | |
| virtual void | setFileName (const DtString &fileName) |
| virtual int | fileOp () const |
| The I/O type of the operation (DtReadFileOpType/DtWriteFileOpType). | |
| virtual void | setFileOp (int fileOp) |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual void | printDataToString (DtString &str) |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
Additional Inherited Members | |
Protected Attributes inherited from DtIfFileOp | |
| DtString | myFileName |
| int | myFileOp |
File: ifPlanOp.h.
Class: DtIfPlanOp DtIfPlanOp is derived from DtIfFileOp, and identifies the file type as a plan file via its message type (hence the plan engine will register a callback for this kind of message).
Content-Type: DtPlanOpMessageType
Parameters: None.
| DtIfPlanOp::DtIfPlanOp | ( | ) |
default constructor
| DtIfPlanOp::DtIfPlanOp | ( | const DtIfPlanOp & | orig | ) |
copy constructor
|
virtual |
| const DtIfPlanOp& DtIfPlanOp::operator= | ( | const DtIfPlanOp & | orig | ) |
assignment operator
|
virtual |
Return DtPlanOpMessageName.
Implements DtIfFileOp.
|
virtual |
Implements DtIfFileOp.
|
static |