![]() |
VR-Link API Documentation for HLA 1.3
|
Inheritance diagram for DtClientServerMsg:
Collaboration diagram for DtClientServerMsg:Public Member Functions | |
| DtClientServerMsg () | |
| DtClientServerMsg (DtCsMsg *msg) | |
| virtual | ~DtClientServerMsg () |
| virtual int | send ()=0 |
| virtual void | print () |
| DtU8 | kind () |
| DtU8 | version () |
| size_t | msgSize () |
Protected Attributes | |
| DtCsMsg | msg |
| size_t | size |
| DtClientServerMsg::DtClientServerMsg | ( | ) | [inline] |
| virtual DtClientServerMsg::~DtClientServerMsg | ( | ) | [inline, virtual] |
| DtU8 DtClientServerMsg::kind | ( | ) | [inline] |
| size_t DtClientServerMsg::msgSize | ( | ) | [inline] |
| virtual void DtClientServerMsg::print | ( | ) | [virtual] |
| virtual int DtClientServerMsg::send | ( | ) | [pure virtual] |
Implemented in DtSocketMsg.
| DtU8 DtClientServerMsg::version | ( | ) | [inline] |
DtCsMsg DtClientServerMsg::msg [protected] |
size_t DtClientServerMsg::size [protected] |