|
WSF
|
#include "WsfUCI_Utils.hpp"#include "UtCalendar.hpp"#include "UtMath.hpp"#include "UtMeasurementUtil.hpp"#include "WsfArticulatedPart.hpp"#include "WsfEM_Antenna.hpp"#include "WsfEM_Rcvr.hpp"#include "WsfPlatform.hpp"#include "WsfSensor.hpp"#include "WsfSensorMode.hpp"#include "WsfTrack.hpp"#include "WsfUCI_Interface.hpp"#include "WsfUCI_InterfaceExtension.hpp"
Namespaces | |
| namespace | UCI_Util |
Functions | |
| wsf::UCI_Interface * | UCI_Util::GetInterface (WsfPlatform *aPlatformPtr) |
| wsf::UCI_Interface * | UCI_Util::GetInterface (WsfSimulation *aSimulationPtr) |
| void | UCI_Util::GetKinematics (uci::type::DateTimeTypeValue &aSimTime, uci::type::KinematicsType &aKinematics, WsfSensor *aSensorPtr, const WsfTrack &aTrack) |
| uci::type::SubsystemStateEnum::EnumerationItem | UCI_Util::GetSubsystemState (WsfPlatformPart *aPartPtr) |
| std::string | UCI_Util::GetSubsystemStateString (const uci::type::SubsystemStateEnum::EnumerationItem &aState) |
| uci::type::DateTimeTypeValue | UCI_Util::ConvertDoubleToUCI_DateTime (double aTime) |
| double | UCI_Util::ConvertUCI_DateTimeToDouble (uci::type::DateTimeTypeValue aUCI_DateTime) |
| uci::type::DateTimeTypeValue | UCI_Util::GetTimeStamp (WsfSimulation &aSimulation, double aSimTime) |
| std::string | UCI_Util::RemoveAngleBrackets (const std::string &aString) |
| uci::type::StandardIdentityEnum::EnumerationItem | UCI_Util::GetStandardIdentity (const WsfTrack &aTrack) |
| bool | UCI_Util::CheckLimits (const WsfArticulatedPart *aArticulatedPartPtr, double &aAz, double &aEl) |