![]() |
VR-Link API Documentation for HLA Evolved
|
Defines the stream read and writer for encoding and decoding messages from byte arrays. More...
Go to the source code of this file.
Classes | |
| class | DtStreamReader |
| Instances of DtStreamReader decode values from a byte array. More... | |
| class | DtStreamWriter |
| Instances of DtStreamWriter encode values into a byte array. More... | |
Defines the stream read and writer for encoding and decoding messages from byte arrays.
The encoding style used here matches the same one used in C# so that messages created in C# or C++ can be decoded properly from either language.