WSF
WsfSAR_Sensor.cpp File Reference
#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"
Include dependency graph for WsfSAR_Sensor.cpp:

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.

Function Documentation

◆ UT_DEFINE_SCRIPT_METHOD() [1/8]

UT_DEFINE_SCRIPT_METHOD ( WsfScriptSAR_SensorClass ,
WsfSAR_Sensor ,
GetDwellTime_1 ,
0 ,
"double" ,
""  )

Returns the dwell time of currently selected mode.

◆ UT_DEFINE_SCRIPT_METHOD() [2/8]

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() [3/8]

UT_DEFINE_SCRIPT_METHOD ( WsfScriptSAR_SensorClass ,
WsfSAR_Sensor ,
GetResolution_1 ,
0 ,
"double" ,
""  )

Returns the resolution of currently selected mode.

◆ UT_DEFINE_SCRIPT_METHOD() [4/8]

UT_DEFINE_SCRIPT_METHOD ( WsfScriptSAR_SensorClass ,
WsfSAR_Sensor ,
GetResolution_2 ,
1 ,
"double" ,
"string"  )

Returns the resolution of the specified mode.

◆ UT_DEFINE_SCRIPT_METHOD() [5/8]

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() [6/8]

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() [7/8]

UT_DEFINE_SCRIPT_METHOD ( WsfScriptSAR_SensorClass ,
WsfSAR_Sensor ,
SetResolution_1 ,
1 ,
"void" ,
"double"  )

Sets the resolution of currently selected mode.

◆ UT_DEFINE_SCRIPT_METHOD() [8/8]

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.

Copyrights Multiple, All Rights Reserved