20 class DtReflectedService;
25 typedef void (*DtServiceCallbackFunction)(
26 DtReflectedService* obj,
void* userData);
44 virtual ~DtReflectedService();
54 virtual DtReflectedService*
next()
const;
58 virtual DtReflectedService*
prev()
const;
62 virtual DtReflectedService*
wrapNext()
const;
66 virtual DtReflectedService*
wrapPrev()
const;
70 virtual void addPostUpdateCallback(
71 DtServiceCallbackFunction cb,
void* userData);
75 virtual void removePostUpdateCallback(
76 DtServiceCallbackFunction cb,
void* userData);
80 static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
84 DtReflectedService(
const DtReflectedService& orig);
87 DtReflectedService&
operator=(
const DtReflectedService& orig);
91 static DtStateRepCreator theStateRepCreator;
void * next() const
Return next (previous) elements on the list, or NULL if hit the end (beginning) of the list...
Definition: vlList.h:272
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:62
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtReflectedObject & operator=(const DtReflectedObject &orig)
assignment operator – not implemented
Contains the DtServiceStateRepository class declaration.
Instances of DtServiceStateRepository are used to store state data for METOC_Root.Service objects.
Definition: serviceStateRepository.h:30
Instances of DtReflectedObject are used to represent a simulation entity reflected across a network (...
Definition: reflectedObjectDIS.h:34
void * prev() const
Definition: vlList.h:277
void * wrapNext() const
Return next (previous) elements on the list, but wrap to the beginning (end) of the list when you hit...
Definition: vlList.h:282
void * wrapPrev() const
Definition: vlList.h:288
This file contains typedefs for machine dependant types.