VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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...
struct  DtCurrentScriptedSetData
 Structure holding the current set information for one of the current scripted sets 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.
DT_DLL_vrftasks int getSize (const DtCurrentScriptedSetData &val)
DT_DLL_vrftasks charencode (const DtCurrentScriptedSetData &val, char *buffer)
 Encodes the specified DtCurrentScriptedSetData (including enclosed set) into the specified character array.
DT_DLL_vrftasks const chardecode (DtCurrentScriptedSetData &val, const char *buffer)
 Decodes the buffer into the DtCurrentScriptedSetData using the set 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().
DT_DLL_vrftasks int getSize ( const DtCurrentScriptedSetData val)
Returns
The number of bytes requires to serialize the specified DtCurrentScriptedSetData.
DT_DLL_vrftasks char* encode ( const DtCurrentScriptedSetData val,
char buffer 
)

Encodes the specified DtCurrentScriptedSetData (including enclosed set) 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 ( DtCurrentScriptedSetData val,
const char buffer 
)

Decodes the buffer into the DtCurrentScriptedSetData using the set 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 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)