VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Functions
launchedMunitionsResponseAdmin.h File Reference

Go to the source code of this file.

Classes

struct  DtMunitionInFlight
 
class  DtNextLaunchTimeMunitionResponseAdmin
 
class  DtNextLaunchedMunitionResponseAdmin
 
class  DtLaunchedMunitionsResponseAdmin
 

Functions

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

Function Documentation

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

Encodes the specified DtMunitionInFlight (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 ( DtMunitionInFlight val,
const char buffer 
)

Decodes the buffer into the DtMunitionInFlight 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)