![]() |
MAK RTIspy API Documentation for HLA 1516
|
Inheritance diagram for DtFedFileRequestMsgEvent:
Collaboration diagram for DtFedFileRequestMsgEvent:Public Member Functions | |
| DtFedFileRequestMsgEvent (DtFedExec *parent) | |
| virtual DtDistributorThreadEvent * | clone () const |
| virtual void | operator() (const std::vector< DtString > &fileNames, unsigned long fedID) |
| virtual void | processResults () |
| Derived events may override processResults to collect functor results without casting to dynamic type. | |
Public Attributes | |
| std::vector< DtString > | myFileNames |
| unsigned long | myInitiatingID |
| DtFedFileRequestMsgEvent::DtFedFileRequestMsgEvent | ( | DtFedExec * | parent | ) | [inline] |
| virtual DtDistributorThreadEvent* DtFedFileRequestMsgEvent::clone | ( | ) | const [inline, virtual] |
Implements DtDistributorThreadEvent.
| void DtFedFileRequestMsgEvent::operator() | ( | const std::vector< DtString > & | fileNames, |
| unsigned long | fedID | ||
| ) | [virtual] |
References myFileNames, and myInitiatingID.
| void DtFedFileRequestMsgEvent::processResults | ( | ) | [virtual] |
Derived events may override processResults to collect functor results without casting to dynamic type.
Reimplemented from DtDistributorThreadEvent.
References DtFedexDistributionEvent::myParent, and DtFedExec::processFedFileRequestMsg().
| std::vector<DtString> DtFedFileRequestMsgEvent::myFileNames |
Referenced by operator()(), and DtFedExec::processFedFileRequestMsg().
| unsigned long DtFedFileRequestMsgEvent::myInitiatingID |
Referenced by operator()(), and DtFedExec::processFedFileRequestMsg().