![]() |
VR-Link API Documentation for DIS
|
DtInteraction is an base class for representing DIS PDUs which don't have state. More...
Inheritance diagram for DtInteraction:
Collaboration diagram for DtInteraction:Public Member Functions | |
| DtInteraction () | |
| default constructor | |
| virtual | ~DtInteraction () |
| destructor | |
| DtInteraction (const DtInteraction &orig) | |
| copy constructor | |
| DtInteraction & | operator= (const DtInteraction &orig) |
| assignment operator | |
DtInteraction is an base class for representing DIS PDUs which don't have state.
In HLA this concept of a stateless message is called an interaction.
default constructor
| virtual DtInteraction::~DtInteraction | ( | ) | [virtual] |
destructor
| DtInteraction::DtInteraction | ( | const DtInteraction & | orig | ) |
copy constructor
| DtInteraction& DtInteraction::operator= | ( | const DtInteraction & | orig | ) |
assignment operator