|
WSF
|
#include <WsfBMTrackScriptCallbackHandler.hpp>


Public Member Functions | |
| WsfBMTrackScriptLocalHandler () | |
| bool | Initialize (WsfScriptProcessor *proc, const std::string &script_handler_fun) |
| bool | Invoke (double aSimTime, const WsfLocalTrack *aLocalTrackPtr) |
| Public Member Functions inherited from WsfBMTrackScriptCallbackHandler | |
| WsfBMTrackScriptCallbackHandler () | |
| virtual WSF_IADS_C2_LIB_EXPORT bool | Initialize (WsfScriptProcessor *proc, const std::string &script_handler_fun, const std::string &ret_type, const std::string &arguments_signature) |
| virtual WSF_IADS_C2_LIB_EXPORT bool | Initialized () const |
Additional Inherited Members | |
| Protected Member Functions inherited from WsfBMTrackScriptCallbackHandler | |
| WsfScriptContext & | GetContext () |
| Protected Attributes inherited from WsfBMTrackScriptCallbackHandler | |
| bool | m_initialized |
| WsfScriptProcessor * | m_proc |
| UtScript * | m_script |
| WsfBMTrackScriptLocalHandler::WsfBMTrackScriptLocalHandler | ( | ) |
| bool WsfBMTrackScriptLocalHandler::Initialize | ( | WsfScriptProcessor * | proc, |
| const std::string & | script_handler_fun ) |
References WsfBMTrackScriptCallbackHandler::Initialize().
| bool WsfBMTrackScriptLocalHandler::Invoke | ( | double | aSimTime, |
| const WsfLocalTrack * | aLocalTrackPtr ) |