|
WSF
|
#include "WsfScriptSolarTerminator.hpp"#include "UtMemory.hpp"#include "WsfPlatform.hpp"#include "WsfSolarTerminator.hpp"#include "script/WsfScriptDefs.hpp"
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptSolarTerminator | , |
| WsfScriptSolarTerminator | , | ||
| EARTH_PENUMBRA | , | ||
| 0 | , | ||
| "int" | , | ||
| "" | ) |
References WsfSolarTerminator::cEARTH_PENUMBRA.
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptSolarTerminator | , |
| WsfScriptSolarTerminator | , | ||
| EARTH_UMBRA | , | ||
| 0 | , | ||
| "int" | , | ||
| "" | ) |
References WsfSolarTerminator::cEARTH_UMBRA.
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptSolarTerminator | , |
| WsfScriptSolarTerminator | , | ||
| GetPhaseOfDay | , | ||
| 4 | , | ||
| "int" | , | ||
| " double | , | ||
| double | , | ||
| Calendar | , | ||
| double" | ) |
References WsfSolarTerminator::GetPhaseOfDay().
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptSolarTerminator | , |
| WsfScriptSolarTerminator | , | ||
| ILLUMINATED | , | ||
| 0 | , | ||
| "int" | , | ||
| "" | ) |
References WsfSolarTerminator::cILLUMINATED.
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptSolarTerminator | , |
| WsfScriptSolarTerminator | , | ||
| PHASE_DAY | , | ||
| 0 | , | ||
| "int" | , | ||
| "" | ) |
References WsfSolarTerminator::cDAY.
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptSolarTerminator | , |
| WsfScriptSolarTerminator | , | ||
| PHASE_NIGHT | , | ||
| 0 | , | ||
| "int" | , | ||
| "" | ) |
References WsfSolarTerminator::cNIGHT.
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptSolarTerminator | , |
| WsfScriptSolarTerminator | , | ||
| PHASE_TWILIGHT | , | ||
| 0 | , | ||
| "int" | , | ||
| "" | ) |
References WsfSolarTerminator::cTWILIGHT.
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptSolarTerminator | , |
| WsfScriptSolarTerminator | , | ||
| PlatformSolarIllumination | , | ||
| 1 | , | ||
| "int" | , | ||
| "WsfPlatform" | ) |
References WsfSolarTerminator::GetPlatformSolarIllumination(), platformPtr, and TIME_NOW.
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptSolarTerminator | , |
| WsfScriptSolarTerminator | , | ||
| TWILIGHT_ASTRONOMICAL | , | ||
| 0 | , | ||
| "double" | , | ||
| "" | ) |
References WsfSolarTerminator::cTWILIGHT_ASTRONOMICAL.
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptSolarTerminator | , |
| WsfScriptSolarTerminator | , | ||
| TWILIGHT_CIVIL | , | ||
| 0 | , | ||
| "double" | , | ||
| "" | ) |
References WsfSolarTerminator::cTWILIGHT_CIVIL.
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptSolarTerminator | , |
| WsfScriptSolarTerminator | , | ||
| TWILIGHT_NAUTICAL | , | ||
| 0 | , | ||
| "double" | , | ||
| "" | ) |
References WsfSolarTerminator::cTWILIGHT_NAUTICAL.