|
WSF
|
#include "WsfSAR_Sensor.hpp"#include <algorithm>#include <iomanip>#include <iostream>#include "UtAzElLookup.hpp"#include "UtEllipsoidalEarth.hpp"#include "UtInput.hpp"#include "UtInputBlock.hpp"#include "UtMat3.hpp"#include "UtMath.hpp"#include "UtMatrix.hpp"#include "UtMemory.hpp"#include "UtRandom.hpp"#include "UtSphericalEarth.hpp"#include "UtVec3.hpp"#include "WsfEM_Attenuation.hpp"#include "WsfEM_Util.hpp"#include "WsfImage.hpp"#include "WsfImageMessage.hpp"#include "WsfOpticalSignature.hpp"#include "WsfPlatform.hpp"#include "WsfRadarSignature.hpp"#include "WsfSensorComponent.hpp"#include "WsfSensorModeList.hpp"#include "WsfSensorObserver.hpp"#include "WsfSensorResult.hpp"#include "WsfSimulation.hpp"#include "WsfTerrain.hpp"#include "WsfTrack.hpp"#include "WsfTrackObserver.hpp"
Functions | |
| UT_DEFINE_SCRIPT_METHOD (WsfScriptSAR_SensorClass, WsfSAR_Sensor, GetDwellTime_1, 0, "double", "") | |
| Returns the dwell time of currently selected mode. | |
| UT_DEFINE_SCRIPT_METHOD (WsfScriptSAR_SensorClass, WsfSAR_Sensor, GetDwellTime_2, 1, "double", "string") | |
| Returns the dwell time of the specified mode. | |
| UT_DEFINE_SCRIPT_METHOD (WsfScriptSAR_SensorClass, WsfSAR_Sensor, GetResolution_1, 0, "double", "") | |
| Returns the resolution of currently selected mode. | |
| UT_DEFINE_SCRIPT_METHOD (WsfScriptSAR_SensorClass, WsfSAR_Sensor, GetResolution_2, 1, "double", "string") | |
| Returns the resolution of the specified mode. | |
| UT_DEFINE_SCRIPT_METHOD (WsfScriptSAR_SensorClass, WsfSAR_Sensor, SetDwellTime_1, 1, "void", "double") | |
| Sets the dwell time of currently selected mode. | |
| UT_DEFINE_SCRIPT_METHOD (WsfScriptSAR_SensorClass, WsfSAR_Sensor, SetDwellTime_2, 2, "void", "double, string") | |
| Sets the dwell time of the specified mode. | |
| UT_DEFINE_SCRIPT_METHOD (WsfScriptSAR_SensorClass, WsfSAR_Sensor, SetResolution_1, 1, "void", "double") | |
| Sets the resolution of currently selected mode. | |
| UT_DEFINE_SCRIPT_METHOD (WsfScriptSAR_SensorClass, WsfSAR_Sensor, SetResolution_2, 2, "void", "double, string") | |
| Sets the resolution of the specified mode. | |
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptSAR_SensorClass | , |
| WsfSAR_Sensor | , | ||
| GetDwellTime_1 | , | ||
| 0 | , | ||
| "double" | , | ||
| "" | ) |
Returns the dwell time of currently selected mode.
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptSAR_SensorClass | , |
| WsfSAR_Sensor | , | ||
| GetDwellTime_2 | , | ||
| 1 | , | ||
| "double" | , | ||
| "string" | ) |
Returns the dwell time of the specified mode.
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptSAR_SensorClass | , |
| WsfSAR_Sensor | , | ||
| GetResolution_1 | , | ||
| 0 | , | ||
| "double" | , | ||
| "" | ) |
Returns the resolution of currently selected mode.
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptSAR_SensorClass | , |
| WsfSAR_Sensor | , | ||
| GetResolution_2 | , | ||
| 1 | , | ||
| "double" | , | ||
| "string" | ) |
Returns the resolution of the specified mode.
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptSAR_SensorClass | , |
| WsfSAR_Sensor | , | ||
| SetDwellTime_1 | , | ||
| 1 | , | ||
| "void" | , | ||
| "double" | ) |
Sets the dwell time of currently selected mode.
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptSAR_SensorClass | , |
| WsfSAR_Sensor | , | ||
| SetDwellTime_2 | , | ||
| 2 | , | ||
| "void" | , | ||
| " double | , | ||
| string" | ) |
Sets the dwell time of the specified mode.
References WsfSAR_Sensor::SAR_Mode::mDwellTime.
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptSAR_SensorClass | , |
| WsfSAR_Sensor | , | ||
| SetResolution_1 | , | ||
| 1 | , | ||
| "void" | , | ||
| "double" | ) |
Sets the resolution of currently selected mode.
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptSAR_SensorClass | , |
| WsfSAR_Sensor | , | ||
| SetResolution_2 | , | ||
| 2 | , | ||
| "void" | , | ||
| " double | , | ||
| string" | ) |
Sets the resolution of the specified mode.
References WsfSAR_Sensor::SAR_Mode::mResolution.