VR-Forces 4.5 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)
DT_DLL_vrfutil charDtHlaBufferSerialize::encode (const DtRwInt &val, char *buffer)
DT_DLL_vrfutil charDtHlaBufferSerialize::encode (const DtRwString &val, char *buffer)
DT_DLL_vrfutil charDtHlaBufferSerialize::encode (const DtRwVector &val, char *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)
DT_DLL_vrfutil const charDtHlaBufferSerialize::decode (DtRwInt &val, const char *buffer)
DT_DLL_vrfutil const charDtHlaBufferSerialize::decode (DtRwString &val, const char *buffer)
DT_DLL_vrfutil const charDtHlaBufferSerialize::decode (DtRwVector &val, const char *buffer)
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)
DT_DLL_vrfutil int DtHlaBufferSerialize::getSize (const DtRwInt &v)
DT_DLL_vrfutil int DtHlaBufferSerialize::getSize (const DtRwString &v)
DT_DLL_vrfutil int DtHlaBufferSerialize::getSize (const DtRwVector &v)

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)