VR-Vantage 3.1 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Functions
byteStream.h File Reference

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.

Detailed Description

Defines the stream read and writer for encoding and decoding messages from byte arrays.



Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)