9 #ifndef DtFedAmbCallbackQueue13_h
10 #define DtDtFedAmbCallbackQueue13_h
20 typedef std::queue<DtRtiMsg*> DtFedAmbMsgQueue;
35 virtual ~DtCallbackQueue() throw (
RTI::FederateInternalError);
39 DtCallbackQueue(DtCallbackQueue const& orig);
41 DtCallbackQueue& operator = (DtCallbackQueue const& orig);
46 virtual
void enableQueue();
49 virtual
void disableQueue();
52 MAKRti::DtString const& name() const;
62 const
char *label) throw (
RTI::FederateInternalError);
65 const
char *label) throw (
RTI::FederateInternalError);
69 const
char *tag) throw (
RTI::FederateInternalError);
72 const
char *label) throw (
RTI::FederateInternalError);
75 const
char *label) throw (
RTI::FederateInternalError);
82 const
char *label) throw (
RTI::FederateInternalError);
86 const
char *reason) throw (
RTI::FederateInternalError);
121 const
char* theObjectName) throw (
RTI::FederateInternalError);
133 const
char *theTag) throw (
RTI::FederateInternalError);
146 const
char *theTag) throw (
RTI::FederateInternalError);
156 const
char *theTag) throw (
RTI::FederateInternalError);
185 const
char *theTag) throw (
RTI::FederateInternalError);
202 const
char *theTag) throw (
RTI::FederateInternalError);
226 const
RTI::
FedTime& theFederateTime) throw (
RTI::FederateInternalError);
229 const
RTI::
FedTime& theFederateTime) throw (
RTI::FederateInternalError);
232 const
RTI::
FedTime& theTime) throw (
RTI::FederateInternalError);
245 DtFedAmbMsgQueue myFedAmbQueue;
246 bool myQueueCallback;
247 const MAKRti::DtString myName;