16 #include <vlutil/vlMachineTypes.h>
17 #include <vlutil/vlTime.h>
25 namespace DtTenaBroker
38 DtCommonObjectLromMapper();
41 virtual ~DtCommonObjectLromMapper();
43 virtual void init( DtExerciseConn* exConn );
44 virtual DtMessageInterface* messageInterface(
const DtString& ifName );
45 virtual DtObjectInterface* objectInterface(
const DtString& ifName );
49 void initInterfaceClassesToChoose();
54 DtCommonObjectLromMapper(
const DtCommonObjectLromMapper& orig );
57 DtCommonObjectLromMapper& operator = (
const DtCommonObjectLromMapper& orig );
61 typedef std::map<DtString,DtMessageInterface*> StringMessageInterfaceMap;
62 typedef std::map<DtString,DtObjectInterface*> StringObjectInterfaceMap;
63 StringMessageInterfaceMap myStringToMessageInterfaceMap;
64 StringObjectInterfaceMap myStringToObjectInterfaceMap;