|
WSF
|
#include "WsfEventPipeInterface.hpp"#include "Utml.hpp"#include "WsfAdvancedBehaviorTreeNode.hpp"#include "WsfAntennaPattern.hpp"#include "WsfCircularFieldOfView.hpp"#include "WsfComm.hpp"#include "WsfCommProtocolLegacy.hpp"#include "WsfCommProtocolMulticast.hpp"#include "WsfCommRouter.hpp"#include "WsfCommandChain.hpp"#include "WsfCovariance.hpp"#include "WsfEM_Antenna.hpp"#include "WsfEM_Rcvr.hpp"#include "WsfEquatorialFieldOfView.hpp"#include "WsfEventPipe.hpp"#include "WsfEventPipeClasses.hpp"#include "WsfEventPipeClassesRegister.hpp"#include "WsfEventPipeFileWriteWorker.hpp"#include "WsfEventPipeLogger.hpp"#include "WsfEventPipePartUpdateEvent.hpp"#include "WsfFieldOfView.hpp"#include "WsfLocalTrack.hpp"#include "WsfPlatform.hpp"#include "WsfPolygonalFieldOfView.hpp"#include "WsfRoute.hpp"#include "WsfScenario.hpp"#include "WsfSensorBeam.hpp"#include "WsfSensorMode.hpp"#include "WsfSensorResult.hpp"#include "WsfSimulation.hpp"#include "WsfSystemLog.hpp"#include "WsfVersion.hpp"#include "WsfVisualPart.hpp"#include "WsfZoneDefinition.hpp"#include "WsfZoneReference.hpp"#include "WsfZoneSet.hpp"#include "WsfZoneTypes.hpp"#include "comm/WsfCommNetworkManager.hpp"#include "dis/WsfDisInterface.hpp"#include "dis/WsfDisPlatform.hpp"#include "dis/WsfDisUtil.hpp"#include "ext/WsfExtInterface.hpp"#include "script/WsfScriptProcessor.hpp"#include "script/WsfScriptStateMachine.hpp"
Functions | |
| static void | FillMessageAuxData (WsfEventPipe::MsgAuxData &aMsg, const UtAttributeContainer &aAuxData, std::string aPrefix={}) |
| UT_DEFINE_SCRIPT_METHOD (WsfScriptEventPipeClass, WsfEventPipeInterface, Record_1, 4, "void", "double, WsfPlatform, string, double") | |
| UT_DEFINE_SCRIPT_METHOD (WsfScriptEventPipeClass, WsfEventPipeInterface, Record_2, 3, "void", "WsfPlatform, string, Object") | |
| UT_DEFINE_SCRIPT_METHOD (WsfScriptEventPipeClass, WsfEventPipeInterface, Record_3, 3, "void", "WsfPlatform, string, string") | |
| UT_DEFINE_SCRIPT_METHOD (WsfScriptEventPipeClass, WsfEventPipeInterface, AddBookmark_1, 2, "void", "string, string") | |
| UT_DEFINE_SCRIPT_METHOD (WsfScriptEventPipeClass, WsfEventPipeInterface, AddBookmark_2, 3, "void", "double, string, string") | |
|
static |
Fills the auxData field of aMsg with the attributes in aAuxData. aPrefix is used for nested data.
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptEventPipeClass | , |
| WsfEventPipeInterface | , | ||
| AddBookmark_1 | , | ||
| 2 | , | ||
| "void" | , | ||
| " | string, | ||
| string" | ) |
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptEventPipeClass | , |
| WsfEventPipeInterface | , | ||
| AddBookmark_2 | , | ||
| 3 | , | ||
| "void" | , | ||
| " double | , | ||
| string | , | ||
| string" | ) |
References WsfEventPipeInterface::Bookmark(), and WsfScriptContext::GetEVENTPIPE().
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptEventPipeClass | , |
| WsfEventPipeInterface | , | ||
| Record_1 | , | ||
| 4 | , | ||
| "void" | , | ||
| " double | , | ||
| WsfPlatform | , | ||
| string | , | ||
| double" | ) |
References WsfScriptContext::GetEVENTPIPE(), platformPtr, and WsfEventPipeInterface::RecordDouble().
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptEventPipeClass | , |
| WsfEventPipeInterface | , | ||
| Record_2 | , | ||
| 3 | , | ||
| "void" | , | ||
| " | WsfPlatform, | ||
| string | , | ||
| Object" | ) |
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptEventPipeClass | , |
| WsfEventPipeInterface | , | ||
| Record_3 | , | ||
| 3 | , | ||
| "void" | , | ||
| " | WsfPlatform, | ||
| string | , | ||
| string" | ) |
References WsfScriptContext::GetEVENTPIPE(), platformPtr, and WsfEventPipeInterface::RecordString().