VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions
DtIfPlanOp Class Reference

File: ifPlanOp.h. More...

Inheritance diagram for DtIfPlanOp:
Inheritance graph
[legend]

Public Member Functions

 DtIfPlanOp ()
 default constructor
 DtIfPlanOp (const DtIfPlanOp &orig)
 copy constructor
const DtIfPlanOpoperator= (const DtIfPlanOp &orig)
 assignment operator
virtual ~DtIfPlanOp ()
virtual int type () const
 Return DtPlanOpMessageName.
virtual DtSimInterfaceContentclone () const
- Public Member Functions inherited from DtIfFileOp
 DtIfFileOp ()
 default constructor
 DtIfFileOp (const DtIfFileOp &orig)
 copy constructor
const DtIfFileOpoperator= (const DtIfFileOp &orig)
 assignment operator
virtual ~DtIfFileOp ()
virtual const DtStringfileName () 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)
- Public Member Functions inherited from DtSimInterfaceContent
virtual ~DtSimInterfaceContent ()
virtual bool update (const DtSimInterfaceContent *data)
virtual charnetRep ()
virtual void printContentType (DtString &str)
virtual void setUseSessionId (bool yesNo)
virtual bool useSessionId () const

Static Public Member Functions

static DtSimInterfaceContentcreator ()

Additional Inherited Members

- Protected Member Functions inherited from DtSimInterfaceContent
 DtSimInterfaceContent ()
 DtSimInterfaceContent (const DtSimInterfaceContent &orig)
const DtSimInterfaceContentoperator= (const DtSimInterfaceContent &orig)
virtual charcreateNetworkBuffer ()
- Protected Attributes inherited from DtIfFileOp
DtString myFileName
int myFileOp
- Static Protected Attributes inherited from DtSimInterfaceContent
static DtInterfaceContentFactorymyFactory
static
DtSimInterfaceContentTypePrinterFcn 
theContentTypePrinterFcn

Detailed Description

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.

Constructor & Destructor Documentation

DtIfPlanOp::DtIfPlanOp ( )

default constructor

DtIfPlanOp::DtIfPlanOp ( const DtIfPlanOp orig)

copy constructor

virtual DtIfPlanOp::~DtIfPlanOp ( )
virtual

Member Function Documentation

const DtIfPlanOp& DtIfPlanOp::operator= ( const DtIfPlanOp orig)

assignment operator

virtual int DtIfPlanOp::type ( ) const
virtual

Return DtPlanOpMessageName.

Implements DtIfFileOp.

virtual DtSimInterfaceContent* DtIfPlanOp::clone ( ) const
virtual

Implements DtIfFileOp.

static DtSimInterfaceContent* DtIfPlanOp::creator ( )
static

The documentation for this class was generated from the following file:

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)