VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Macros
influenceInterDecoderHLA.h File Reference

Go to the source code of this file.

Classes

class  DtInfluenceInterDecoder
 Instances of DtInfluenceInterDecoder are used to decode data from the network into DtInfluenceInter objects. More...

Macros

#define DtDECLARE_INFLUENCE_PARAM_DECODER(paramName)   DtDECLARE_PARAM_DECODER(DtInfluenceInteraction, paramName)
 This can be used to declare parameter processor functions which are static members of a class.
#define DtDEFINE_SIMPLE_INFLUENCE_PARAM_DECODER(paramName, netType, mutator)
#define DtDEFINE_SIMPLE_INFLUENCE_STRING_PARAM_DECODER(paramName, mutator)

Macro Definition Documentation

#define DtDECLARE_INFLUENCE_PARAM_DECODER (   paramName)    DtDECLARE_PARAM_DECODER(DtInfluenceInteraction, paramName)

This can be used to declare parameter processor functions which are static members of a class.

#define DtDEFINE_SIMPLE_INFLUENCE_PARAM_DECODER (   paramName,
  netType,
  mutator 
)
Value:
DtDEFINE_SIMPLE_PARAM_DECODER( \
paramName, netType, mutator)
#define DtDEFINE_SIMPLE_INFLUENCE_STRING_PARAM_DECODER (   paramName,
  mutator 
)
Value:
const RTI::ParameterHandleValuePairSet& params, \
int index) \
{ \
RTI::ULong length = 0; \
char* buf = (char*) params.getValuePointer(index, length); \
DtString val(buf, length); \
inter->mutator(val); \
}

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)