![]() |
MAK RTIspy API Documentation for HLA Evolved
|
Inheritance diagram for DtPushFilesToAllFederatesCmd:
Collaboration diagram for DtPushFilesToAllFederatesCmd:Public Member Functions | |
| DtPushFilesToAllFederatesCmd (const DtString fileName, const char *fileBuff, unsigned long fileSize, const unsigned int ID) | |
| virtual | ~DtPushFilesToAllFederatesCmd () |
| virtual void | operator() (const DtAsyncFileDistributorRunnable &dist) |
| virtual DtDistributorThreadEvent * | clone () const |
Public Member Functions inherited from DtFedExecDistribFunctor | |
| virtual | ~DtFedExecDistribFunctor () |
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). | |
| virtual void | processResults () |
| Derived events may override processResults to collect functor results without casting to dynamic type. | |
Public Attributes | |
| const char * | myFileBuffer |
| unsigned long | myFileSize |
| DtString | myFileName |
| unsigned long | myDestination |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Implements DtDistributorThreadEvent.
|
virtual |
Implements DtFedExecDistribFunctor.
| unsigned long DtPushFilesToAllFederatesCmd::myDestination |
| const char* DtPushFilesToAllFederatesCmd::myFileBuffer |
| DtString DtPushFilesToAllFederatesCmd::myFileName |
| unsigned long DtPushFilesToAllFederatesCmd::myFileSize |