10 #ifndef DtRegControlCbList_H_
11 #define DtRegControlCbList_H_
21 RTI::ObjectClassHandle objectClass,
62 virtual void apply(RTI::ObjectClassHandle objectClass);
Instances of DtRegControlCbList are used to provide a list of callbacks (DtRegControlCbInfo) which ar...
Definition: regControlCbList.h:32
void(* DtRegControlCb)(RTI::ObjectClassHandle objectClass, void *usr)
Definition: regControlCbList.h:20
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
This file contains the declaration of DtList and DtListItem.
DtRegControlCb DtStopRegCb
Definition: regControlCbList.h:25
DtList myList
Definition: regControlCbList.h:77
DtRegControlCb DtStartRegCb
Definition: regControlCbList.h:24
DtRegControlCbList DtStopRegCbList
Definition: regControlCbList.h:81
DtList is deprecated, please use std::list<T>.
Definition: vlList.h:71
DtRegControlCbList DtStartRegCbList
Definition: regControlCbList.h:80