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

Go to the source code of this file.

Classes

class  DtInfluenceInterEncoder
 Instances of DtInfluenceInterEncoder are used to encode data from DtInfluenceInter objects into network structures. More...

Macros

#define DtDECLARE_INFLUENCE_PARAM_ENCODER(paramName)   DtDECLARE_PARAM_ENCODER(DtInfluenceInteraction, paramName)
 This can be used to declare parameter processor functions which are static members of a class.
#define DtDEFINE_SIMPLE_INFLUENCE_PARAM_ENCODER(paramName, netType, inspector)
#define DtDEFINE_SIMPLE_INFLUENCE_STRING_PARAM_ENCODER(paramName, inspector)

Macro Definition Documentation

#define DtDECLARE_INFLUENCE_PARAM_ENCODER (   paramName)    DtDECLARE_PARAM_ENCODER(DtInfluenceInteraction, paramName)

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

#define DtDEFINE_SIMPLE_INFLUENCE_PARAM_ENCODER (   paramName,
  netType,
  inspector 
)
Value:
DtDEFINE_SIMPLE_PARAM_ENCODER( \
paramName, netType, inspector)
#define DtDEFINE_SIMPLE_INFLUENCE_STRING_PARAM_ENCODER (   paramName,
  inspector 
)
Value:
RTI::ParameterHandleValuePairSet* params, \
RTI::ParameterHandle paramHandle) \
{ \
DtString netVal = inter.inspector(); \
params->add(paramHandle, (char*) netVal.c_str(), netVal.length()+1); \
}

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)