![]() |
MAK RTIspy API Documentation for HLA 1516
|
Inheritance diagram for DtFileRequestedEvent:
Collaboration diagram for DtFileRequestedEvent:Public Member Functions | |
| DtFileRequestedEvent (DtFedExec *parent) | |
| virtual DtDistributorThreadEvent * | clone () const |
| virtual void | operator() (const std::vector< DtString > &files) |
| virtual void | processResults () |
| Derived events may override processResults to collect functor results without casting to dynamic type. | |
Public Member Functions inherited from DtFedexDistributionEvent | |
| DtFedexDistributionEvent (DtFedExec *parent) | |
| virtual void | operator() (const DtAsyncFileDistributorRunnable &dist) |
Public Member Functions inherited from DtDistribFunctor | |
| virtual | ~DtDistribFunctor () |
Public Member Functions inherited from DtDistributorThreadEvent | |
| virtual | ~DtDistributorThreadEvent () |
| virtual bool | operator== (const DtDistributorThreadEvent &value) |
| The default comparison uses RTTI typeid to treat functor as a standard function pointer (ie - same function => same functor without regard to state). | |
Public Attributes | |
| std::vector< DtString > | myFileNames |
Public Attributes inherited from DtFedexDistributionEvent | |
| DtFedExec * | myParent |
|
inline |
|
inlinevirtual |
Implements DtDistributorThreadEvent.
|
virtual |
References myFileNames.
|
virtual |
Derived events may override processResults to collect functor results without casting to dynamic type.
Reimplemented from DtDistributorThreadEvent.
| std::vector<DtString> DtFileRequestedEvent::myFileNames |
Referenced by operator()().