![]() |
MAK RTIspy API Documentation for HLA 1.3
|
FedExec Functor Classes. More...
Inheritance diagram for DtFedExecDistribFunctor:
Collaboration diagram for DtFedExecDistribFunctor:Public Member Functions | |
| virtual | ~DtFedExecDistribFunctor () |
| virtual void | operator() (const DtAsyncFileDistributorRunnable &dist)=0 |
Public Member Functions inherited from DtDistributorThreadEvent | |
| virtual | ~DtDistributorThreadEvent () |
| virtual DtDistributorThreadEvent * | clone () const =0 |
| 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). More... | |
| virtual void | processResults () |
| Derived events may override processResults to collect functor results without casting to dynamic type. More... | |
FedExec Functor Classes.
User definable function object that can be used to collect data about an Federation Callback in a thread-safe way
|
inlinevirtual |
|
pure virtual |