![]() |
VR-Link API Documentation for DIS
|
Go to the source code of this file.
Classes | |
| class | DtPduDecoderFactory |
| Instances of DtPduDecoderFactory are used to create Decoders which know how to decode an DIS message (or network representation) into a repository (or host representation). More... | |
Macros | |
| #define | DtADD_DEFAULT_DEC(exConn, x) addDecoder(Dt##x##PduKind,new Dt##x##Decoder(exConn)); |
| #define | DtADD_DIS7_DEC(exConn, x) addDecoder(Dt##x##PduKind,new Dt##x##7Decoder(exConn)); |
| #define DtADD_DEFAULT_DEC | ( | exConn, | |
| x | |||
| ) | addDecoder(Dt##x##PduKind,new Dt##x##Decoder(exConn)); |
| #define DtADD_DIS7_DEC | ( | exConn, | |
| x | |||
| ) | addDecoder(Dt##x##PduKind,new Dt##x##7Decoder(exConn)); |