![]() |
VR-Link API Documentation for DIS
|
The DtStateEncoder class provides a base class for all DIS encoders. More...
Inheritance diagram for DtStateEncoder:
Collaboration diagram for DtStateEncoder:Public Member Functions | |
| DtStateEncoder () | |
| Default constructor. | |
| virtual | ~DtStateEncoder () |
| Destructor. | |
| DtStateEncoder (const DtStateEncoder &orig) | |
| Copy constructor. | |
| DtStateEncoder & | operator= (const DtStateEncoder &orig) |
| Assignment operator. | |
| void | setSendNeeded () |
| Sets myForceSendNeeded to true. | |
Protected Attributes | |
| bool | myForceSendNeeded |
The DtStateEncoder class provides a base class for all DIS encoders.
Default constructor.
| virtual DtStateEncoder::~DtStateEncoder | ( | ) | [virtual] |
Destructor.
| DtStateEncoder::DtStateEncoder | ( | const DtStateEncoder & | orig | ) |
Copy constructor.
| DtStateEncoder& DtStateEncoder::operator= | ( | const DtStateEncoder & | orig | ) |
Assignment operator.
| void DtStateEncoder::setSendNeeded | ( | ) |
Sets myForceSendNeeded to true.
Referenced by DtDesignatorPublisher::forceUpdate().
bool DtStateEncoder::myForceSendNeeded [protected] |