![]() |
VR-Link API Documentation for HLA Evolved
|
Inheritance diagram for DtSocketMsg:
Collaboration diagram for DtSocketMsg:Public Member Functions | |
| DtSocketMsg (int sockId) | |
| DtSocketMsg (int sockId, DtCsMsg *m) | |
| virtual | ~DtSocketMsg () |
| virtual int | send () |
Public Member Functions inherited from DtClientServerMsg | |
| DtClientServerMsg () | |
| DtClientServerMsg (DtCsMsg *msg) | |
| virtual | ~DtClientServerMsg () |
| virtual void | print () |
| DtU8 | kind () |
| DtU8 | version () |
| size_t | msgSize () |
Private Attributes | |
| int | sendFd |
Additional Inherited Members | |
Protected Attributes inherited from DtClientServerMsg | |
| DtCsMsg | msg |
| size_t | size |
|
inline |
|
inlinevirtual |
|
virtual |
Implements DtClientServerMsg.
|
private |