![]() |
VR-Link API Documentation for HLA 1516
|
Inheritance diagram for DtIoEffectRecord:
Collaboration diagram for DtIoEffectRecord:Public Member Functions | |
| DtIoEffectRecord () | |
| Constructor. | |
| DtIoEffectRecord (DtIOStatus status, DtIOLinkType linkType, DtIOEffect effect, unsigned int effectDutyCycle, unsigned int effectDuration, DtIOProcess process) | |
| Constructor. | |
| DtIoEffectRecord (const DtIoEffectRecord &orig) | |
| Copy Constructor. | |
| DtIoEffectRecord (const DtNetIoEffectRecord &orig) | |
| Copy Constructor. | |
| DtIoEffectRecord (void *ptr, unsigned int length) | |
| Net Constructor. | |
| virtual DtIoEffectRecord & | operator= (const DtIoEffectRecord &other) |
| Assignment operator. | |
| virtual DtStandardVariableRecord & | operator= (const DtStandardVariableRecord &record) |
| Assignment operator. | |
| virtual bool | operator== (const DtIoEffectRecord &other) |
| Equals operator. | |
| virtual bool | operator== (const DtStandardVariableRecord &other) |
| Equals operator. | |
| virtual unsigned int | recordType () const |
| Setters and Getters for Record Type. | |
| virtual void | setRecordType (unsigned int recordType) |
| virtual unsigned int | recordLength () const |
| Setters and Getters for Record Length. | |
| virtual void | setRecordLength (unsigned int recordLength) |
| virtual DtIOStatus | ioStatus () const |
| Setters and Getters for IO Status. | |
| virtual void | setIoStatus (DtIOStatus ioStatus) |
| virtual DtIOLinkType | ioLinkType () const |
| Setters and Getters for IO Link Type. | |
| virtual void | setIoLinkType (DtIOLinkType ioLinkType) |
| virtual DtIOEffect | ioEffect () const |
| Setters and Getters for IO Effect. | |
| virtual void | setIoEffect (DtIOEffect ioEffect) |
| virtual unsigned int | ioEffectDutyCycle () const |
| Setters and Getters for IO Effect Duty Cycle. | |
| virtual void | setIoEffectDutyCycle (unsigned int ioEffectDutyCycle) |
| virtual unsigned int | ioEffectDuration () const |
| Setters and Getters for IO Effect Duration. | |
| virtual void | setIoEffectDuration (unsigned int ioEffectDuration) |
| virtual DtIOProcess | ioProcess () const |
| Setters and Getters for IO Effect Duration. | |
| virtual void | setIoProcess (DtIOProcess ioProcess) |
| virtual void | printDataToStream (std::ostream &stream) const |
| Prints the data to the specified stream. | |
| virtual void | writeRecord (void *addr) const |
| Writes the network representation to the given address. | |
| virtual void | setFromNet (const void *netRecord, unsigned int length, DtStandardVariableRetCode *retCode=NULL) |
| Sets the record from an address and length. Retcode will be Valid if all goes well. | |
| virtual unsigned int | unpaddedNetsize () const |
| Returns the size of the network representation (without padding bytes) | |
| virtual unsigned int | netSize () const |
| This overrides netSize because this Record is a special case as it is of a fixed size and Will never require padding. | |
| virtual DtStandardVariableRecord * | clone () const |
| Clone. | |
Public Member Functions inherited from DtStandardVariableRecord | |
| DtStandardVariableRecord () | |
| Constructor. | |
| virtual | ~DtStandardVariableRecord () |
| Destructor. | |
| virtual void | printData () const |
| Prints the data to DtInfo. | |
| virtual unsigned int | netSize () |
| Returns the size of the network representation (including padding bytes) | |
Static Public Member Functions | |
| static DtStandardVariableRecord * | create (void *addr, unsigned int length) |
| Create function used by Standard Variable Record Factory. | |
Protected Attributes | |
| DtNetIoEffectRecord | myIoEffectRecord |
| DtIoEffectRecord::DtIoEffectRecord | ( | ) |
Constructor.
| DtIoEffectRecord::DtIoEffectRecord | ( | DtIOStatus | status, |
| DtIOLinkType | linkType, | ||
| DtIOEffect | effect, | ||
| unsigned int | effectDutyCycle, | ||
| unsigned int | effectDuration, | ||
| DtIOProcess | process | ||
| ) |
Constructor.
| DtIoEffectRecord::DtIoEffectRecord | ( | const DtIoEffectRecord & | orig | ) |
Copy Constructor.
| DtIoEffectRecord::DtIoEffectRecord | ( | const DtNetIoEffectRecord & | orig | ) |
Copy Constructor.
| DtIoEffectRecord::DtIoEffectRecord | ( | void * | ptr, |
| unsigned int | length | ||
| ) |
Net Constructor.
|
virtual |
Clone.
Implements DtStandardVariableRecord.
|
static |
Create function used by Standard Variable Record Factory.
|
virtual |
Setters and Getters for IO Effect.
|
virtual |
Setters and Getters for IO Effect Duration.
|
virtual |
Setters and Getters for IO Effect Duty Cycle.
|
virtual |
Setters and Getters for IO Link Type.
|
virtual |
Setters and Getters for IO Effect Duration.
|
virtual |
Setters and Getters for IO Status.
|
virtual |
This overrides netSize because this Record is a special case as it is of a fixed size and Will never require padding.
|
virtual |
Assignment operator.
|
virtual |
Assignment operator.
|
virtual |
Equals operator.
|
virtual |
Equals operator.
Implements DtStandardVariableRecord.
|
virtual |
Prints the data to the specified stream.
Implements DtStandardVariableRecord.
|
virtual |
Setters and Getters for Record Length.
Implements DtStandardVariableRecord.
|
virtual |
Setters and Getters for Record Type.
Implements DtStandardVariableRecord.
|
virtual |
Sets the record from an address and length. Retcode will be Valid if all goes well.
Implements DtStandardVariableRecord.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Implements DtStandardVariableRecord.
|
virtual |
Implements DtStandardVariableRecord.
|
virtual |
Returns the size of the network representation (without padding bytes)
Implements DtStandardVariableRecord.
|
virtual |
Writes the network representation to the given address.
The assumption is that this memory is allocated and is of the proper size.
Implements DtStandardVariableRecord.
|
protected |