VR-Forces 4.8 Class 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  makVrf::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  makVrf::DtStreamWriter
 Instances of DtStreamWriter encode values into a byte array this writes the data to the stream in little endian format. More...
 
class  makVrf::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  makVrf::DtBigEndianStreamWriter
 Instances of DtStreamWriter encode values into a byte array The data will be written to the stream in big endian format. More...
 

Namespaces

 makVrf
 Contains makVrf::DtVrfDisDriver class.
 

Functions

DT_DLL_DEBUGDRAWCONNECTOR int makVrf::DtEncodedStringLength (std::string str)
 Get the size in bytes of the string when it is encoded. More...
 

Detailed Description

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


Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)