VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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...
struct  DtCurrentTasksAdminContent::UnparentedSubtask

Functions

DT_DLL_vrftasks int getSize (const DtCurrentTaskData &val)
DT_DLL_vrftasks charencode (const DtCurrentTaskData &val, char *buffer)
 Encodes the specified DtCurrentTaskData (including enclosed task) into the specified character array.
DT_DLL_vrftasks const chardecode (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 Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)