![]() |
VR-Link API Documentation for HLA 1516
|
Inheritance diagram for DtEntityStateStrategy:
Collaboration diagram for DtEntityStateStrategy:Public Member Functions | |
| virtual | ~DtEntityStateStrategy () |
| std::string | name () |
| virtual bool | init () |
| Initialize the strategy. More... | |
| virtual void | tick () |
| Tick the strategy to give it some CPU time. More... | |
| virtual void | shutdown () |
| Shutdown the strategy and release any resources. More... | |
Public Member Functions inherited from DtLinkStrategy | |
| DtLinkStrategy (std::string name, DtManagedInterface *link) | |
| constructor takes name More... | |
| virtual | ~DtLinkStrategy () |
| destructor More... | |
| std::string | name () |
| Get the name of the strategy. More... | |
| virtual void | addChildStrategy (DtLinkStrategy *strategy) |