![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Inheritance diagram for DtFileReceivedEvent:
Collaboration diagram for DtFileReceivedEvent:Public Member Functions | |
| DtFileReceivedEvent (DtFedExec *parent) | |
| virtual DtDistributorThreadEvent * | clone () const |
| virtual void | operator() (const DtFomModuleDistributionMsg &msg) |
| virtual void | processResults () |
| Derived events may override processResults to collect functor results without casting to dynamic type. | |
Public Attributes | |
| DtFomModuleDistributionMsg | myMsg |
| DtFileReceivedEvent::DtFileReceivedEvent | ( | DtFedExec * | parent | ) | [inline] |
| virtual DtDistributorThreadEvent* DtFileReceivedEvent::clone | ( | ) | const [inline, virtual] |
Implements DtDistributorThreadEvent.
| void DtFileReceivedEvent::operator() | ( | const DtFomModuleDistributionMsg & | msg | ) | [virtual] |
References myMsg.
| void DtFileReceivedEvent::processResults | ( | ) | [virtual] |
Derived events may override processResults to collect functor results without casting to dynamic type.
Reimplemented from DtDistributorThreadEvent.
References DtFedExec::multFileReceivedCb(), myMsg, and DtFedexDistributionEvent::myParent.
Referenced by operator()(), and processResults().