![]() |
VR-Vantage 2.8 API Documentation
|
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 | makRadarFx::DtStreamReader |
| Instances of DtStreamReader decode values from a byte array this assumes the data in the byte stream is in little endian format. More... | |
| class | makRadarFx::DtStreamWriter |
| Instances of DtStreamWriter encode values into a byte array this writes the data to the stream in little endian format. More... | |
| class | makRadarFx::DtBigEndianStreamReader |
| Instances of DtStreamReader decode values from a byte array The data in the stream is expected to be in big endian format and will be returned in the system format. More... | |
| class | makRadarFx::DtBigEndianStreamWriter |
| Instances of DtStreamWriter encode values into a byte array The data will be written to the stream in big endian format. More... | |
Namespaces | |
| namespace | makRadarFx |
Functions | |
| RFX_DLL_SHARED int | makRadarFx::DtEncodedStringLength (std::string str) |
| Get the size in bytes of the string when it is encoded. | |
Defines the stream read and writer for encoding and decoding messages from byte arrays.