VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces
hlaBufferSerialize.h File Reference

Go to the source code of this file.

Namespaces

namespace  DtHlaBufferSerialize
 This namespace contains a set of utility functions for encoding and decoding various data types to/from a byte array in the format expected by an HLA federate.

Functions

DT_DLL_vrfutil charDtHlaBufferSerialize::encode (const DtRwBoolean &val, char *buffer)
 Serializes the provided value val into buffer.
DT_DLL_vrfutil charDtHlaBufferSerialize::encode (const DtRwReal &val, char *buffer)
 Serializes the provided value val into buffer.
DT_DLL_vrfutil charDtHlaBufferSerialize::encode (const DtRwInt &val, char *buffer)
 Serializes the provided value val into buffer.
DT_DLL_vrfutil charDtHlaBufferSerialize::encode (const DtRwString &val, char *buffer)
 Serializes the provided value val into buffer.
DT_DLL_vrfutil const charDtHlaBufferSerialize::decode (DtRwBoolean &val, const char *buffer)
 Decodes a value from buffer and places the result in val of the type specified by val.
DT_DLL_vrfutil const charDtHlaBufferSerialize::decode (DtRwReal &val, const char *buffer)
 Decodes a value from buffer and places the result in val of the type specified by val.
DT_DLL_vrfutil const charDtHlaBufferSerialize::decode (DtRwInt &val, const char *buffer)
 Decodes a value from buffer and places the result in val of the type specified by val.
DT_DLL_vrfutil const charDtHlaBufferSerialize::decode (DtRwString &val, const char *buffer)
 Decodes a value from buffer and places the result in val of the type specified by val.
DT_DLL_vrfutil int DtHlaBufferSerialize::getSize (const DtRwBoolean &v)
 The number of bytes required to encode the value.
DT_DLL_vrfutil int DtHlaBufferSerialize::getSize (const DtRwReal &v)
 The number of bytes required to encode the value.
DT_DLL_vrfutil int DtHlaBufferSerialize::getSize (const DtRwInt &v)
 The number of bytes required to encode the value.
DT_DLL_vrfutil int DtHlaBufferSerialize::getSize (const DtRwString &v)
 The number of bytes required to encode the value.

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)