![]() |
VR-Link API Documentation for DIS
|
Instances of DtGroundLogisticsVehicleRecord are used to contain the entity state and logistics information about an individual entity within a group of entities. More...
Collaboration diagram for DtGroundLogisticsVehicleRecord:Public Member Functions | |
| DtGroundLogisticsVehicleRecord () | |
| Constructors. | |
| DtGroundLogisticsVehicleRecord (const DtGroundLogisticsVehicleRecord &orig) | |
| virtual | ~DtGroundLogisticsVehicleRecord () |
| Destructor. | |
| DtGroundLogisticsVehicleRecord & | operator= (const DtGroundLogisticsVehicleRecord &orig) |
| Assignment operators. | |
| DtGroundLogisticsVehicleRecord & | operator= (const DtNetGroundLogisticsVehicleRecord &orig) |
| virtual void | setEntityID (DtU16 value) |
| Set/Get the entity ID. | |
| virtual DtU16 | entityID () const |
| virtual void | setX_Offset (DtInt16 value) |
| Set/Get the entity location X offset. | |
| virtual DtInt16 | X_Offset () const |
| virtual void | setY_Offset (DtInt16 value) |
| Set/Get the entity location Y offset. | |
| virtual DtInt16 | Y_Offset () const |
| virtual void | setZ_Offset (DtInt16 value) |
| Set/Get the entity location Z offset. | |
| virtual DtInt16 | Z_Offset () const |
| virtual void | setAppearance (DtU32 app) |
| Set/Get appearance (as a 32 bit integer). | |
| virtual DtU32 | appearance () const |
| virtual void | setAppearanceAttribute (const DtAppearAttribute attr, const DtAppearAttrVal val) |
| Set/Get appearance by attribute. | |
| virtual DtAppearAttrVal | appearanceAttribute (const DtAppearAttribute attr) const |
| virtual void | setPsi (DtInt8 value) |
| Set/Get the entity orientation psi. | |
| virtual DtInt8 | psi () const |
| virtual void | setTheta (DtInt8 value) |
| Set/Get the entity orientation theta. | |
| virtual DtInt8 | theta () const |
| virtual void | setPhi (DtInt8 value) |
| Set/Get the entity orientation phi. | |
| virtual DtInt8 | phi () const |
| virtual void | setEntitySpeed (DtInt8 value) |
| Set/Get the entity speed. | |
| virtual DtInt8 | entitySpeed () const |
| virtual void | print () const |
| Print this record. | |
| virtual void | printDataToStream (std::ostream &stream) const |
| Print this record to a stream. | |
| virtual void | unloadNetRecord (const DtNetGroundLogisticsVehicleRecord &record) |
| Load/Unload data from a packet record. | |
| virtual void | loadNetRecord (DtNetGroundLogisticsVehicleRecord &record) const |
Protected Attributes | |
| DtU16 | myEntityID |
| DtInt16 | myX_Offset |
| DtInt16 | myY_Offset |
| DtInt16 | myZ_Offset |
| DtU32 | myAppearance |
| DtInt8 | myPsi |
| DtInt8 | myTheta |
| DtInt8 | myPhi |
| DtInt8 | myEntitySpeed |
Instances of DtGroundLogisticsVehicleRecord are used to contain the entity state and logistics information about an individual entity within a group of entities.
Constructors.
| DtGroundLogisticsVehicleRecord::DtGroundLogisticsVehicleRecord | ( | const DtGroundLogisticsVehicleRecord & | orig | ) |
| virtual DtGroundLogisticsVehicleRecord::~DtGroundLogisticsVehicleRecord | ( | ) | [virtual] |
Destructor.
| virtual DtU32 DtGroundLogisticsVehicleRecord::appearance | ( | ) | const [virtual] |
| virtual DtAppearAttrVal DtGroundLogisticsVehicleRecord::appearanceAttribute | ( | const DtAppearAttribute | attr | ) | const [virtual] |
| virtual DtU16 DtGroundLogisticsVehicleRecord::entityID | ( | ) | const [virtual] |
| virtual DtInt8 DtGroundLogisticsVehicleRecord::entitySpeed | ( | ) | const [virtual] |
| virtual void DtGroundLogisticsVehicleRecord::loadNetRecord | ( | DtNetGroundLogisticsVehicleRecord & | record | ) | const [virtual] |
| DtGroundLogisticsVehicleRecord& DtGroundLogisticsVehicleRecord::operator= | ( | const DtGroundLogisticsVehicleRecord & | orig | ) |
Assignment operators.
| DtGroundLogisticsVehicleRecord& DtGroundLogisticsVehicleRecord::operator= | ( | const DtNetGroundLogisticsVehicleRecord & | orig | ) |
| virtual DtInt8 DtGroundLogisticsVehicleRecord::phi | ( | ) | const [virtual] |
| virtual void DtGroundLogisticsVehicleRecord::print | ( | ) | const [virtual] |
Print this record.
| virtual void DtGroundLogisticsVehicleRecord::printDataToStream | ( | std::ostream & | stream | ) | const [virtual] |
Print this record to a stream.
| virtual DtInt8 DtGroundLogisticsVehicleRecord::psi | ( | ) | const [virtual] |
| virtual void DtGroundLogisticsVehicleRecord::setAppearance | ( | DtU32 | app | ) | [virtual] |
Set/Get appearance (as a 32 bit integer).
| virtual void DtGroundLogisticsVehicleRecord::setAppearanceAttribute | ( | const DtAppearAttribute | attr, |
| const DtAppearAttrVal | val | ||
| ) | [virtual] |
Set/Get appearance by attribute.
| virtual void DtGroundLogisticsVehicleRecord::setEntityID | ( | DtU16 | value | ) | [virtual] |
Set/Get the entity ID.
| virtual void DtGroundLogisticsVehicleRecord::setEntitySpeed | ( | DtInt8 | value | ) | [virtual] |
Set/Get the entity speed.
| virtual void DtGroundLogisticsVehicleRecord::setPhi | ( | DtInt8 | value | ) | [virtual] |
Set/Get the entity orientation phi.
| virtual void DtGroundLogisticsVehicleRecord::setPsi | ( | DtInt8 | value | ) | [virtual] |
Set/Get the entity orientation psi.
| virtual void DtGroundLogisticsVehicleRecord::setTheta | ( | DtInt8 | value | ) | [virtual] |
Set/Get the entity orientation theta.
| virtual void DtGroundLogisticsVehicleRecord::setX_Offset | ( | DtInt16 | value | ) | [virtual] |
Set/Get the entity location X offset.
| virtual void DtGroundLogisticsVehicleRecord::setY_Offset | ( | DtInt16 | value | ) | [virtual] |
Set/Get the entity location Y offset.
| virtual void DtGroundLogisticsVehicleRecord::setZ_Offset | ( | DtInt16 | value | ) | [virtual] |
Set/Get the entity location Z offset.
| virtual DtInt8 DtGroundLogisticsVehicleRecord::theta | ( | ) | const [virtual] |
| virtual void DtGroundLogisticsVehicleRecord::unloadNetRecord | ( | const DtNetGroundLogisticsVehicleRecord & | record | ) | [virtual] |
Load/Unload data from a packet record.
| virtual DtInt16 DtGroundLogisticsVehicleRecord::X_Offset | ( | ) | const [virtual] |
| virtual DtInt16 DtGroundLogisticsVehicleRecord::Y_Offset | ( | ) | const [virtual] |
| virtual DtInt16 DtGroundLogisticsVehicleRecord::Z_Offset | ( | ) | const [virtual] |
DtU32 DtGroundLogisticsVehicleRecord::myAppearance [protected] |
DtU16 DtGroundLogisticsVehicleRecord::myEntityID [protected] |
DtInt8 DtGroundLogisticsVehicleRecord::myEntitySpeed [protected] |
DtInt8 DtGroundLogisticsVehicleRecord::myPhi [protected] |
DtInt8 DtGroundLogisticsVehicleRecord::myPsi [protected] |
DtInt8 DtGroundLogisticsVehicleRecord::myTheta [protected] |
DtInt16 DtGroundLogisticsVehicleRecord::myX_Offset [protected] |
DtInt16 DtGroundLogisticsVehicleRecord::myY_Offset [protected] |
DtInt16 DtGroundLogisticsVehicleRecord::myZ_Offset [protected] |