VR-Forces 5.0.3 Developer's Guide
 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
 
struct  DtCurrentScriptedSetData
 
class  DtCurrentTasksAdminContent
 
struct  DtCurrentTasksAdminContent::UnparentedSubtask
 

Functions

DT_DLL_vrftasks int getSize (const DtCurrentTaskData &val)
 
DT_DLL_vrftasks charencode (const DtCurrentTaskData &val, char *buffer)
 
DT_DLL_vrftasks const chardecode (DtCurrentTaskData &val, const char *buffer)
 
DT_DLL_vrftasks int getSize (const DtCurrentScriptedSetData &val)
 
DT_DLL_vrftasks charencode (const DtCurrentScriptedSetData &val, char *buffer)
 
DT_DLL_vrftasks const chardecode (DtCurrentScriptedSetData &val, const char *buffer)
 

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 Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)