![]() |
VR-Link API Documentation for DIS
|
Base class for all DIS state decoders. More...
Inheritance diagram for DtStateDecoder:
Collaboration diagram for DtStateDecoder:Public Member Functions | |
| DtStateDecoder (DtExerciseConn *exConn) | |
| Constructor. | |
| virtual | ~DtStateDecoder () |
| Destructor. | |
| DtStateDecoder (const DtStateDecoder &orig) | |
| Copy constructor. | |
| DtStateDecoder & | operator= (const DtStateDecoder &orig) |
| Assignment operator. | |
Protected Attributes | |
| DtExerciseConn * | myExConn |
Base class for all DIS state decoders.
| DtStateDecoder::DtStateDecoder | ( | DtExerciseConn * | exConn | ) |
Constructor.
|
virtual |
Destructor.
| DtStateDecoder::DtStateDecoder | ( | const DtStateDecoder & | orig | ) |
Copy constructor.
| DtStateDecoder& DtStateDecoder::operator= | ( | const DtStateDecoder & | orig | ) |
Assignment operator.
|
protected |