VR-Forces 4.2 Class Documentation
Classes | Functions
currentTasksAdminContent.h File Reference

Go to the source code of this file.

Classes

struct  DtCurrentTaskData
 Structure holding the current task information for one of the current tasks for an entity. More...
class  DtCurrentTasksAdminContent
 Admin content that is used to send the current tasks status from a specific entity. More...

Functions

DT_DLL_vrftasks int getSize (const DtCurrentTaskData &val)
DT_DLL_vrftasks char * encode (const DtCurrentTaskData &val, char *buffer)
 Encodes the specified DtCurrentTaskData (including enclosed task) into the specified character array.
DT_DLL_vrftasks const char * decode (DtCurrentTaskData &val, const char *buffer)
 Decodes the buffer into the DtCurrentTaskData using the task factory.

Detailed Description

Function Documentation

DT_DLL_vrftasks int getSize ( const DtCurrentTaskData val)
Returns
The number of bytes requires to serialize the specified DtCurrentTaskData.
DT_DLL_vrftasks char* encode ( const DtCurrentTaskData val,
char *  buffer 
)

Encodes the specified DtCurrentTaskData (including enclosed task) into the specified character array.

Returns
The pointer for buffer following the serialization. This value may be passed into the next call to encode().
DT_DLL_vrftasks const char* decode ( DtCurrentTaskData val,
const char *  buffer 
)

Decodes the buffer into the DtCurrentTaskData using the task factory.

Returns
The pointer to buffer after the decode. This is appropriate to pass into the next call of decode().

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)