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