diff --git a/Docs/html/Proxy_8cpp.html b/Docs/html/Proxy_8cpp.html index 3858c489..f7403cec 100644 --- a/Docs/html/Proxy_8cpp.html +++ b/Docs/html/Proxy_8cpp.html @@ -106,7 +106,6 @@ #include <Launch.h>
#include <KernelsLoader.h>
#include <iostream>
-#include <SpacecraftClockKernel.h>
@@ -114,6 +113,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -162,36 +189,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Functions

 
void PropagateProxy (IO::SDK::API::DTO::ScenarioDTO &scenarioDto)
 
const char * GetSpiceVersionProxy ()
 
bool WriteEphemerisProxy (const char *filePath, int objectId, IO::SDK::API::DTO::StateVectorDTO *sv, int size)
 
void ReadOrientationProxy (IO::SDK::API::DTO::WindowDTO searchWindow, int spacecraftId, double tolerance, const char *frame, double stepSize, IO::SDK::API::DTO::StateOrientationDTO *so)
 
void LoadKernelsProxy (const char *path)
 
const char * TDBToStringProxy (double secondsFromJ2000)
 
const char * UTCToStringProxy (double secondsFromJ2000)
 
void ReadEphemerisProxy (IO::SDK::API::DTO::WindowDTO searchWindow, int observerId, int targetId, const char *frame, const char *aberration, double stepSize, IO::SDK::API::DTO::StateVectorDTO *stateVectors)
 
void FindWindowsOnDistanceConstraintProxy (IO::SDK::API::DTO::WindowDTO searchWindow, int observerId, int targetId, const char *relationalOperator, double value, const char *aberration, double stepSize, IO::SDK::API::DTO::WindowDTO windows[1000])
 
void FindWindowsOnOccultationConstraintProxy (IO::SDK::API::DTO::WindowDTO searchWindow, int observerId, int targetId, const char *targetFrame, const char *targetShape, int frontBodyId, const char *frontFrame, const char *frontShape, const char *occultationType, const char *aberration, double stepSize, IO::SDK::API::DTO::WindowDTO *windows)
 
void FindWindowsOnCoordinateConstraintProxy (IO::SDK::API::DTO::WindowDTO searchWindow, int observerId, int targetId, const char *frame, const char *coordinateSystem, const char *coordinate, const char *relationalOperator, double value, double adjustValue, const char *aberration, double stepSize, IO::SDK::API::DTO::WindowDTO *windows)
 
void FindWindowsOnIlluminationConstraintProxy (IO::SDK::API::DTO::WindowDTO searchWindow, int observerId, const char *illuminationSource, int targetBody, const char *fixedFrame, IO::SDK::API::DTO::GeodeticDTO geodetic, const char *illuminationType, const char *relationalOperator, double value, double adjustValue, const char *aberration, double stepSize, const char *method, IO::SDK::API::DTO::WindowDTO *windows)
 
void FindWindowsInFieldOfViewConstraintProxy (IO::SDK::API::DTO::WindowDTO searchWindow, int observerId, int instrumentId, int targetId, const char *targetFrame, const char *targetShape, const char *aberration, double stepSize, IO::SDK::API::DTO::WindowDTO *windows)
 
double ConvertTDBToUTCProxy (double tdb)
 
double ConvertUTCToTDBProxy (double utc)
 
void ReadManeuverResults (IO::SDK::API::DTO::ScenarioDTO &scenarioDto, std::map< int, std::shared_ptr< IO::SDK::Maneuvers::ManeuverBase > > &maneuvers)
 
void ReadPhasingManeuverResult (IO::SDK::API::DTO::ScenarioDTO &scenarioDto, std::map< int, std::shared_ptr< IO::SDK::Maneuvers::ManeuverBase > > &maneuvers)
 
void BuildZenithAttitude (IO::SDK::API::DTO::ScenarioDTO &scenarioDto, IO::SDK::Scenario &scenario, std::map< int, std::shared_ptr< IO::SDK::Maneuvers::ManeuverBase > > &maneuvers)
 
const char * GetSpiceVersionProxy ()
 
bool WriteEphemerisProxy (const char *filePath, int objectId, IO::SDK::API::DTO::StateVectorDTO *sv, int size)
 
bool WriteOrientationProxy (const char *filePath, int objectId, int spacecraftFrameId, IO::SDK::API::DTO::StateOrientationDTO *so, int size)
 
void ReadOrientationProxy (IO::SDK::API::DTO::WindowDTO searchWindow, int spacecraftId, double tolerance, const char *frame, double stepSize, IO::SDK::API::DTO::StateOrientationDTO *so)
 
void LoadKernelsProxy (const char *path)
 
const char * TDBToStringProxy (double secondsFromJ2000)
 
const char * UTCToStringProxy (double secondsFromJ2000)
 
void ReadEphemerisProxy (IO::SDK::API::DTO::WindowDTO searchWindow, int observerId, int targetId, const char *frame, const char *aberration, double stepSize, IO::SDK::API::DTO::StateVectorDTO *stateVectors)
 
void FindWindowsOnDistanceConstraintProxy (IO::SDK::API::DTO::WindowDTO searchWindow, int observerId, int targetId, const char *relationalOperator, double value, const char *aberration, double stepSize, IO::SDK::API::DTO::WindowDTO windows[1000])
 
void FindWindowsOnOccultationConstraintProxy (IO::SDK::API::DTO::WindowDTO searchWindow, int observerId, int targetId, const char *targetFrame, const char *targetShape, int frontBodyId, const char *frontFrame, const char *frontShape, const char *occultationType, const char *aberration, double stepSize, IO::SDK::API::DTO::WindowDTO *windows)
 
void FindWindowsOnCoordinateConstraintProxy (IO::SDK::API::DTO::WindowDTO searchWindow, int observerId, int targetId, const char *frame, const char *coordinateSystem, const char *coordinate, const char *relationalOperator, double value, double adjustValue, const char *aberration, double stepSize, IO::SDK::API::DTO::WindowDTO *windows)
 
void FindWindowsOnIlluminationConstraintProxy (IO::SDK::API::DTO::WindowDTO searchWindow, int observerId, const char *illuminationSource, int targetBody, const char *fixedFrame, IO::SDK::API::DTO::GeodeticDTO geodetic, const char *illuminationType, const char *relationalOperator, double value, double adjustValue, const char *aberration, double stepSize, const char *method, IO::SDK::API::DTO::WindowDTO *windows)
 
void FindWindowsInFieldOfViewConstraintProxy (IO::SDK::API::DTO::WindowDTO searchWindow, int observerId, int instrumentId, int targetId, const char *targetFrame, const char *targetShape, const char *aberration, double stepSize, IO::SDK::API::DTO::WindowDTO *windows)
 
double ConvertTDBToUTCProxy (double tdb)
 
double ConvertUTCToTDBProxy (double utc)
 

Function Documentation

@@ -1719,52 +1716,6 @@

- - - -

◆ WriteOrientationProxy()

- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
bool WriteOrientationProxy (const char * filePath,
int objectId,
int spacecraftFrameId,
IO::SDK::API::DTO::StateOrientationDTOso,
int size 
)
-
-
diff --git a/Docs/html/Proxy_8cpp.js b/Docs/html/Proxy_8cpp.js index a01d726f..0f423b0c 100644 --- a/Docs/html/Proxy_8cpp.js +++ b/Docs/html/Proxy_8cpp.js @@ -39,6 +39,5 @@ var Proxy_8cpp = [ "ReadPhasingManeuverResult", "Proxy_8cpp.html#a6c39e673976b509ad3fa42613ffa38d7", null ], [ "TDBToStringProxy", "Proxy_8cpp.html#a0ea299e073a26b6daf00c819536eae1a", null ], [ "UTCToStringProxy", "Proxy_8cpp.html#af1e6f2f2b5080a1c1fdc85bbe77e1810", null ], - [ "WriteEphemerisProxy", "Proxy_8cpp.html#a54a9e4a083c0856d060fd0a3daa197d1", null ], - [ "WriteOrientationProxy", "Proxy_8cpp.html#a1dfd4b544864698af36d7f349d75a682", null ] + [ "WriteEphemerisProxy", "Proxy_8cpp.html#a54a9e4a083c0856d060fd0a3daa197d1", null ] ]; \ No newline at end of file diff --git a/Docs/html/Proxy_8h.html b/Docs/html/Proxy_8h.html index b73f1180..4ef8d604 100644 --- a/Docs/html/Proxy_8h.html +++ b/Docs/html/Proxy_8h.html @@ -110,8 +110,6 @@   MODULE_API void ReadEphemerisProxy (IO::SDK::API::DTO::WindowDTO searchWindow, int observerId, int targetId, const char *frame, const char *aberration, double stepSize, IO::SDK::API::DTO::StateVectorDTO stateVectors[10000])   -MODULE_API bool WriteOrientationProxy (const char *filePath, int objectId, IO::SDK::API::DTO::StateOrientationDTO so[10000], int size) -  MODULE_API void ReadOrientationProxy (IO::SDK::API::DTO::WindowDTO searchWindow, int spacecraftId, double tolerance, const char *frame, double stepSize, IO::SDK::API::DTO::StateOrientationDTO so[10000])   MODULE_API void PropagateProxy (IO::SDK::API::DTO::ScenarioDTO &scenarioDto) @@ -1842,56 +1840,6 @@

Returns
- - -
-

◆ WriteOrientationProxy()

- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MODULE_API bool WriteOrientationProxy (const char * filePath,
int objectId,
IO::SDK::API::DTO::StateOrientationDTO so[10000],
int size 
)
-
-

Write orientation data into binary file (ck)

Parameters
- - - - - -
filePath
objectId
so
size
-
-
-
Returns
-
diff --git a/Docs/html/Proxy_8h.js b/Docs/html/Proxy_8h.js index 7e3eba42..30d267d7 100644 --- a/Docs/html/Proxy_8h.js +++ b/Docs/html/Proxy_8h.js @@ -41,6 +41,5 @@ var Proxy_8h = [ "ReadPhasingManeuverResult", "Proxy_8h.html#a6c39e673976b509ad3fa42613ffa38d7", null ], [ "TDBToStringProxy", "Proxy_8h.html#a866cf6da600090959c6dc47000e75cc4", null ], [ "UTCToStringProxy", "Proxy_8h.html#a8f3164fd10cfa0827e25add2106a71c7", null ], - [ "WriteEphemerisProxy", "Proxy_8h.html#a329824aa5cb9474c5ad8ba77ba8ac569", null ], - [ "WriteOrientationProxy", "Proxy_8h.html#af8fed4e7969e085725224db1cd8f23b7", null ] + [ "WriteEphemerisProxy", "Proxy_8h.html#a329824aa5cb9474c5ad8ba77ba8ac569", null ] ]; \ No newline at end of file diff --git a/Docs/html/Proxy_8h_source.html b/Docs/html/Proxy_8h_source.html index 60326600..d99108b3 100644 --- a/Docs/html/Proxy_8h_source.html +++ b/Docs/html/Proxy_8h_source.html @@ -91,210 +91,208 @@
3#include "ManeuverBase.h"
4#include "Scenario.h"
5
-
6#ifdef __cplusplus
-
7extern "C" {
-
8#endif
-
9#ifdef _WIN32
-
10# ifdef MODULE_API_EXPORTS
-
11# define MODULE_API __declspec(dllexport)
-
12# else
-
13# define MODULE_API __declspec(dllimport)
-
14# endif
-
15#else
-
16# define MODULE_API
-
17#endif
- -
23
-
32MODULE_API bool
-
33WriteEphemerisProxy(const char *filePath, int objectId, IO::SDK::API::DTO::StateVectorDTO sv[100000], int size);
-
34
-
45MODULE_API void
-
46ReadEphemerisProxy(IO::SDK::API::DTO::WindowDTO searchWindow, int observerId, int targetId, const char *frame,
-
47 const char *aberration, double stepSize, IO::SDK::API::DTO::StateVectorDTO stateVectors[10000]);
-
48
-
57MODULE_API bool
-
58WriteOrientationProxy(const char *filePath, int objectId, IO::SDK::API::DTO::StateOrientationDTO so[10000], int size);
-
59
-
69MODULE_API void
-
70ReadOrientationProxy(IO::SDK::API::DTO::WindowDTO searchWindow, int spacecraftId, double tolerance, const char *frame, double stepSize,
- -
72
- -
78
-
79
-
80
- -
86
-
91MODULE_API void LoadKernelsProxy(const char *path);
-
92
-
98MODULE_API const char *TDBToStringProxy(double secondsFromJ2000);
-
99
-
105MODULE_API const char *UTCToStringProxy(double secondsFromJ2000);
-
106
-
118MODULE_API void
-
119FindWindowsOnDistanceConstraintProxy(IO::SDK::API::DTO::WindowDTO searchWindow, int observerId, int targetId,
-
120 const char *relationalOperator, double value, const char *aberration,
-
121 double stepSize, IO::SDK::API::DTO::WindowDTO windows[1000]);
-
122
- -
139 int targetId, const char *targetFrame,
-
140 const char *targetShape,
-
141 int frontBodyId, const char *frontFrame, const char *frontShape,
-
142 const char *occultationType,
-
143 const char *aberration, double stepSize,
-
144 IO::SDK::API::DTO::WindowDTO windows[1000]);
-
145
- -
162 int targetId, const char *frame, const char *coordinateSystem,
-
163 const char *coordinate, const char *relationalOperator,
-
164 double value, double adjustValue, const char *aberration,
-
165 double stepSize, IO::SDK::API::DTO::WindowDTO windows[1000]);
-
166
- -
185 const char *illuminationSource, int targetBody,
-
186 const char *fixedFrame,
- -
188 const char *illuminationType,
-
189 const char *relationalOperator, double value,
-
190 double adjustValue,
-
191 const char *aberration, double stepSize, const char *method,
-
192 IO::SDK::API::DTO::WindowDTO windows[1000]);
-
193
-
206MODULE_API void
-
207FindWindowsInFieldOfViewConstraintProxy(IO::SDK::API::DTO::WindowDTO searchWindow, int observerId, int instrumentId,
-
208 int targetId, const char *targetFrame, const char *targetShape,
-
209 const char *aberration, double stepSize,
-
210 IO::SDK::API::DTO::WindowDTO windows[1000]);
-
216MODULE_API double ConvertTDBToUTCProxy(double tdb);
-
217
-
223MODULE_API double ConvertUTCToTDBProxy(double utc);
-
224#ifdef __cplusplus
-
225}
-
226#endif
-
227
-
228#ifndef PROXY_H
-
229#define PROXY_H
-
230
-
231std::map<int, std::shared_ptr<IO::SDK::Body::CelestialBody>>
- -
233
- -
235
-
236void
- -
238
- +
6#pragma region Proxy
+
7#ifdef __cplusplus
+
8extern "C" {
+
9#endif
+
10#ifdef _WIN32
+
11# ifdef MODULE_API_EXPORTS
+
12# define MODULE_API __declspec(dllexport)
+
13# else
+
14# define MODULE_API __declspec(dllimport)
+
15# endif
+
16#else
+
17# define MODULE_API
+
18#endif
+ +
24
+
33MODULE_API bool
+
34WriteEphemerisProxy(const char *filePath, int objectId, IO::SDK::API::DTO::StateVectorDTO sv[100000], int size);
+
35
+
46MODULE_API void
+
47ReadEphemerisProxy(IO::SDK::API::DTO::WindowDTO searchWindow, int observerId, int targetId, const char *frame,
+
48 const char *aberration, double stepSize, IO::SDK::API::DTO::StateVectorDTO stateVectors[10000]);
+
49
+
59MODULE_API void
+
60ReadOrientationProxy(IO::SDK::API::DTO::WindowDTO searchWindow, int spacecraftId, double tolerance, const char *frame, double stepSize,
+ +
62
+ +
68
+
69
+
70
+ +
76
+
81MODULE_API void LoadKernelsProxy(const char *path);
+
82
+
88MODULE_API const char *TDBToStringProxy(double secondsFromJ2000);
+
89
+
95MODULE_API const char *UTCToStringProxy(double secondsFromJ2000);
+
96
+
108MODULE_API void
+
109FindWindowsOnDistanceConstraintProxy(IO::SDK::API::DTO::WindowDTO searchWindow, int observerId, int targetId,
+
110 const char *relationalOperator, double value, const char *aberration,
+
111 double stepSize, IO::SDK::API::DTO::WindowDTO windows[1000]);
+
112
+ +
129 int targetId, const char *targetFrame,
+
130 const char *targetShape,
+
131 int frontBodyId, const char *frontFrame, const char *frontShape,
+
132 const char *occultationType,
+
133 const char *aberration, double stepSize,
+
134 IO::SDK::API::DTO::WindowDTO windows[1000]);
+
135
+ +
152 int targetId, const char *frame, const char *coordinateSystem,
+
153 const char *coordinate, const char *relationalOperator,
+
154 double value, double adjustValue, const char *aberration,
+
155 double stepSize, IO::SDK::API::DTO::WindowDTO windows[1000]);
+
156
+ +
175 const char *illuminationSource, int targetBody,
+
176 const char *fixedFrame,
+ +
178 const char *illuminationType,
+
179 const char *relationalOperator, double value,
+
180 double adjustValue,
+
181 const char *aberration, double stepSize, const char *method,
+
182 IO::SDK::API::DTO::WindowDTO windows[1000]);
+
183
+
196MODULE_API void
+
197FindWindowsInFieldOfViewConstraintProxy(IO::SDK::API::DTO::WindowDTO searchWindow, int observerId, int instrumentId,
+
198 int targetId, const char *targetFrame, const char *targetShape,
+
199 const char *aberration, double stepSize,
+
200 IO::SDK::API::DTO::WindowDTO windows[1000]);
+
206MODULE_API double ConvertTDBToUTCProxy(double tdb);
+
207
+
213MODULE_API double ConvertUTCToTDBProxy(double utc);
+
214#ifdef __cplusplus
+
215}
+
216#endif
+
217#pragma endregion
+
218
+
219#ifndef PROXY_H
+
220#define PROXY_H
+
221
+
222std::map<int, std::shared_ptr<IO::SDK::Body::CelestialBody>>
+ +
224
+ +
226
+
227void
+ +
229
+ +
231
+
232void
+ +
234
+ +
236 std::map<int, std::shared_ptr<IO::SDK::Maneuvers::ManeuverBase>> &maneuvers);
+
237
+ +
239 std::map<int, std::shared_ptr<IO::SDK::Maneuvers::ManeuverBase>> &maneuvers);
240
-
241void
- -
243
- -
245 std::map<int, std::shared_ptr<IO::SDK::Maneuvers::ManeuverBase>> &maneuvers);
-
246
- -
248 std::map<int, std::shared_ptr<IO::SDK::Maneuvers::ManeuverBase>> &maneuvers);
-
249
- -
251 std::map<int, std::shared_ptr<IO::SDK::Maneuvers::ManeuverBase>> &maneuvers,
-
252 std::map<int, std::shared_ptr<IO::SDK::Body::CelestialBody>> &celestialBodies);
-
253
- -
255 std::map<int, std::shared_ptr<IO::SDK::Maneuvers::ManeuverBase>> &maneuvers);
+ +
242 std::map<int, std::shared_ptr<IO::SDK::Maneuvers::ManeuverBase>> &maneuvers,
+
243 std::map<int, std::shared_ptr<IO::SDK::Body::CelestialBody>> &celestialBodies);
+
244
+ +
246 std::map<int, std::shared_ptr<IO::SDK::Maneuvers::ManeuverBase>> &maneuvers);
+
247
+
248void
+ +
250 std::map<int, std::shared_ptr<IO::SDK::Maneuvers::ManeuverBase>> &maneuvers,
+
251 std::map<int, std::shared_ptr<IO::SDK::Body::CelestialBody>> &celestialBodies);
+
252
+ +
254 std::map<int, std::shared_ptr<IO::SDK::Maneuvers::ManeuverBase>> &maneuvers,
+
255 std::map<int, std::shared_ptr<IO::SDK::Body::CelestialBody>> &celestialBodies);
256
-
257void
- -
259 std::map<int, std::shared_ptr<IO::SDK::Maneuvers::ManeuverBase>> &maneuvers,
-
260 std::map<int, std::shared_ptr<IO::SDK::Body::CelestialBody>> &celestialBodies);
-
261
- -
263 std::map<int, std::shared_ptr<IO::SDK::Maneuvers::ManeuverBase>> &maneuvers,
-
264 std::map<int, std::shared_ptr<IO::SDK::Body::CelestialBody>> &celestialBodies);
-
265
- -
267 std::map<int, std::shared_ptr<IO::SDK::Body::CelestialBody>> &celestialBodies,
-
268 std::map<int, std::shared_ptr<IO::SDK::Maneuvers::ManeuverBase>> &maneuvers);
+ +
258 std::map<int, std::shared_ptr<IO::SDK::Body::CelestialBody>> &celestialBodies,
+
259 std::map<int, std::shared_ptr<IO::SDK::Maneuvers::ManeuverBase>> &maneuvers);
+
260
+ +
262 std::map<int, std::shared_ptr<IO::SDK::Maneuvers::ManeuverBase>> &maneuvers);
+
263
+ +
265 std::map<int, std::shared_ptr<IO::SDK::Maneuvers::ManeuverBase>> &maneuvers);
+
266
+ +
268 std::map<int, std::shared_ptr<IO::SDK::Maneuvers::ManeuverBase>> &maneuvers);
269
- -
271 std::map<int, std::shared_ptr<IO::SDK::Maneuvers::ManeuverBase>> &maneuvers);
+ +
271 std::map<int, std::shared_ptr<IO::SDK::Maneuvers::ManeuverBase>> &maneuvers);
272
- -
274 std::map<int, std::shared_ptr<IO::SDK::Maneuvers::ManeuverBase>> &maneuvers);
-
275
- -
277 std::map<int, std::shared_ptr<IO::SDK::Maneuvers::ManeuverBase>> &maneuvers);
-
278
- -
280 std::map<int, std::shared_ptr<IO::SDK::Maneuvers::ManeuverBase>> &maneuvers);
-
281
- -
283 std::map<int, std::shared_ptr<IO::SDK::Maneuvers::ManeuverBase>> &maneuvers,
-
284 std::map<int, std::shared_ptr<IO::SDK::Body::CelestialBody>> &celestialBodies);
+ +
274 std::map<int, std::shared_ptr<IO::SDK::Maneuvers::ManeuverBase>> &maneuvers,
+
275 std::map<int, std::shared_ptr<IO::SDK::Body::CelestialBody>> &celestialBodies);
+
276
+ +
278 std::map<int, std::shared_ptr<IO::SDK::Maneuvers::ManeuverBase>> &maneuvers);
+
279
+ +
281 std::map<int, std::shared_ptr<IO::SDK::Maneuvers::ManeuverBase>> &maneuvers);
+
282
+ +
284 std::map<int, std::shared_ptr<IO::SDK::Maneuvers::ManeuverBase>> &maneuvers);
285
- -
287 std::map<int, std::shared_ptr<IO::SDK::Maneuvers::ManeuverBase>> &maneuvers);
+ +
287 std::map<int, std::shared_ptr<IO::SDK::Maneuvers::ManeuverBase>> &maneuvers);
288
- -
290 std::map<int, std::shared_ptr<IO::SDK::Maneuvers::ManeuverBase>> &maneuvers);
+ +
290 std::map<int, std::shared_ptr<IO::SDK::Maneuvers::ManeuverBase>> &maneuvers);
291
- -
293 std::map<int, std::shared_ptr<IO::SDK::Maneuvers::ManeuverBase>> &maneuvers);
+ +
293 std::map<int, std::shared_ptr<IO::SDK::Maneuvers::ManeuverBase>> &maneuvers);
294
- -
296 std::map<int, std::shared_ptr<IO::SDK::Maneuvers::ManeuverBase>> &maneuvers);
+ +
296 std::map<int, std::shared_ptr<IO::SDK::Maneuvers::ManeuverBase>> &maneuvers);
297
- -
299 std::map<int, std::shared_ptr<IO::SDK::Maneuvers::ManeuverBase>> &maneuvers);
-
300
- -
302 std::map<int, std::shared_ptr<IO::SDK::Maneuvers::ManeuverBase>> &maneuvers);
-
303
- -
305 std::map<int, std::shared_ptr<IO::SDK::Maneuvers::ManeuverBase>> &maneuvers);
-
306
-
307#endif
+
298#endif
-
void BuildPhasingManeuver(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, IO::SDK::Scenario &scenario, std::map< int, std::shared_ptr< IO::SDK::Maneuvers::ManeuverBase > > &maneuvers, std::map< int, std::shared_ptr< IO::SDK::Body::CelestialBody > > &celestialBodies)
Definition: Proxy.cpp:605
-
MODULE_API void LaunchProxy(IO::SDK::API::DTO::LaunchDTO &launchDto)
Definition: Proxy.cpp:23
-
MODULE_API double ConvertTDBToUTCProxy(double tdb)
Definition: Proxy.cpp:1063
-
void ReadApsidalAlignmentManeuverResult(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, std::map< int, std::shared_ptr< IO::SDK::Maneuvers::ManeuverBase > > &maneuvers)
Definition: Proxy.cpp:148
-
#define MODULE_API
Definition: Proxy.h:16
-
void BuildOrbitalPlaneManeuver(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, IO::SDK::Scenario &scenario, std::map< int, std::shared_ptr< IO::SDK::Maneuvers::ManeuverBase > > &maneuvers, std::map< int, std::shared_ptr< IO::SDK::Body::CelestialBody > > &celestialBodies)
Definition: Proxy.cpp:570
-
void ReadCombinedManeuverResult(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, std::map< int, std::shared_ptr< IO::SDK::Maneuvers::ManeuverBase > > &maneuvers)
Definition: Proxy.cpp:167
+
void BuildPhasingManeuver(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, IO::SDK::Scenario &scenario, std::map< int, std::shared_ptr< IO::SDK::Maneuvers::ManeuverBase > > &maneuvers, std::map< int, std::shared_ptr< IO::SDK::Body::CelestialBody > > &celestialBodies)
Definition: Proxy.cpp:903
+
MODULE_API void LaunchProxy(IO::SDK::API::DTO::LaunchDTO &launchDto)
Definition: Proxy.cpp:22
+
MODULE_API double ConvertTDBToUTCProxy(double tdb)
Definition: Proxy.cpp:393
+
void ReadApsidalAlignmentManeuverResult(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, std::map< int, std::shared_ptr< IO::SDK::Maneuvers::ManeuverBase > > &maneuvers)
Definition: Proxy.cpp:445
+
#define MODULE_API
Definition: Proxy.h:17
+
void BuildOrbitalPlaneManeuver(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, IO::SDK::Scenario &scenario, std::map< int, std::shared_ptr< IO::SDK::Maneuvers::ManeuverBase > > &maneuvers, std::map< int, std::shared_ptr< IO::SDK::Body::CelestialBody > > &celestialBodies)
Definition: Proxy.cpp:868
+
void ReadCombinedManeuverResult(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, std::map< int, std::shared_ptr< IO::SDK::Maneuvers::ManeuverBase > > &maneuvers)
Definition: Proxy.cpp:464
MODULE_API bool WriteEphemerisProxy(const char *filePath, int objectId, IO::SDK::API::DTO::StateVectorDTO sv[100000], int size)
-
void BuildNadirAttitude(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, IO::SDK::Scenario &scenario, std::map< int, std::shared_ptr< IO::SDK::Maneuvers::ManeuverBase > > &maneuvers)
Definition: Proxy.cpp:700
+
void BuildNadirAttitude(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, IO::SDK::Scenario &scenario, std::map< int, std::shared_ptr< IO::SDK::Maneuvers::ManeuverBase > > &maneuvers)
Definition: Proxy.cpp:998
MODULE_API void FindWindowsOnOccultationConstraintProxy(IO::SDK::API::DTO::WindowDTO searchWindow, int observerId, int targetId, const char *targetFrame, const char *targetShape, int frontBodyId, const char *frontFrame, const char *frontShape, const char *occultationType, const char *aberration, double stepSize, IO::SDK::API::DTO::WindowDTO windows[1000])
MODULE_API void FindWindowsOnCoordinateConstraintProxy(IO::SDK::API::DTO::WindowDTO searchWindow, int observerId, int targetId, const char *frame, const char *coordinateSystem, const char *coordinate, const char *relationalOperator, double value, double adjustValue, const char *aberration, double stepSize, IO::SDK::API::DTO::WindowDTO windows[1000])
-
void BuildFuelTank(const IO::SDK::API::DTO::ScenarioDTO &scenarioDTO, IO::SDK::Body::Spacecraft::Spacecraft &spacecraft)
Definition: Proxy.cpp:311
-
void ReadApogeeManeuverResult(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, std::map< int, std::shared_ptr< IO::SDK::Maneuvers::ManeuverBase > > &maneuvers)
Definition: Proxy.cpp:224
-
void BuildInstruments(const IO::SDK::API::DTO::ScenarioDTO &scenarioDTO, IO::SDK::Body::Spacecraft::Spacecraft &spacecraft)
Definition: Proxy.cpp:339
-
MODULE_API void PropagateProxy(IO::SDK::API::DTO::ScenarioDTO &scenarioDto)
Definition: Proxy.cpp:52
-
void ReadManeuverResults(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, std::map< int, std::shared_ptr< IO::SDK::Maneuvers::ManeuverBase > > &maneuvers)
Definition: Proxy.cpp:113
-
void BuildPerigeeManeuver(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, IO::SDK::Scenario &scenario, std::map< int, std::shared_ptr< IO::SDK::Maneuvers::ManeuverBase > > &maneuvers)
Definition: Proxy.cpp:477
-
void ReadPhasingManeuverResult(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, std::map< int, std::shared_ptr< IO::SDK::Maneuvers::ManeuverBase > > &maneuvers)
Definition: Proxy.cpp:129
-
MODULE_API void FindWindowsOnDistanceConstraintProxy(IO::SDK::API::DTO::WindowDTO searchWindow, int observerId, int targetId, const char *relationalOperator, double value, const char *aberration, double stepSize, IO::SDK::API::DTO::WindowDTO windows[1000])
Definition: Proxy.cpp:945
-
void BuildApsidalManeuver(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, IO::SDK::Scenario &scenario, std::map< int, std::shared_ptr< IO::SDK::Maneuvers::ManeuverBase > > &maneuvers, std::map< int, std::shared_ptr< IO::SDK::Body::CelestialBody > > &celestialBodies)
Definition: Proxy.cpp:505
-
void BuildZenithAttitude(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, IO::SDK::Scenario &scenario, std::map< int, std::shared_ptr< IO::SDK::Maneuvers::ManeuverBase > > &maneuvers)
Definition: Proxy.cpp:731
-
void ReadOrbitalPlaneManeuverResult(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, std::map< int, std::shared_ptr< IO::SDK::Maneuvers::ManeuverBase > > &maneuvers)
Definition: Proxy.cpp:186
-
void BuildApogeeManeuver(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, IO::SDK::Scenario &scenario, std::map< int, std::shared_ptr< IO::SDK::Maneuvers::ManeuverBase > > &maneuvers)
Definition: Proxy.cpp:449
-
MODULE_API const char * GetSpiceVersionProxy()
Definition: Proxy.cpp:763
-
void BuildInstrumentPointingToAttitude(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, IO::SDK::Scenario &scenario, std::map< int, std::shared_ptr< IO::SDK::Maneuvers::ManeuverBase > > &maneuvers, std::map< int, std::shared_ptr< IO::SDK::Body::CelestialBody > > &celestialBodies)
Definition: Proxy.cpp:375
-
void BuildRetrogradeAttitude(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, IO::SDK::Scenario &scenario, std::map< int, std::shared_ptr< IO::SDK::Maneuvers::ManeuverBase > > &maneuvers)
Definition: Proxy.cpp:669
-
MODULE_API const char * TDBToStringProxy(double secondsFromJ2000)
Definition: Proxy.cpp:893
-
void BuildEngines(const IO::SDK::API::DTO::ScenarioDTO &scenarioDTO, IO::SDK::Body::Spacecraft::Spacecraft &spacecraft)
Definition: Proxy.cpp:324
-
MODULE_API void LoadKernelsProxy(const char *path)
Definition: Proxy.cpp:888
-
MODULE_API const char * UTCToStringProxy(double secondsFromJ2000)
Definition: Proxy.cpp:900
-
void BuildCombinedManeuver(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, IO::SDK::Scenario &scenario, std::map< int, std::shared_ptr< IO::SDK::Maneuvers::ManeuverBase > > &maneuvers)
Definition: Proxy.cpp:540
-
void ReadPerigeeManeuverResult(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, std::map< int, std::shared_ptr< IO::SDK::Maneuvers::ManeuverBase > > &maneuvers)
Definition: Proxy.cpp:205
+
void BuildFuelTank(const IO::SDK::API::DTO::ScenarioDTO &scenarioDTO, IO::SDK::Body::Spacecraft::Spacecraft &spacecraft)
Definition: Proxy.cpp:609
+
void ReadApogeeManeuverResult(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, std::map< int, std::shared_ptr< IO::SDK::Maneuvers::ManeuverBase > > &maneuvers)
Definition: Proxy.cpp:521
+
void BuildInstruments(const IO::SDK::API::DTO::ScenarioDTO &scenarioDTO, IO::SDK::Body::Spacecraft::Spacecraft &spacecraft)
Definition: Proxy.cpp:637
+
MODULE_API void PropagateProxy(IO::SDK::API::DTO::ScenarioDTO &scenarioDto)
Definition: Proxy.cpp:51
+
void ReadManeuverResults(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, std::map< int, std::shared_ptr< IO::SDK::Maneuvers::ManeuverBase > > &maneuvers)
Definition: Proxy.cpp:410
+
void BuildPerigeeManeuver(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, IO::SDK::Scenario &scenario, std::map< int, std::shared_ptr< IO::SDK::Maneuvers::ManeuverBase > > &maneuvers)
Definition: Proxy.cpp:775
+
void ReadPhasingManeuverResult(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, std::map< int, std::shared_ptr< IO::SDK::Maneuvers::ManeuverBase > > &maneuvers)
Definition: Proxy.cpp:426
+
MODULE_API void FindWindowsOnDistanceConstraintProxy(IO::SDK::API::DTO::WindowDTO searchWindow, int observerId, int targetId, const char *relationalOperator, double value, const char *aberration, double stepSize, IO::SDK::API::DTO::WindowDTO windows[1000])
Definition: Proxy.cpp:275
+
void BuildApsidalManeuver(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, IO::SDK::Scenario &scenario, std::map< int, std::shared_ptr< IO::SDK::Maneuvers::ManeuverBase > > &maneuvers, std::map< int, std::shared_ptr< IO::SDK::Body::CelestialBody > > &celestialBodies)
Definition: Proxy.cpp:803
+
void BuildZenithAttitude(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, IO::SDK::Scenario &scenario, std::map< int, std::shared_ptr< IO::SDK::Maneuvers::ManeuverBase > > &maneuvers)
Definition: Proxy.cpp:1029
+
void ReadOrbitalPlaneManeuverResult(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, std::map< int, std::shared_ptr< IO::SDK::Maneuvers::ManeuverBase > > &maneuvers)
Definition: Proxy.cpp:483
+
void BuildApogeeManeuver(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, IO::SDK::Scenario &scenario, std::map< int, std::shared_ptr< IO::SDK::Maneuvers::ManeuverBase > > &maneuvers)
Definition: Proxy.cpp:747
+
MODULE_API const char * GetSpiceVersionProxy()
Definition: Proxy.cpp:112
+
void BuildInstrumentPointingToAttitude(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, IO::SDK::Scenario &scenario, std::map< int, std::shared_ptr< IO::SDK::Maneuvers::ManeuverBase > > &maneuvers, std::map< int, std::shared_ptr< IO::SDK::Body::CelestialBody > > &celestialBodies)
Definition: Proxy.cpp:673
+
void BuildRetrogradeAttitude(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, IO::SDK::Scenario &scenario, std::map< int, std::shared_ptr< IO::SDK::Maneuvers::ManeuverBase > > &maneuvers)
Definition: Proxy.cpp:967
+
MODULE_API const char * TDBToStringProxy(double secondsFromJ2000)
Definition: Proxy.cpp:223
+
void BuildEngines(const IO::SDK::API::DTO::ScenarioDTO &scenarioDTO, IO::SDK::Body::Spacecraft::Spacecraft &spacecraft)
Definition: Proxy.cpp:622
+
MODULE_API void LoadKernelsProxy(const char *path)
Definition: Proxy.cpp:218
+
MODULE_API const char * UTCToStringProxy(double secondsFromJ2000)
Definition: Proxy.cpp:230
+
void BuildCombinedManeuver(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, IO::SDK::Scenario &scenario, std::map< int, std::shared_ptr< IO::SDK::Maneuvers::ManeuverBase > > &maneuvers)
Definition: Proxy.cpp:838
+
void ReadPerigeeManeuverResult(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, std::map< int, std::shared_ptr< IO::SDK::Maneuvers::ManeuverBase > > &maneuvers)
Definition: Proxy.cpp:502
MODULE_API void FindWindowsOnIlluminationConstraintProxy(IO::SDK::API::DTO::WindowDTO searchWindow, int observerId, const char *illuminationSource, int targetBody, const char *fixedFrame, IO::SDK::API::DTO::GeodeticDTO geodetic, const char *illuminationType, const char *relationalOperator, double value, double adjustValue, const char *aberration, double stepSize, const char *method, IO::SDK::API::DTO::WindowDTO windows[1000])
-
MODULE_API double ConvertUTCToTDBProxy(double utc)
Definition: Proxy.cpp:1070
-
void BuildManeuvers(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, IO::SDK::Scenario &scenario, std::map< int, std::shared_ptr< IO::SDK::Body::CelestialBody > > &celestialBodies, std::map< int, std::shared_ptr< IO::SDK::Maneuvers::ManeuverBase > > &maneuvers)
Definition: Proxy.cpp:421
-
void BuildPayload(const IO::SDK::API::DTO::ScenarioDTO &scenarioDto, IO::SDK::Body::Spacecraft::Spacecraft &spacecraft)
Definition: Proxy.cpp:298
-
void BuildProgradeAttitude(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, IO::SDK::Scenario &scenario, std::map< int, std::shared_ptr< IO::SDK::Maneuvers::ManeuverBase > > &maneuvers)
Definition: Proxy.cpp:641
+
MODULE_API double ConvertUTCToTDBProxy(double utc)
Definition: Proxy.cpp:400
+
void BuildManeuvers(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, IO::SDK::Scenario &scenario, std::map< int, std::shared_ptr< IO::SDK::Body::CelestialBody > > &celestialBodies, std::map< int, std::shared_ptr< IO::SDK::Maneuvers::ManeuverBase > > &maneuvers)
Definition: Proxy.cpp:719
+
void BuildPayload(const IO::SDK::API::DTO::ScenarioDTO &scenarioDto, IO::SDK::Body::Spacecraft::Spacecraft &spacecraft)
Definition: Proxy.cpp:596
+
void BuildProgradeAttitude(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, IO::SDK::Scenario &scenario, std::map< int, std::shared_ptr< IO::SDK::Maneuvers::ManeuverBase > > &maneuvers)
Definition: Proxy.cpp:939
MODULE_API void ReadOrientationProxy(IO::SDK::API::DTO::WindowDTO searchWindow, int spacecraftId, double tolerance, const char *frame, double stepSize, IO::SDK::API::DTO::StateOrientationDTO so[10000])
MODULE_API void FindWindowsInFieldOfViewConstraintProxy(IO::SDK::API::DTO::WindowDTO searchWindow, int observerId, int instrumentId, int targetId, const char *targetFrame, const char *targetShape, const char *aberration, double stepSize, IO::SDK::API::DTO::WindowDTO windows[1000])
-
std::map< int, std::shared_ptr< IO::SDK::Body::CelestialBody > > BuildCelestialBodies(IO::SDK::API::DTO::ScenarioDTO &scenario)
Definition: Proxy.cpp:245
+
std::map< int, std::shared_ptr< IO::SDK::Body::CelestialBody > > BuildCelestialBodies(IO::SDK::API::DTO::ScenarioDTO &scenario)
Definition: Proxy.cpp:543
MODULE_API void ReadEphemerisProxy(IO::SDK::API::DTO::WindowDTO searchWindow, int observerId, int targetId, const char *frame, const char *aberration, double stepSize, IO::SDK::API::DTO::StateVectorDTO stateVectors[10000])
-
MODULE_API bool WriteOrientationProxy(const char *filePath, int objectId, IO::SDK::API::DTO::StateOrientationDTO so[10000], int size)
Spacecraft class.
Definition: Spacecraft.h:51
diff --git a/Docs/html/globals.html b/Docs/html/globals.html index 0bed6a81..ad5f7ec4 100644 --- a/Docs/html/globals.html +++ b/Docs/html/globals.html @@ -171,7 +171,6 @@

- u -

    - w -

    diff --git a/Docs/html/globals_func.html b/Docs/html/globals_func.html index 34fa1dd4..78618961 100644 --- a/Docs/html/globals_func.html +++ b/Docs/html/globals_func.html @@ -162,7 +162,6 @@

    - u -

      - w -

      diff --git a/Docs/html/navtreedata.js b/Docs/html/navtreedata.js index 5f2b2f69..aa1bc5d9 100644 --- a/Docs/html/navtreedata.js +++ b/Docs/html/navtreedata.js @@ -61,16 +61,16 @@ var NAVTREEINDEX = [ "Aberrations_8cpp.html", "Planetographic_8h.html", -"classIO_1_1SDK_1_1Body_1_1Body.html#ac1a1633c2de78a5065ba1704481fff64", -"classIO_1_1SDK_1_1Coordinates_1_1Geodetic.html#affec48604350a8b668114863fed0a0bd", -"classIO_1_1SDK_1_1Integrators_1_1Forces_1_1GravityForce.html#a3831b3d7ce915098948cc1f82e856b77", -"classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1ZenithAttitude.html#adb59be8151c3be823650ed5a0f1d16f4", -"classIO_1_1SDK_1_1OccultationType.html", -"classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#aedc2e70d87ac57d7b06af5dacdd5d94e", -"classIO_1_1SDK_1_1Time_1_1TimeSpan.html#a0434c0503c27689232b456c1de6524ae", -"namespaceIO_1_1SDK_1_1Parameters.html#af3f8e4e755115c9fd070d564cde36241", -"structIO_1_1SDK_1_1API_1_1DTO_1_1OccultationConstraintDTO.html", -"structIO_1_1SDK_1_1Maneuvers_1_1DynamicFuelTank.html#a87d749360ab98fd9a1235d16313f258c" +"classIO_1_1SDK_1_1Body_1_1Body.html#acbd6ec42aef0f45c1538dbf1ade59e41", +"classIO_1_1SDK_1_1Coordinates_1_1HorizontalCoordinates.html", +"classIO_1_1SDK_1_1Integrators_1_1Forces_1_1GravityForce.html#a984e9feaa026398c5ccc05489aeba44f", +"classIO_1_1SDK_1_1Maneuvers_1_1CombinedManeuver.html", +"classIO_1_1SDK_1_1OccultationType.html#a8412c3fa171dab72445d444d2deb317f", +"classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#aededa29c887cda753e85527809fe77ab", +"classIO_1_1SDK_1_1Time_1_1TimeSpan.html#a0c7934079a719479ed8da2902ec383c1", +"namespaceIO_1_1SDK_1_1Propagators.html", +"structIO_1_1SDK_1_1API_1_1DTO_1_1OccultationConstraintDTO.html#a2b3c1418a6864c8b7941f22b4f8c6247", +"structIO_1_1SDK_1_1Maneuvers_1_1DynamicFuelTank.html#a9b78e7a5f340222258908ed245f032f2" ]; var SYNCONMSG = 'click to disable panel synchronisation'; diff --git a/Docs/html/navtreeindex1.js b/Docs/html/navtreeindex1.js index a987b6d3..cf83a6f5 100644 --- a/Docs/html/navtreeindex1.js +++ b/Docs/html/navtreeindex1.js @@ -19,7 +19,6 @@ var NAVTREEINDEX1 = "Proxy_8cpp.html#a185ec96428eb2855be9209d18f0aa667":[2,0,0,0,2,34], "Proxy_8cpp.html#a19c45f4ab6be6be3cd4c8d45a1106cdb":[2,0,0,0,2,22], "Proxy_8cpp.html#a1bd1683bf72804ee2be2dfe91e4bb337":[2,0,0,0,2,24], -"Proxy_8cpp.html#a1dfd4b544864698af36d7f349d75a682":[2,0,0,0,2,40], "Proxy_8cpp.html#a274e1f3865453efe582b74fce0b657a1":[2,0,0,0,2,29], "Proxy_8cpp.html#a2781544b349f67f689bb0b6b9e643193":[2,0,0,0,2,27], "Proxy_8cpp.html#a296f11ad5c2d250c0b15cd9894df78d7":[2,0,0,0,2,10], @@ -98,7 +97,6 @@ var NAVTREEINDEX1 = "Proxy_8h.html#ad3695568d6bd15b6a4c74d9a10f8ea78":[2,0,0,0,3,21], "Proxy_8h.html#ad45407eab2a930ba06148832da6fcbd5":[2,0,0,0,3,4], "Proxy_8h.html#aec8180716b9e86621181f82f38419c8f":[2,0,0,0,3,33], -"Proxy_8h.html#af8fed4e7969e085725224db1cd8f23b7":[2,0,0,0,3,42], "Proxy_8h_source.html":[2,0,0,0,3], "QuaternionDTO_8h.html":[2,0,0,0,0,23], "QuaternionDTO_8h_source.html":[2,0,0,0,0,23], @@ -213,16 +211,16 @@ var NAVTREEINDEX1 = "classIO_1_1SDK_1_1Aberrations.html":[1,0,0,0,17], "classIO_1_1SDK_1_1Body_1_1Body.html":[0,0,0,0,1,1], "classIO_1_1SDK_1_1Body_1_1Body.html":[1,0,0,0,1,1], -"classIO_1_1SDK_1_1Body_1_1Body.html#a018f89071ab60df2c208f67250ed23cb":[1,0,0,0,1,1,14], "classIO_1_1SDK_1_1Body_1_1Body.html#a018f89071ab60df2c208f67250ed23cb":[0,0,0,0,1,1,14], +"classIO_1_1SDK_1_1Body_1_1Body.html#a018f89071ab60df2c208f67250ed23cb":[1,0,0,0,1,1,14], "classIO_1_1SDK_1_1Body_1_1Body.html#a166ce7048ed87d61f6f40b51e5d4f609":[0,0,0,0,1,1,7], "classIO_1_1SDK_1_1Body_1_1Body.html#a166ce7048ed87d61f6f40b51e5d4f609":[1,0,0,0,1,1,7], -"classIO_1_1SDK_1_1Body_1_1Body.html#a27ba6eb9d8f5d669d79375214990a4e8":[0,0,0,0,1,1,6], "classIO_1_1SDK_1_1Body_1_1Body.html#a27ba6eb9d8f5d669d79375214990a4e8":[1,0,0,0,1,1,6], +"classIO_1_1SDK_1_1Body_1_1Body.html#a27ba6eb9d8f5d669d79375214990a4e8":[0,0,0,0,1,1,6], "classIO_1_1SDK_1_1Body_1_1Body.html#a2bcf92ebfa83f35e3f17b70d3bf38c18":[0,0,0,0,1,1,5], "classIO_1_1SDK_1_1Body_1_1Body.html#a2bcf92ebfa83f35e3f17b70d3bf38c18":[1,0,0,0,1,1,5], -"classIO_1_1SDK_1_1Body_1_1Body.html#a362cb5e31756fe29a43f44be9f87c436":[1,0,0,0,1,1,4], "classIO_1_1SDK_1_1Body_1_1Body.html#a362cb5e31756fe29a43f44be9f87c436":[0,0,0,0,1,1,4], +"classIO_1_1SDK_1_1Body_1_1Body.html#a362cb5e31756fe29a43f44be9f87c436":[1,0,0,0,1,1,4], "classIO_1_1SDK_1_1Body_1_1Body.html#a36ed19b97197ccc246f2b640f12a7b94":[1,0,0,0,1,1,10], "classIO_1_1SDK_1_1Body_1_1Body.html#a36ed19b97197ccc246f2b640f12a7b94":[0,0,0,0,1,1,10], "classIO_1_1SDK_1_1Body_1_1Body.html#a3c80e9b62cbd50a3fefea0337ee81cd9":[0,0,0,0,1,1,15], @@ -233,21 +231,23 @@ var NAVTREEINDEX1 = "classIO_1_1SDK_1_1Body_1_1Body.html#a73ca24c3037cb7b41f0ac6a88d372f28":[0,0,0,0,1,1,11], "classIO_1_1SDK_1_1Body_1_1Body.html#a7608b5d026cf14fff528b26c44fb2448":[0,0,0,0,1,1,1], "classIO_1_1SDK_1_1Body_1_1Body.html#a7608b5d026cf14fff528b26c44fb2448":[1,0,0,0,1,1,1], -"classIO_1_1SDK_1_1Body_1_1Body.html#a7cf8e554d98023c8ea4d9e6876b5f7e4":[0,0,0,0,1,1,20], "classIO_1_1SDK_1_1Body_1_1Body.html#a7cf8e554d98023c8ea4d9e6876b5f7e4":[1,0,0,0,1,1,20], +"classIO_1_1SDK_1_1Body_1_1Body.html#a7cf8e554d98023c8ea4d9e6876b5f7e4":[0,0,0,0,1,1,20], "classIO_1_1SDK_1_1Body_1_1Body.html#a94666bb0eea716788c8bc4f02201a939":[0,0,0,0,1,1,21], "classIO_1_1SDK_1_1Body_1_1Body.html#a94666bb0eea716788c8bc4f02201a939":[1,0,0,0,1,1,21], "classIO_1_1SDK_1_1Body_1_1Body.html#a96174b1cbddd7f4754cab3ebd1288591":[0,0,0,0,1,1,18], "classIO_1_1SDK_1_1Body_1_1Body.html#a96174b1cbddd7f4754cab3ebd1288591":[1,0,0,0,1,1,18], -"classIO_1_1SDK_1_1Body_1_1Body.html#a998dfa70fdc885068e0ffd549a219513":[1,0,0,0,1,1,23], "classIO_1_1SDK_1_1Body_1_1Body.html#a998dfa70fdc885068e0ffd549a219513":[0,0,0,0,1,1,23], +"classIO_1_1SDK_1_1Body_1_1Body.html#a998dfa70fdc885068e0ffd549a219513":[1,0,0,0,1,1,23], "classIO_1_1SDK_1_1Body_1_1Body.html#a9bba6ae2bc97ca5345d9a9ff545184fd":[0,0,0,0,1,1,12], "classIO_1_1SDK_1_1Body_1_1Body.html#a9bba6ae2bc97ca5345d9a9ff545184fd":[1,0,0,0,1,1,12], "classIO_1_1SDK_1_1Body_1_1Body.html#aa22fd3b03a98e72b145002a180baf428":[0,0,0,0,1,1,13], "classIO_1_1SDK_1_1Body_1_1Body.html#aa22fd3b03a98e72b145002a180baf428":[1,0,0,0,1,1,13], "classIO_1_1SDK_1_1Body_1_1Body.html#aab6038f9760ba8b22255c8d042a0aef2":[1,0,0,0,1,1,9], "classIO_1_1SDK_1_1Body_1_1Body.html#aab6038f9760ba8b22255c8d042a0aef2":[0,0,0,0,1,1,9], -"classIO_1_1SDK_1_1Body_1_1Body.html#ab77e7f00e8c59a65ed9e9d21fcf04416":[0,0,0,0,1,1,24], "classIO_1_1SDK_1_1Body_1_1Body.html#ab77e7f00e8c59a65ed9e9d21fcf04416":[1,0,0,0,1,1,24], -"classIO_1_1SDK_1_1Body_1_1Body.html#ac1a1633c2de78a5065ba1704481fff64":[0,0,0,0,1,1,22] +"classIO_1_1SDK_1_1Body_1_1Body.html#ab77e7f00e8c59a65ed9e9d21fcf04416":[0,0,0,0,1,1,24], +"classIO_1_1SDK_1_1Body_1_1Body.html#ac1a1633c2de78a5065ba1704481fff64":[1,0,0,0,1,1,22], +"classIO_1_1SDK_1_1Body_1_1Body.html#ac1a1633c2de78a5065ba1704481fff64":[0,0,0,0,1,1,22], +"classIO_1_1SDK_1_1Body_1_1Body.html#acbd6ec42aef0f45c1538dbf1ade59e41":[1,0,0,0,1,1,19] }; diff --git a/Docs/html/navtreeindex10.js b/Docs/html/navtreeindex10.js index 53b6e658..e3573e97 100644 --- a/Docs/html/navtreeindex10.js +++ b/Docs/html/navtreeindex10.js @@ -1,7 +1,5 @@ var NAVTREEINDEX10 = { -"structIO_1_1SDK_1_1API_1_1DTO_1_1OccultationConstraintDTO.html":[0,0,0,0,0,0,17], -"structIO_1_1SDK_1_1API_1_1DTO_1_1OccultationConstraintDTO.html":[1,0,0,0,0,0,17], "structIO_1_1SDK_1_1API_1_1DTO_1_1OccultationConstraintDTO.html#a2b3c1418a6864c8b7941f22b4f8c6247":[1,0,0,0,0,0,17,2], "structIO_1_1SDK_1_1API_1_1DTO_1_1OccultationConstraintDTO.html#a2b3c1418a6864c8b7941f22b4f8c6247":[0,0,0,0,0,0,17,2], "structIO_1_1SDK_1_1API_1_1DTO_1_1OccultationConstraintDTO.html#a7e470b24f31aa2dd866b5c6e516b9755":[0,0,0,0,0,0,17,6], @@ -249,5 +247,7 @@ var NAVTREEINDEX10 = "structIO_1_1SDK_1_1Maneuvers_1_1DynamicFuelTank.html":[1,0,0,0,10,4], "structIO_1_1SDK_1_1Maneuvers_1_1DynamicFuelTank.html":[0,0,0,0,12,4], "structIO_1_1SDK_1_1Maneuvers_1_1DynamicFuelTank.html#a44f788206a498c2a48f4438beb17e974":[0,0,0,0,12,4,2], -"structIO_1_1SDK_1_1Maneuvers_1_1DynamicFuelTank.html#a44f788206a498c2a48f4438beb17e974":[1,0,0,0,10,4,2] +"structIO_1_1SDK_1_1Maneuvers_1_1DynamicFuelTank.html#a44f788206a498c2a48f4438beb17e974":[1,0,0,0,10,4,2], +"structIO_1_1SDK_1_1Maneuvers_1_1DynamicFuelTank.html#a87d749360ab98fd9a1235d16313f258c":[0,0,0,0,12,4,3], +"structIO_1_1SDK_1_1Maneuvers_1_1DynamicFuelTank.html#a87d749360ab98fd9a1235d16313f258c":[1,0,0,0,10,4,3] }; diff --git a/Docs/html/navtreeindex11.js b/Docs/html/navtreeindex11.js index cc23508a..0785fa82 100644 --- a/Docs/html/navtreeindex11.js +++ b/Docs/html/navtreeindex11.js @@ -1,7 +1,5 @@ var NAVTREEINDEX11 = { -"structIO_1_1SDK_1_1Maneuvers_1_1DynamicFuelTank.html#a87d749360ab98fd9a1235d16313f258c":[0,0,0,0,12,4,3], -"structIO_1_1SDK_1_1Maneuvers_1_1DynamicFuelTank.html#a87d749360ab98fd9a1235d16313f258c":[1,0,0,0,10,4,3], "structIO_1_1SDK_1_1Maneuvers_1_1DynamicFuelTank.html#a9b78e7a5f340222258908ed245f032f2":[0,0,0,0,12,4,0], "structIO_1_1SDK_1_1Maneuvers_1_1DynamicFuelTank.html#a9b78e7a5f340222258908ed245f032f2":[1,0,0,0,10,4,0], "structIO_1_1SDK_1_1Maneuvers_1_1DynamicFuelTank.html#aab85e4b801a15fd630dd08930d31b476":[0,0,0,0,12,4,1], diff --git a/Docs/html/navtreeindex2.js b/Docs/html/navtreeindex2.js index c1b70d8e..23c2a240 100644 --- a/Docs/html/navtreeindex2.js +++ b/Docs/html/navtreeindex2.js @@ -1,8 +1,6 @@ var NAVTREEINDEX2 = { -"classIO_1_1SDK_1_1Body_1_1Body.html#ac1a1633c2de78a5065ba1704481fff64":[1,0,0,0,1,1,22], "classIO_1_1SDK_1_1Body_1_1Body.html#acbd6ec42aef0f45c1538dbf1ade59e41":[0,0,0,0,1,1,19], -"classIO_1_1SDK_1_1Body_1_1Body.html#acbd6ec42aef0f45c1538dbf1ade59e41":[1,0,0,0,1,1,19], "classIO_1_1SDK_1_1Body_1_1Body.html#ad51f2046539bf713d175b95b13f5065f":[1,0,0,0,1,1,8], "classIO_1_1SDK_1_1Body_1_1Body.html#ad51f2046539bf713d175b95b13f5065f":[0,0,0,0,1,1,8], "classIO_1_1SDK_1_1Body_1_1Body.html#adbd7d95ef089471f11cade9facce1a8c":[1,0,0,0,1,1,3], @@ -11,24 +9,24 @@ var NAVTREEINDEX2 = "classIO_1_1SDK_1_1Body_1_1Body.html#ae7189b7328abc3991ad4ee4581eeceb5":[1,0,0,0,1,1,17], "classIO_1_1SDK_1_1Body_1_1Body.html#af48206ca4f2f88a2e62a8d01b3700af3":[0,0,0,0,1,1,2], "classIO_1_1SDK_1_1Body_1_1Body.html#af48206ca4f2f88a2e62a8d01b3700af3":[1,0,0,0,1,1,2], -"classIO_1_1SDK_1_1Body_1_1Body.html#affb081c56bb7b2ec50c5fd44c880bc0b":[1,0,0,0,1,1,16], "classIO_1_1SDK_1_1Body_1_1Body.html#affb081c56bb7b2ec50c5fd44c880bc0b":[0,0,0,0,1,1,16], +"classIO_1_1SDK_1_1Body_1_1Body.html#affb081c56bb7b2ec50c5fd44c880bc0b":[1,0,0,0,1,1,16], "classIO_1_1SDK_1_1Body_1_1CelestialBody.html":[1,0,0,0,1,2], "classIO_1_1SDK_1_1Body_1_1CelestialBody.html":[0,0,0,0,1,2], -"classIO_1_1SDK_1_1Body_1_1CelestialBody.html#a0b65189fd4b546330ddb76a54b2b4842":[1,0,0,0,1,2,4], "classIO_1_1SDK_1_1Body_1_1CelestialBody.html#a0b65189fd4b546330ddb76a54b2b4842":[0,0,0,0,1,2,4], +"classIO_1_1SDK_1_1Body_1_1CelestialBody.html#a0b65189fd4b546330ddb76a54b2b4842":[1,0,0,0,1,2,4], "classIO_1_1SDK_1_1Body_1_1CelestialBody.html#a2eaf5625f83cb2aae61d954d1a74e0c4":[0,0,0,0,1,2,8], "classIO_1_1SDK_1_1Body_1_1CelestialBody.html#a2eaf5625f83cb2aae61d954d1a74e0c4":[1,0,0,0,1,2,8], "classIO_1_1SDK_1_1Body_1_1CelestialBody.html#a579737ca89a3c2a0651674a28d177319":[0,0,0,0,1,2,6], "classIO_1_1SDK_1_1Body_1_1CelestialBody.html#a579737ca89a3c2a0651674a28d177319":[1,0,0,0,1,2,6], -"classIO_1_1SDK_1_1Body_1_1CelestialBody.html#a634f512bd9e44f367c737355595af14c":[0,0,0,0,1,2,7], "classIO_1_1SDK_1_1Body_1_1CelestialBody.html#a634f512bd9e44f367c737355595af14c":[1,0,0,0,1,2,7], -"classIO_1_1SDK_1_1Body_1_1CelestialBody.html#a665868c295ba524f8c4791e6492e1d7c":[1,0,0,0,1,2,3], +"classIO_1_1SDK_1_1Body_1_1CelestialBody.html#a634f512bd9e44f367c737355595af14c":[0,0,0,0,1,2,7], "classIO_1_1SDK_1_1Body_1_1CelestialBody.html#a665868c295ba524f8c4791e6492e1d7c":[0,0,0,0,1,2,3], +"classIO_1_1SDK_1_1Body_1_1CelestialBody.html#a665868c295ba524f8c4791e6492e1d7c":[1,0,0,0,1,2,3], "classIO_1_1SDK_1_1Body_1_1CelestialBody.html#a7cafdbfbf4e2215de2d943f945acd3d7":[1,0,0,0,1,2,10], "classIO_1_1SDK_1_1Body_1_1CelestialBody.html#a7cafdbfbf4e2215de2d943f945acd3d7":[0,0,0,0,1,2,10], -"classIO_1_1SDK_1_1Body_1_1CelestialBody.html#aa232ec64950a86ab5ceaa9c0b510e1fb":[1,0,0,0,1,2,5], "classIO_1_1SDK_1_1Body_1_1CelestialBody.html#aa232ec64950a86ab5ceaa9c0b510e1fb":[0,0,0,0,1,2,5], +"classIO_1_1SDK_1_1Body_1_1CelestialBody.html#aa232ec64950a86ab5ceaa9c0b510e1fb":[1,0,0,0,1,2,5], "classIO_1_1SDK_1_1Body_1_1CelestialBody.html#ab17033988c4a437c703aa0afc4c78814":[1,0,0,0,1,2,11], "classIO_1_1SDK_1_1Body_1_1CelestialBody.html#ab17033988c4a437c703aa0afc4c78814":[0,0,0,0,1,2,11], "classIO_1_1SDK_1_1Body_1_1CelestialBody.html#abf233cbc7c168f832caf97102d659eab":[1,0,0,0,1,2,0], @@ -37,54 +35,54 @@ var NAVTREEINDEX2 = "classIO_1_1SDK_1_1Body_1_1CelestialBody.html#acb190f975768374925b1313c9abcee1e":[0,0,0,0,1,2,1], "classIO_1_1SDK_1_1Body_1_1CelestialBody.html#ad1059d6ea728433c0cab02175de9f192":[1,0,0,0,1,2,2], "classIO_1_1SDK_1_1Body_1_1CelestialBody.html#ad1059d6ea728433c0cab02175de9f192":[0,0,0,0,1,2,2], -"classIO_1_1SDK_1_1Body_1_1CelestialBody.html#ad1eea8d0697bc7332b6837087d64cc97":[1,0,0,0,1,2,9], "classIO_1_1SDK_1_1Body_1_1CelestialBody.html#ad1eea8d0697bc7332b6837087d64cc97":[0,0,0,0,1,2,9], -"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Engine.html":[0,0,0,0,1,0,0], +"classIO_1_1SDK_1_1Body_1_1CelestialBody.html#ad1eea8d0697bc7332b6837087d64cc97":[1,0,0,0,1,2,9], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Engine.html":[1,0,0,0,1,0,0], -"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Engine.html#a1fcb854224bc1e3e53e8522a93895712":[0,0,0,0,1,0,0,1], +"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Engine.html":[0,0,0,0,1,0,0], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Engine.html#a1fcb854224bc1e3e53e8522a93895712":[1,0,0,0,1,0,0,1], +"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Engine.html#a1fcb854224bc1e3e53e8522a93895712":[0,0,0,0,1,0,0,1], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Engine.html#a3b1b0a9b9528e7d162f2b0cc6b90fd12":[0,0,0,0,1,0,0,12], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Engine.html#a3b1b0a9b9528e7d162f2b0cc6b90fd12":[1,0,0,0,1,0,0,12], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Engine.html#a3e48202e92a39cb96cebb13f0d1776e4":[0,0,0,0,1,0,0,6], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Engine.html#a3e48202e92a39cb96cebb13f0d1776e4":[1,0,0,0,1,0,0,6], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Engine.html#a427c17c9cee639f820f7911d341ca4c6":[1,0,0,0,1,0,0,2], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Engine.html#a427c17c9cee639f820f7911d341ca4c6":[0,0,0,0,1,0,0,2], -"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Engine.html#a5e4a870a8045a8c57175a624ea8bf2bd":[1,0,0,0,1,0,0,7], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Engine.html#a5e4a870a8045a8c57175a624ea8bf2bd":[0,0,0,0,1,0,0,7], -"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Engine.html#a68b4d9b372f2d999b5de23e05066fe1b":[0,0,0,0,1,0,0,10], +"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Engine.html#a5e4a870a8045a8c57175a624ea8bf2bd":[1,0,0,0,1,0,0,7], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Engine.html#a68b4d9b372f2d999b5de23e05066fe1b":[1,0,0,0,1,0,0,10], -"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Engine.html#a75aa9f2cd1bb22c6aed24f424801ae6f":[1,0,0,0,1,0,0,5], +"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Engine.html#a68b4d9b372f2d999b5de23e05066fe1b":[0,0,0,0,1,0,0,10], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Engine.html#a75aa9f2cd1bb22c6aed24f424801ae6f":[0,0,0,0,1,0,0,5], -"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Engine.html#a8ac4fd6045ed7ca58a54ad49421df245":[0,0,0,0,1,0,0,3], +"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Engine.html#a75aa9f2cd1bb22c6aed24f424801ae6f":[1,0,0,0,1,0,0,5], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Engine.html#a8ac4fd6045ed7ca58a54ad49421df245":[1,0,0,0,1,0,0,3], +"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Engine.html#a8ac4fd6045ed7ca58a54ad49421df245":[0,0,0,0,1,0,0,3], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Engine.html#ab551b35534c9778c8a40c5bbb6268dc3":[0,0,0,0,1,0,0,0], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Engine.html#ab551b35534c9778c8a40c5bbb6268dc3":[1,0,0,0,1,0,0,0], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Engine.html#abdd3f5332895a3f1927736e7ee5820a5":[0,0,0,0,1,0,0,9], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Engine.html#abdd3f5332895a3f1927736e7ee5820a5":[1,0,0,0,1,0,0,9], -"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Engine.html#acade86d58e0cf22863cee725df6609e1":[1,0,0,0,1,0,0,4], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Engine.html#acade86d58e0cf22863cee725df6609e1":[0,0,0,0,1,0,0,4], -"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Engine.html#ad0e51d8938c245ba998380ca6c7e4f1a":[0,0,0,0,1,0,0,11], +"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Engine.html#acade86d58e0cf22863cee725df6609e1":[1,0,0,0,1,0,0,4], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Engine.html#ad0e51d8938c245ba998380ca6c7e4f1a":[1,0,0,0,1,0,0,11], +"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Engine.html#ad0e51d8938c245ba998380ca6c7e4f1a":[0,0,0,0,1,0,0,11], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Engine.html#ae3d3cf4da32b145b08d196f4c8b4b880":[1,0,0,0,1,0,0,8], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Engine.html#ae3d3cf4da32b145b08d196f4c8b4b880":[0,0,0,0,1,0,0,8], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1FuelTank.html":[1,0,0,0,1,0,1], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1FuelTank.html":[0,0,0,0,1,0,1], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1FuelTank.html#a11ad235454283f347e98971750963637":[1,0,0,0,1,0,1,0], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1FuelTank.html#a11ad235454283f347e98971750963637":[0,0,0,0,1,0,1,0], -"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1FuelTank.html#a13a869368c2792ef02f5f65f798119b5":[1,0,0,0,1,0,1,5], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1FuelTank.html#a13a869368c2792ef02f5f65f798119b5":[0,0,0,0,1,0,1,5], -"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1FuelTank.html#a1b3504beb90cae5904dc4ceca3ba9b86":[1,0,0,0,1,0,1,3], +"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1FuelTank.html#a13a869368c2792ef02f5f65f798119b5":[1,0,0,0,1,0,1,5], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1FuelTank.html#a1b3504beb90cae5904dc4ceca3ba9b86":[0,0,0,0,1,0,1,3], -"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1FuelTank.html#a214080f19830f88d166d4c35dd80694b":[1,0,0,0,1,0,1,9], +"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1FuelTank.html#a1b3504beb90cae5904dc4ceca3ba9b86":[1,0,0,0,1,0,1,3], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1FuelTank.html#a214080f19830f88d166d4c35dd80694b":[0,0,0,0,1,0,1,9], -"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1FuelTank.html#a40d4003aae9afa549671fbff40d06963":[0,0,0,0,1,0,1,4], +"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1FuelTank.html#a214080f19830f88d166d4c35dd80694b":[1,0,0,0,1,0,1,9], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1FuelTank.html#a40d4003aae9afa549671fbff40d06963":[1,0,0,0,1,0,1,4], -"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1FuelTank.html#a956b54cb8f6e629917be33abca071f34":[1,0,0,0,1,0,1,10], +"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1FuelTank.html#a40d4003aae9afa549671fbff40d06963":[0,0,0,0,1,0,1,4], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1FuelTank.html#a956b54cb8f6e629917be33abca071f34":[0,0,0,0,1,0,1,10], -"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1FuelTank.html#a9bc6cb4f96a5cdedc0d3d287501776b5":[1,0,0,0,1,0,1,2], +"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1FuelTank.html#a956b54cb8f6e629917be33abca071f34":[1,0,0,0,1,0,1,10], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1FuelTank.html#a9bc6cb4f96a5cdedc0d3d287501776b5":[0,0,0,0,1,0,1,2], -"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1FuelTank.html#a9c4d6c03861a135b7d15f6fd61da06ed":[1,0,0,0,1,0,1,1], +"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1FuelTank.html#a9bc6cb4f96a5cdedc0d3d287501776b5":[1,0,0,0,1,0,1,2], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1FuelTank.html#a9c4d6c03861a135b7d15f6fd61da06ed":[0,0,0,0,1,0,1,1], +"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1FuelTank.html#a9c4d6c03861a135b7d15f6fd61da06ed":[1,0,0,0,1,0,1,1], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1FuelTank.html#aa9b3287bf8f9abe388f78e7329bbaa22":[0,0,0,0,1,0,1,12], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1FuelTank.html#aa9b3287bf8f9abe388f78e7329bbaa22":[1,0,0,0,1,0,1,12], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1FuelTank.html#ac08ea54febe03a4e1001971a37917e44":[1,0,0,0,1,0,1,7], @@ -105,10 +103,10 @@ var NAVTREEINDEX2 = "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Payload.html#a831d9e2b194c5200d5a23437cd861412":[1,0,0,0,1,0,2,1], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Payload.html#aa7ea97574d2015f2d58c184a07253293":[0,0,0,0,1,0,2,2], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Payload.html#aa7ea97574d2015f2d58c184a07253293":[1,0,0,0,1,0,2,2], -"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Payload.html#adcb41c1efc1ed598fe83be2a5258db5a":[0,0,0,0,1,0,2,3], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Payload.html#adcb41c1efc1ed598fe83be2a5258db5a":[1,0,0,0,1,0,2,3], -"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Payload.html#aef4d7764baf0102473e9661dd1fe7fca":[0,0,0,0,1,0,2,5], +"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Payload.html#adcb41c1efc1ed598fe83be2a5258db5a":[0,0,0,0,1,0,2,3], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Payload.html#aef4d7764baf0102473e9661dd1fe7fca":[1,0,0,0,1,0,2,5], +"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Payload.html#aef4d7764baf0102473e9661dd1fe7fca":[0,0,0,0,1,0,2,5], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Payload.html#afddfae36305a6b096d7fcd9c66c6ea41":[1,0,0,0,1,0,2,4], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Payload.html#afddfae36305a6b096d7fcd9c66c6ea41":[0,0,0,0,1,0,2,4], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html":[1,0,0,0,1,0,3], @@ -121,22 +119,22 @@ var NAVTREEINDEX2 = "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#a2b643943275e9b123592ad6061f04d20":[0,0,0,0,1,0,3,12], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#a2e7a5af4dba119a5b7c6e812572b11ef":[1,0,0,0,1,0,3,4], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#a2e7a5af4dba119a5b7c6e812572b11ef":[0,0,0,0,1,0,3,4], -"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#a30b054da19d424c78fb2686f40f316d3":[1,0,0,0,1,0,3,21], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#a30b054da19d424c78fb2686f40f316d3":[0,0,0,0,1,0,3,21], -"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#a347135bd0b7c9834754e0b5cf366f4de":[1,0,0,0,1,0,3,16], +"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#a30b054da19d424c78fb2686f40f316d3":[1,0,0,0,1,0,3,21], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#a347135bd0b7c9834754e0b5cf366f4de":[0,0,0,0,1,0,3,16], -"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#a37d1c94053e68995dddeec4e3a67d0e9":[0,0,0,0,1,0,3,30], +"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#a347135bd0b7c9834754e0b5cf366f4de":[1,0,0,0,1,0,3,16], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#a37d1c94053e68995dddeec4e3a67d0e9":[1,0,0,0,1,0,3,30], +"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#a37d1c94053e68995dddeec4e3a67d0e9":[0,0,0,0,1,0,3,30], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#a499480469f3bb351733bc0aa8bd6fb6d":[0,0,0,0,1,0,3,10], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#a499480469f3bb351733bc0aa8bd6fb6d":[1,0,0,0,1,0,3,10], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#a50ba3b1dba54ef5c702ee45c9ecdf278":[0,0,0,0,1,0,3,9], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#a50ba3b1dba54ef5c702ee45c9ecdf278":[1,0,0,0,1,0,3,9], -"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#a50c25eb963c31fb366c7705659380c71":[0,0,0,0,1,0,3,29], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#a50c25eb963c31fb366c7705659380c71":[1,0,0,0,1,0,3,29], -"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#a59c834e910e1fef6eb6c823f2951efbd":[0,0,0,0,1,0,3,5], +"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#a50c25eb963c31fb366c7705659380c71":[0,0,0,0,1,0,3,29], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#a59c834e910e1fef6eb6c823f2951efbd":[1,0,0,0,1,0,3,5], -"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#a606c034d1c378a73fc0ddab89111eaa2":[0,0,0,0,1,0,3,11], +"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#a59c834e910e1fef6eb6c823f2951efbd":[0,0,0,0,1,0,3,5], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#a606c034d1c378a73fc0ddab89111eaa2":[1,0,0,0,1,0,3,11], +"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#a606c034d1c378a73fc0ddab89111eaa2":[0,0,0,0,1,0,3,11], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#a613887a4ba253712f273bfdcd7e2825c":[1,0,0,0,1,0,3,3], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#a613887a4ba253712f273bfdcd7e2825c":[0,0,0,0,1,0,3,3], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#a7605ca7034e5e3aff17e49c91731939d":[0,0,0,0,1,0,3,24], @@ -149,8 +147,8 @@ var NAVTREEINDEX2 = "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#a8da4c8da839ad35b02645cd93a2c6cc9":[1,0,0,0,1,0,3,32], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#a8fc5a2e2b3e908e1c2e2e3a8ee987013":[0,0,0,0,1,0,3,26], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#a8fc5a2e2b3e908e1c2e2e3a8ee987013":[1,0,0,0,1,0,3,26], -"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#a98a070475cc95330e8fa585e1e5dda26":[0,0,0,0,1,0,3,33], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#a98a070475cc95330e8fa585e1e5dda26":[1,0,0,0,1,0,3,33], +"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#a98a070475cc95330e8fa585e1e5dda26":[0,0,0,0,1,0,3,33], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#aa034821fef6e2acb1afbb97558f325c7":[1,0,0,0,1,0,3,25], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#aa034821fef6e2acb1afbb97558f325c7":[0,0,0,0,1,0,3,25], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#aa782d5c15359f177e8d0fe0cb808d4c4":[1,0,0,0,1,0,3,23], @@ -159,28 +157,28 @@ var NAVTREEINDEX2 = "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#aaaa566390a5bc29b8ff6e58eb12d07b9":[1,0,0,0,1,0,3,34], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#ab7108bea66420d9274c50e206cce5524":[0,0,0,0,1,0,3,15], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#ab7108bea66420d9274c50e206cce5524":[1,0,0,0,1,0,3,15], -"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#ababce78d27520ce4fe4ee9a86ff5049b":[0,0,0,0,1,0,3,20], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#ababce78d27520ce4fe4ee9a86ff5049b":[1,0,0,0,1,0,3,20], +"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#ababce78d27520ce4fe4ee9a86ff5049b":[0,0,0,0,1,0,3,20], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#aca5fd9b10b104833eecf7e52c334552a":[0,0,0,0,1,0,3,14], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#aca5fd9b10b104833eecf7e52c334552a":[1,0,0,0,1,0,3,14], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#acd8ed617d4aa5a866af8f838467c9af0":[0,0,0,0,1,0,3,7], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#acd8ed617d4aa5a866af8f838467c9af0":[1,0,0,0,1,0,3,7], -"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#ad061367c27a97a86d76d670b0bfdad02":[1,0,0,0,1,0,3,22], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#ad061367c27a97a86d76d670b0bfdad02":[0,0,0,0,1,0,3,22], -"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#adbc4340997811720245346db8c884d18":[0,0,0,0,1,0,3,8], +"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#ad061367c27a97a86d76d670b0bfdad02":[1,0,0,0,1,0,3,22], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#adbc4340997811720245346db8c884d18":[1,0,0,0,1,0,3,8], +"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#adbc4340997811720245346db8c884d18":[0,0,0,0,1,0,3,8], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#adc485efb956d7b98a0c5dca516b15987":[0,0,0,0,1,0,3,27], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#adc485efb956d7b98a0c5dca516b15987":[1,0,0,0,1,0,3,27], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#ae7354800272662d52d64c5a1f2ade5c0":[1,0,0,0,1,0,3,18], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#ae7354800272662d52d64c5a1f2ade5c0":[0,0,0,0,1,0,3,18], -"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#ae770e1dbd0cf69030d7a25bdb1feb9ef":[1,0,0,0,1,0,3,31], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#ae770e1dbd0cf69030d7a25bdb1feb9ef":[0,0,0,0,1,0,3,31], -"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#ae89f3dfa0e89b231ec534710ca5d1847":[0,0,0,0,1,0,3,6], +"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#ae770e1dbd0cf69030d7a25bdb1feb9ef":[1,0,0,0,1,0,3,31], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#ae89f3dfa0e89b231ec534710ca5d1847":[1,0,0,0,1,0,3,6], -"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#aebe8482d25128fdb0e64466e68c84609":[0,0,0,0,1,0,3,19], +"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#ae89f3dfa0e89b231ec534710ca5d1847":[0,0,0,0,1,0,3,6], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#aebe8482d25128fdb0e64466e68c84609":[1,0,0,0,1,0,3,19], -"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#af1b4e362e3d2db8634e6d22f49fbda1a":[1,0,0,0,1,0,3,28], +"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#aebe8482d25128fdb0e64466e68c84609":[0,0,0,0,1,0,3,19], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#af1b4e362e3d2db8634e6d22f49fbda1a":[0,0,0,0,1,0,3,28], +"classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#af1b4e362e3d2db8634e6d22f49fbda1a":[1,0,0,0,1,0,3,28], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#afb07d602e067c059ac6ae3a573984fcb":[0,0,0,0,1,0,3,17], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#afb07d602e067c059ac6ae3a573984fcb":[1,0,0,0,1,0,3,17], "classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#afbde7b52db1419c26db76dae2a5ec877":[0,0,0,0,1,0,3,13], @@ -189,65 +187,67 @@ var NAVTREEINDEX2 = "classIO_1_1SDK_1_1Constraints_1_1GeometryFinder.html":[1,0,0,0,2,0], "classIO_1_1SDK_1_1Constraints_1_1RelationalOperator.html":[0,0,0,0,3,2], "classIO_1_1SDK_1_1Constraints_1_1RelationalOperator.html":[1,0,0,0,2,1], -"classIO_1_1SDK_1_1Constraints_1_1RelationalOperator.html#a081e42179dfc93cf57cf66c3245f00dd":[1,0,0,0,2,1,3], "classIO_1_1SDK_1_1Constraints_1_1RelationalOperator.html#a081e42179dfc93cf57cf66c3245f00dd":[0,0,0,0,3,2,3], -"classIO_1_1SDK_1_1Constraints_1_1RelationalOperator.html#a337943cb9e3d4003199a749a15e72299":[0,0,0,0,3,2,2], +"classIO_1_1SDK_1_1Constraints_1_1RelationalOperator.html#a081e42179dfc93cf57cf66c3245f00dd":[1,0,0,0,2,1,3], "classIO_1_1SDK_1_1Constraints_1_1RelationalOperator.html#a337943cb9e3d4003199a749a15e72299":[1,0,0,0,2,1,2], +"classIO_1_1SDK_1_1Constraints_1_1RelationalOperator.html#a337943cb9e3d4003199a749a15e72299":[0,0,0,0,3,2,2], "classIO_1_1SDK_1_1Constraints_1_1RelationalOperator.html#a56391a84d48df03d2f602200f947416e":[0,0,0,0,3,2,0], "classIO_1_1SDK_1_1Constraints_1_1RelationalOperator.html#a56391a84d48df03d2f602200f947416e":[1,0,0,0,2,1,0], -"classIO_1_1SDK_1_1Constraints_1_1RelationalOperator.html#a6649fef9667a270d718427fa888e8b3f":[0,0,0,0,3,2,1], "classIO_1_1SDK_1_1Constraints_1_1RelationalOperator.html#a6649fef9667a270d718427fa888e8b3f":[1,0,0,0,2,1,1], +"classIO_1_1SDK_1_1Constraints_1_1RelationalOperator.html#a6649fef9667a270d718427fa888e8b3f":[0,0,0,0,3,2,1], "classIO_1_1SDK_1_1Coordinate.html":[1,0,0,0,18], "classIO_1_1SDK_1_1Coordinate.html":[0,0,0,0,21], "classIO_1_1SDK_1_1Coordinate.html#a14bc2970fed38a4ef4048cac18b7e716":[0,0,0,0,21,0], "classIO_1_1SDK_1_1Coordinate.html#a14bc2970fed38a4ef4048cac18b7e716":[1,0,0,0,18,0], -"classIO_1_1SDK_1_1Coordinate.html#a1d592a91467a7d574105e8e29e8b5172":[0,0,0,0,21,1], "classIO_1_1SDK_1_1Coordinate.html#a1d592a91467a7d574105e8e29e8b5172":[1,0,0,0,18,1], +"classIO_1_1SDK_1_1Coordinate.html#a1d592a91467a7d574105e8e29e8b5172":[0,0,0,0,21,1], "classIO_1_1SDK_1_1Coordinate.html#a48d76683e3f820e61293b3b300dd59ac":[1,0,0,0,18,2], "classIO_1_1SDK_1_1Coordinate.html#a48d76683e3f820e61293b3b300dd59ac":[0,0,0,0,21,2], -"classIO_1_1SDK_1_1Coordinate.html#a5cdb9ede2c0a59dc0f37ea5a44a97a86":[0,0,0,0,21,3], "classIO_1_1SDK_1_1Coordinate.html#a5cdb9ede2c0a59dc0f37ea5a44a97a86":[1,0,0,0,18,3], -"classIO_1_1SDK_1_1CoordinateSystem.html":[0,0,0,0,22], +"classIO_1_1SDK_1_1Coordinate.html#a5cdb9ede2c0a59dc0f37ea5a44a97a86":[0,0,0,0,21,3], "classIO_1_1SDK_1_1CoordinateSystem.html":[1,0,0,0,19], +"classIO_1_1SDK_1_1CoordinateSystem.html":[0,0,0,0,22], "classIO_1_1SDK_1_1CoordinateSystem.html#a3b99837af1dbafe9c20ba196306d1d25":[0,0,0,0,22,2], "classIO_1_1SDK_1_1CoordinateSystem.html#a3b99837af1dbafe9c20ba196306d1d25":[1,0,0,0,19,2], "classIO_1_1SDK_1_1CoordinateSystem.html#a466a4147ea415d225a6a8e190e3d010e":[1,0,0,0,19,1], "classIO_1_1SDK_1_1CoordinateSystem.html#a466a4147ea415d225a6a8e190e3d010e":[0,0,0,0,22,1], -"classIO_1_1SDK_1_1CoordinateSystem.html#aa137864ed0c08113f72f8fb4d99e2158":[1,0,0,0,19,0], "classIO_1_1SDK_1_1CoordinateSystem.html#aa137864ed0c08113f72f8fb4d99e2158":[0,0,0,0,22,0], +"classIO_1_1SDK_1_1CoordinateSystem.html#aa137864ed0c08113f72f8fb4d99e2158":[1,0,0,0,19,0], "classIO_1_1SDK_1_1CoordinateSystem.html#ab0f94ebc09d409a7bea4f163c934061a":[0,0,0,0,22,3], "classIO_1_1SDK_1_1CoordinateSystem.html#ab0f94ebc09d409a7bea4f163c934061a":[1,0,0,0,19,3], "classIO_1_1SDK_1_1Coordinates_1_1AzimuthRange.html":[1,0,0,0,3,0], "classIO_1_1SDK_1_1Coordinates_1_1AzimuthRange.html":[0,0,0,0,4,0], "classIO_1_1SDK_1_1Coordinates_1_1AzimuthRange.html#a07d4c5b33eadc2c4b87935f1612bef91":[0,0,0,0,4,0,5], "classIO_1_1SDK_1_1Coordinates_1_1AzimuthRange.html#a07d4c5b33eadc2c4b87935f1612bef91":[1,0,0,0,3,0,5], -"classIO_1_1SDK_1_1Coordinates_1_1AzimuthRange.html#a0ce744b64eec268b9d006155a2e24abc":[1,0,0,0,3,0,1], "classIO_1_1SDK_1_1Coordinates_1_1AzimuthRange.html#a0ce744b64eec268b9d006155a2e24abc":[0,0,0,0,4,0,1], -"classIO_1_1SDK_1_1Coordinates_1_1AzimuthRange.html#a3a592147187c703b23083f7c78a46b8b":[1,0,0,0,3,0,4], +"classIO_1_1SDK_1_1Coordinates_1_1AzimuthRange.html#a0ce744b64eec268b9d006155a2e24abc":[1,0,0,0,3,0,1], "classIO_1_1SDK_1_1Coordinates_1_1AzimuthRange.html#a3a592147187c703b23083f7c78a46b8b":[0,0,0,0,4,0,4], +"classIO_1_1SDK_1_1Coordinates_1_1AzimuthRange.html#a3a592147187c703b23083f7c78a46b8b":[1,0,0,0,3,0,4], "classIO_1_1SDK_1_1Coordinates_1_1AzimuthRange.html#a40680aeb4a4b6db06b322d66cc7f5356":[1,0,0,0,3,0,2], "classIO_1_1SDK_1_1Coordinates_1_1AzimuthRange.html#a40680aeb4a4b6db06b322d66cc7f5356":[0,0,0,0,4,0,2], "classIO_1_1SDK_1_1Coordinates_1_1AzimuthRange.html#a66750c2a0b209a1cb0df9c282faa0107":[1,0,0,0,3,0,0], "classIO_1_1SDK_1_1Coordinates_1_1AzimuthRange.html#a66750c2a0b209a1cb0df9c282faa0107":[0,0,0,0,4,0,0], -"classIO_1_1SDK_1_1Coordinates_1_1AzimuthRange.html#af5f14096e4dce0522ea0971fb0a039d7":[0,0,0,0,4,0,3], "classIO_1_1SDK_1_1Coordinates_1_1AzimuthRange.html#af5f14096e4dce0522ea0971fb0a039d7":[1,0,0,0,3,0,3], +"classIO_1_1SDK_1_1Coordinates_1_1AzimuthRange.html#af5f14096e4dce0522ea0971fb0a039d7":[0,0,0,0,4,0,3], "classIO_1_1SDK_1_1Coordinates_1_1Cylindrical.html":[1,0,0,0,3,1], "classIO_1_1SDK_1_1Coordinates_1_1Cylindrical.html":[0,0,0,0,4,1], -"classIO_1_1SDK_1_1Coordinates_1_1Cylindrical.html#a0635099316db70880f80cadbb268fea8":[1,0,0,0,3,1,3], "classIO_1_1SDK_1_1Coordinates_1_1Cylindrical.html#a0635099316db70880f80cadbb268fea8":[0,0,0,0,4,1,3], +"classIO_1_1SDK_1_1Coordinates_1_1Cylindrical.html#a0635099316db70880f80cadbb268fea8":[1,0,0,0,3,1,3], "classIO_1_1SDK_1_1Coordinates_1_1Cylindrical.html#a299316c14615539126a3d74019d09b60":[1,0,0,0,3,1,0], "classIO_1_1SDK_1_1Coordinates_1_1Cylindrical.html#a299316c14615539126a3d74019d09b60":[0,0,0,0,4,1,0], "classIO_1_1SDK_1_1Coordinates_1_1Cylindrical.html#a343aeb8f0bc2f00fd875bf07014097ec":[1,0,0,0,3,1,1], "classIO_1_1SDK_1_1Coordinates_1_1Cylindrical.html#a343aeb8f0bc2f00fd875bf07014097ec":[0,0,0,0,4,1,1], "classIO_1_1SDK_1_1Coordinates_1_1Cylindrical.html#ae3cf12c70683eb28f8c46c3b701636e9":[1,0,0,0,3,1,2], "classIO_1_1SDK_1_1Coordinates_1_1Cylindrical.html#ae3cf12c70683eb28f8c46c3b701636e9":[0,0,0,0,4,1,2], -"classIO_1_1SDK_1_1Coordinates_1_1Geodetic.html":[1,0,0,0,3,2], "classIO_1_1SDK_1_1Coordinates_1_1Geodetic.html":[0,0,0,0,4,2], +"classIO_1_1SDK_1_1Coordinates_1_1Geodetic.html":[1,0,0,0,3,2], "classIO_1_1SDK_1_1Coordinates_1_1Geodetic.html#a1eabc04860ce5d8329163236f687a728":[0,0,0,0,4,2,1], "classIO_1_1SDK_1_1Coordinates_1_1Geodetic.html#a1eabc04860ce5d8329163236f687a728":[1,0,0,0,3,2,1], "classIO_1_1SDK_1_1Coordinates_1_1Geodetic.html#a2e05efdff5162c2c757c6133fdd07e60":[1,0,0,0,3,2,3], "classIO_1_1SDK_1_1Coordinates_1_1Geodetic.html#a2e05efdff5162c2c757c6133fdd07e60":[0,0,0,0,4,2,3], "classIO_1_1SDK_1_1Coordinates_1_1Geodetic.html#a98cabd25dbca783a9df2f2b8eab1918e":[0,0,0,0,4,2,2], "classIO_1_1SDK_1_1Coordinates_1_1Geodetic.html#a98cabd25dbca783a9df2f2b8eab1918e":[1,0,0,0,3,2,2], -"classIO_1_1SDK_1_1Coordinates_1_1Geodetic.html#affec48604350a8b668114863fed0a0bd":[1,0,0,0,3,2,0] +"classIO_1_1SDK_1_1Coordinates_1_1Geodetic.html#affec48604350a8b668114863fed0a0bd":[0,0,0,0,4,2,0], +"classIO_1_1SDK_1_1Coordinates_1_1Geodetic.html#affec48604350a8b668114863fed0a0bd":[1,0,0,0,3,2,0], +"classIO_1_1SDK_1_1Coordinates_1_1HorizontalCoordinates.html":[1,0,0,0,3,3] }; diff --git a/Docs/html/navtreeindex3.js b/Docs/html/navtreeindex3.js index 3d96f028..92666c2f 100644 --- a/Docs/html/navtreeindex3.js +++ b/Docs/html/navtreeindex3.js @@ -1,38 +1,36 @@ var NAVTREEINDEX3 = { -"classIO_1_1SDK_1_1Coordinates_1_1Geodetic.html#affec48604350a8b668114863fed0a0bd":[0,0,0,0,4,2,0], "classIO_1_1SDK_1_1Coordinates_1_1HorizontalCoordinates.html":[0,0,0,0,4,3], -"classIO_1_1SDK_1_1Coordinates_1_1HorizontalCoordinates.html":[1,0,0,0,3,3], "classIO_1_1SDK_1_1Coordinates_1_1HorizontalCoordinates.html#a12ff292942269ad9e401bfd0c0906467":[1,0,0,0,3,3,1], "classIO_1_1SDK_1_1Coordinates_1_1HorizontalCoordinates.html#a12ff292942269ad9e401bfd0c0906467":[0,0,0,0,4,3,1], -"classIO_1_1SDK_1_1Coordinates_1_1HorizontalCoordinates.html#a1f0c6a7fc4a5d234e1f3a6706442f270":[0,0,0,0,4,3,0], "classIO_1_1SDK_1_1Coordinates_1_1HorizontalCoordinates.html#a1f0c6a7fc4a5d234e1f3a6706442f270":[1,0,0,0,3,3,0], +"classIO_1_1SDK_1_1Coordinates_1_1HorizontalCoordinates.html#a1f0c6a7fc4a5d234e1f3a6706442f270":[0,0,0,0,4,3,0], "classIO_1_1SDK_1_1Coordinates_1_1HorizontalCoordinates.html#a29494e94ec44700c5b4faf2ed48949be":[0,0,0,0,4,3,4], "classIO_1_1SDK_1_1Coordinates_1_1HorizontalCoordinates.html#a29494e94ec44700c5b4faf2ed48949be":[1,0,0,0,3,3,4], "classIO_1_1SDK_1_1Coordinates_1_1HorizontalCoordinates.html#a50bb77150c6d841148d710ea33b69b3f":[0,0,0,0,4,3,5], "classIO_1_1SDK_1_1Coordinates_1_1HorizontalCoordinates.html#a50bb77150c6d841148d710ea33b69b3f":[1,0,0,0,3,3,5], "classIO_1_1SDK_1_1Coordinates_1_1HorizontalCoordinates.html#a90e73f4ad98a6097070c9204cb82c5be":[1,0,0,0,3,3,3], "classIO_1_1SDK_1_1Coordinates_1_1HorizontalCoordinates.html#a90e73f4ad98a6097070c9204cb82c5be":[0,0,0,0,4,3,3], -"classIO_1_1SDK_1_1Coordinates_1_1HorizontalCoordinates.html#aef3b1819777d7cfe617e2c216a81f6a1":[1,0,0,0,3,3,2], "classIO_1_1SDK_1_1Coordinates_1_1HorizontalCoordinates.html#aef3b1819777d7cfe617e2c216a81f6a1":[0,0,0,0,4,3,2], -"classIO_1_1SDK_1_1Coordinates_1_1Latitudinal.html":[1,0,0,0,3,4], +"classIO_1_1SDK_1_1Coordinates_1_1HorizontalCoordinates.html#aef3b1819777d7cfe617e2c216a81f6a1":[1,0,0,0,3,3,2], "classIO_1_1SDK_1_1Coordinates_1_1Latitudinal.html":[0,0,0,0,4,4], -"classIO_1_1SDK_1_1Coordinates_1_1Latitudinal.html#a06b996ce2bcd4f3c0ec7c52cce92d6d5":[0,0,0,0,4,4,3], +"classIO_1_1SDK_1_1Coordinates_1_1Latitudinal.html":[1,0,0,0,3,4], "classIO_1_1SDK_1_1Coordinates_1_1Latitudinal.html#a06b996ce2bcd4f3c0ec7c52cce92d6d5":[1,0,0,0,3,4,3], +"classIO_1_1SDK_1_1Coordinates_1_1Latitudinal.html#a06b996ce2bcd4f3c0ec7c52cce92d6d5":[0,0,0,0,4,4,3], "classIO_1_1SDK_1_1Coordinates_1_1Latitudinal.html#a4859a33b3218010e8009f1f5fdf80bc1":[1,0,0,0,3,4,1], "classIO_1_1SDK_1_1Coordinates_1_1Latitudinal.html#a4859a33b3218010e8009f1f5fdf80bc1":[0,0,0,0,4,4,1], -"classIO_1_1SDK_1_1Coordinates_1_1Latitudinal.html#a9cfa0678cc58ff3a28871d3100733bca":[1,0,0,0,3,4,0], "classIO_1_1SDK_1_1Coordinates_1_1Latitudinal.html#a9cfa0678cc58ff3a28871d3100733bca":[0,0,0,0,4,4,0], +"classIO_1_1SDK_1_1Coordinates_1_1Latitudinal.html#a9cfa0678cc58ff3a28871d3100733bca":[1,0,0,0,3,4,0], "classIO_1_1SDK_1_1Coordinates_1_1Latitudinal.html#ab66ff7f87703bc10ff6fbea4d27e6bac":[1,0,0,0,3,4,2], "classIO_1_1SDK_1_1Coordinates_1_1Latitudinal.html#ab66ff7f87703bc10ff6fbea4d27e6bac":[0,0,0,0,4,4,2], "classIO_1_1SDK_1_1Coordinates_1_1Planetographic.html":[1,0,0,0,3,5], "classIO_1_1SDK_1_1Coordinates_1_1Planetographic.html":[0,0,0,0,4,5], "classIO_1_1SDK_1_1Coordinates_1_1Planetographic.html#a23f252d372d7fc5246dbba617e33f0a7":[1,0,0,0,3,5,1], "classIO_1_1SDK_1_1Coordinates_1_1Planetographic.html#a23f252d372d7fc5246dbba617e33f0a7":[0,0,0,0,4,5,1], -"classIO_1_1SDK_1_1Coordinates_1_1Planetographic.html#a5917ed9f3dd21d8b543793219d0a6dbc":[0,0,0,0,4,5,3], "classIO_1_1SDK_1_1Coordinates_1_1Planetographic.html#a5917ed9f3dd21d8b543793219d0a6dbc":[1,0,0,0,3,5,3], -"classIO_1_1SDK_1_1Coordinates_1_1Planetographic.html#ab01e3bf4841c5fd00539fdceb90f3e64":[0,0,0,0,4,5,2], +"classIO_1_1SDK_1_1Coordinates_1_1Planetographic.html#a5917ed9f3dd21d8b543793219d0a6dbc":[0,0,0,0,4,5,3], "classIO_1_1SDK_1_1Coordinates_1_1Planetographic.html#ab01e3bf4841c5fd00539fdceb90f3e64":[1,0,0,0,3,5,2], +"classIO_1_1SDK_1_1Coordinates_1_1Planetographic.html#ab01e3bf4841c5fd00539fdceb90f3e64":[0,0,0,0,4,5,2], "classIO_1_1SDK_1_1Coordinates_1_1Planetographic.html#ac03e22c1f70edba061e650064ac61b95":[0,0,0,0,4,5,0], "classIO_1_1SDK_1_1Coordinates_1_1Planetographic.html#ac03e22c1f70edba061e650064ac61b95":[1,0,0,0,3,5,0], "classIO_1_1SDK_1_1Coordinates_1_1RADec.html":[0,0,0,0,4,6], @@ -41,20 +39,20 @@ var NAVTREEINDEX3 = "classIO_1_1SDK_1_1Coordinates_1_1RADec.html#a2b93e2a8ae5c5605fb970cd4ed87ed4a":[1,0,0,0,3,6,0], "classIO_1_1SDK_1_1Coordinates_1_1RADec.html#a6c3cabdbb42039a01540bf5d0615509a":[0,0,0,0,4,6,2], "classIO_1_1SDK_1_1Coordinates_1_1RADec.html#a6c3cabdbb42039a01540bf5d0615509a":[1,0,0,0,3,6,2], -"classIO_1_1SDK_1_1Coordinates_1_1RADec.html#ac0ace88ce31969534bcd6f9c0aa944db":[1,0,0,0,3,6,3], "classIO_1_1SDK_1_1Coordinates_1_1RADec.html#ac0ace88ce31969534bcd6f9c0aa944db":[0,0,0,0,4,6,3], +"classIO_1_1SDK_1_1Coordinates_1_1RADec.html#ac0ace88ce31969534bcd6f9c0aa944db":[1,0,0,0,3,6,3], "classIO_1_1SDK_1_1Coordinates_1_1RADec.html#af1e26ecb63b8bd216395493d541da8ca":[0,0,0,0,4,6,1], "classIO_1_1SDK_1_1Coordinates_1_1RADec.html#af1e26ecb63b8bd216395493d541da8ca":[1,0,0,0,3,6,1], -"classIO_1_1SDK_1_1Coordinates_1_1Rectangular.html":[1,0,0,0,3,7], "classIO_1_1SDK_1_1Coordinates_1_1Rectangular.html":[0,0,0,0,4,7], +"classIO_1_1SDK_1_1Coordinates_1_1Rectangular.html":[1,0,0,0,3,7], "classIO_1_1SDK_1_1Coordinates_1_1Rectangular.html#a3a65bdbb6e4e2b1bc98ebb04f99a14e5":[0,0,0,0,4,7,2], "classIO_1_1SDK_1_1Coordinates_1_1Rectangular.html#a3a65bdbb6e4e2b1bc98ebb04f99a14e5":[1,0,0,0,3,7,2], "classIO_1_1SDK_1_1Coordinates_1_1Rectangular.html#a5a5a5034ab5640dcf468960e1ca3de12":[0,0,0,0,4,7,1], "classIO_1_1SDK_1_1Coordinates_1_1Rectangular.html#a5a5a5034ab5640dcf468960e1ca3de12":[1,0,0,0,3,7,1], -"classIO_1_1SDK_1_1Coordinates_1_1Rectangular.html#a9bba75958ebf27099234d78c48701aef":[1,0,0,0,3,7,0], "classIO_1_1SDK_1_1Coordinates_1_1Rectangular.html#a9bba75958ebf27099234d78c48701aef":[0,0,0,0,4,7,0], -"classIO_1_1SDK_1_1Coordinates_1_1Rectangular.html#aab976c01f28865beba4560cae4b2e6c8":[1,0,0,0,3,7,3], +"classIO_1_1SDK_1_1Coordinates_1_1Rectangular.html#a9bba75958ebf27099234d78c48701aef":[1,0,0,0,3,7,0], "classIO_1_1SDK_1_1Coordinates_1_1Rectangular.html#aab976c01f28865beba4560cae4b2e6c8":[0,0,0,0,4,7,3], +"classIO_1_1SDK_1_1Coordinates_1_1Rectangular.html#aab976c01f28865beba4560cae4b2e6c8":[1,0,0,0,3,7,3], "classIO_1_1SDK_1_1Coordinates_1_1Spherical.html":[0,0,0,0,4,8], "classIO_1_1SDK_1_1Coordinates_1_1Spherical.html":[1,0,0,0,3,8], "classIO_1_1SDK_1_1Coordinates_1_1Spherical.html#a12645fe47cd9f1ebf2a1113600329277":[1,0,0,0,3,8,0], @@ -63,22 +61,22 @@ var NAVTREEINDEX3 = "classIO_1_1SDK_1_1Coordinates_1_1Spherical.html#a20f2f2ae361c1830309b8e7e02781d05":[0,0,0,0,4,8,2], "classIO_1_1SDK_1_1Coordinates_1_1Spherical.html#acbd4f6070fb66574d24b8e782fefb34a":[0,0,0,0,4,8,3], "classIO_1_1SDK_1_1Coordinates_1_1Spherical.html#acbd4f6070fb66574d24b8e782fefb34a":[1,0,0,0,3,8,3], -"classIO_1_1SDK_1_1Coordinates_1_1Spherical.html#acbe491fb2b9b43651d5e273744e06291":[0,0,0,0,4,8,1], "classIO_1_1SDK_1_1Coordinates_1_1Spherical.html#acbe491fb2b9b43651d5e273744e06291":[1,0,0,0,3,8,1], -"classIO_1_1SDK_1_1Coordinates_1_1SurfaceCoordinates.html":[0,0,0,0,4,9], +"classIO_1_1SDK_1_1Coordinates_1_1Spherical.html#acbe491fb2b9b43651d5e273744e06291":[0,0,0,0,4,8,1], "classIO_1_1SDK_1_1Coordinates_1_1SurfaceCoordinates.html":[1,0,0,0,3,9], -"classIO_1_1SDK_1_1Coordinates_1_1SurfaceCoordinates.html#a04881fd9d5eb7ea85bcf3a7952fa6bb1":[1,0,0,0,3,9,5], +"classIO_1_1SDK_1_1Coordinates_1_1SurfaceCoordinates.html":[0,0,0,0,4,9], "classIO_1_1SDK_1_1Coordinates_1_1SurfaceCoordinates.html#a04881fd9d5eb7ea85bcf3a7952fa6bb1":[0,0,0,0,4,9,5], +"classIO_1_1SDK_1_1Coordinates_1_1SurfaceCoordinates.html#a04881fd9d5eb7ea85bcf3a7952fa6bb1":[1,0,0,0,3,9,5], "classIO_1_1SDK_1_1Coordinates_1_1SurfaceCoordinates.html#a3e919f03d86a6da92ccadd33c8d69869":[0,0,0,0,4,9,1], "classIO_1_1SDK_1_1Coordinates_1_1SurfaceCoordinates.html#a3e919f03d86a6da92ccadd33c8d69869":[1,0,0,0,3,9,1], "classIO_1_1SDK_1_1Coordinates_1_1SurfaceCoordinates.html#a635864d30a11d39eb12244551ef3ae5f":[0,0,0,0,4,9,6], "classIO_1_1SDK_1_1Coordinates_1_1SurfaceCoordinates.html#a635864d30a11d39eb12244551ef3ae5f":[1,0,0,0,3,9,6], -"classIO_1_1SDK_1_1Coordinates_1_1SurfaceCoordinates.html#a6b47d2fdf839b0da4187462a4bb34a00":[1,0,0,0,3,9,0], "classIO_1_1SDK_1_1Coordinates_1_1SurfaceCoordinates.html#a6b47d2fdf839b0da4187462a4bb34a00":[0,0,0,0,4,9,0], -"classIO_1_1SDK_1_1Coordinates_1_1SurfaceCoordinates.html#a8717ac962ed91706938aa27c228ac556":[0,0,0,0,4,9,4], +"classIO_1_1SDK_1_1Coordinates_1_1SurfaceCoordinates.html#a6b47d2fdf839b0da4187462a4bb34a00":[1,0,0,0,3,9,0], "classIO_1_1SDK_1_1Coordinates_1_1SurfaceCoordinates.html#a8717ac962ed91706938aa27c228ac556":[1,0,0,0,3,9,4], -"classIO_1_1SDK_1_1Coordinates_1_1SurfaceCoordinates.html#a97ba48e578a9d58be600841c11e68770":[0,0,0,0,4,9,2], +"classIO_1_1SDK_1_1Coordinates_1_1SurfaceCoordinates.html#a8717ac962ed91706938aa27c228ac556":[0,0,0,0,4,9,4], "classIO_1_1SDK_1_1Coordinates_1_1SurfaceCoordinates.html#a97ba48e578a9d58be600841c11e68770":[1,0,0,0,3,9,2], +"classIO_1_1SDK_1_1Coordinates_1_1SurfaceCoordinates.html#a97ba48e578a9d58be600841c11e68770":[0,0,0,0,4,9,2], "classIO_1_1SDK_1_1Coordinates_1_1SurfaceCoordinates.html#adb55f632ea1afa2be90ce2f9fafda3ee":[1,0,0,0,3,9,3], "classIO_1_1SDK_1_1Coordinates_1_1SurfaceCoordinates.html#adb55f632ea1afa2be90ce2f9fafda3ee":[0,0,0,0,4,9,3], "classIO_1_1SDK_1_1Coordinates_1_1SurfaceInterceptPoint.html":[1,0,0,0,3,10], @@ -93,22 +91,22 @@ var NAVTREEINDEX3 = "classIO_1_1SDK_1_1Coordinates_1_1SurfaceInterceptPoint.html#ac8903d6f6384a8b8166246d5bd57f753":[0,0,0,0,4,10,3], "classIO_1_1SDK_1_1Coordinates_1_1SurfaceInterceptPoint.html#af8096e8e3fdc5764434e826587599f68":[1,0,0,0,3,10,1], "classIO_1_1SDK_1_1Coordinates_1_1SurfaceInterceptPoint.html#af8096e8e3fdc5764434e826587599f68":[0,0,0,0,4,10,1], -"classIO_1_1SDK_1_1DataPoolMonitoring.html":[1,0,0,0,20], "classIO_1_1SDK_1_1DataPoolMonitoring.html":[0,0,0,0,23], +"classIO_1_1SDK_1_1DataPoolMonitoring.html":[1,0,0,0,20], "classIO_1_1SDK_1_1DataPoolMonitoring.html#a1bc000caa03530d4930b9dbc75f1fb5b":[0,0,0,0,23,0], "classIO_1_1SDK_1_1DataPoolMonitoring.html#a1bc000caa03530d4930b9dbc75f1fb5b":[1,0,0,0,20,0], "classIO_1_1SDK_1_1DataPoolMonitoring.html#a73e443a27abb583baaae4b26df678c70":[0,0,0,0,23,1], "classIO_1_1SDK_1_1DataPoolMonitoring.html#a73e443a27abb583baaae4b26df678c70":[1,0,0,0,20,1], -"classIO_1_1SDK_1_1Exception_1_1InvalidArgumentException.html":[1,0,0,0,4,0], "classIO_1_1SDK_1_1Exception_1_1InvalidArgumentException.html":[0,0,0,0,5,0], -"classIO_1_1SDK_1_1Exception_1_1InvalidArgumentException.html#a3edf8bbc74fd06a169e4958356a144d9":[1,0,0,0,4,0,0], +"classIO_1_1SDK_1_1Exception_1_1InvalidArgumentException.html":[1,0,0,0,4,0], "classIO_1_1SDK_1_1Exception_1_1InvalidArgumentException.html#a3edf8bbc74fd06a169e4958356a144d9":[0,0,0,0,5,0,0], -"classIO_1_1SDK_1_1Exception_1_1PropagatorException.html":[1,0,0,0,4,1], +"classIO_1_1SDK_1_1Exception_1_1InvalidArgumentException.html#a3edf8bbc74fd06a169e4958356a144d9":[1,0,0,0,4,0,0], "classIO_1_1SDK_1_1Exception_1_1PropagatorException.html":[0,0,0,0,5,1], -"classIO_1_1SDK_1_1Exception_1_1PropagatorException.html#a3e5118683b0ec338a2d81e39f3178b1f":[1,0,0,0,4,1,0], +"classIO_1_1SDK_1_1Exception_1_1PropagatorException.html":[1,0,0,0,4,1], "classIO_1_1SDK_1_1Exception_1_1PropagatorException.html#a3e5118683b0ec338a2d81e39f3178b1f":[0,0,0,0,5,1,0], -"classIO_1_1SDK_1_1Exception_1_1SDKException.html":[1,0,0,0,4,2], +"classIO_1_1SDK_1_1Exception_1_1PropagatorException.html#a3e5118683b0ec338a2d81e39f3178b1f":[1,0,0,0,4,1,0], "classIO_1_1SDK_1_1Exception_1_1SDKException.html":[0,0,0,0,5,2], +"classIO_1_1SDK_1_1Exception_1_1SDKException.html":[1,0,0,0,4,2], "classIO_1_1SDK_1_1Exception_1_1SDKException.html#a5dc8e9a07fac1cb80febb41612a2820e":[1,0,0,0,4,2,2], "classIO_1_1SDK_1_1Exception_1_1SDKException.html#a5dc8e9a07fac1cb80febb41612a2820e":[0,0,0,0,5,2,2], "classIO_1_1SDK_1_1Exception_1_1SDKException.html#aa717513ed96fe5eabc4ac4c096548ad2":[1,0,0,0,4,2,0], @@ -117,28 +115,28 @@ var NAVTREEINDEX3 = "classIO_1_1SDK_1_1Exception_1_1SDKException.html#ac99d784769289308fedeb575bf2f216b":[0,0,0,0,5,2,1], "classIO_1_1SDK_1_1Exception_1_1TooEarlyManeuverException.html":[1,0,0,0,4,3], "classIO_1_1SDK_1_1Exception_1_1TooEarlyManeuverException.html":[0,0,0,0,5,3], -"classIO_1_1SDK_1_1Exception_1_1TooEarlyManeuverException.html#ac5bdf083ce262ebb0e1d90fe873032f9":[1,0,0,0,4,3,0], "classIO_1_1SDK_1_1Exception_1_1TooEarlyManeuverException.html#ac5bdf083ce262ebb0e1d90fe873032f9":[0,0,0,0,5,3,0], +"classIO_1_1SDK_1_1Exception_1_1TooEarlyManeuverException.html#ac5bdf083ce262ebb0e1d90fe873032f9":[1,0,0,0,4,3,0], "classIO_1_1SDK_1_1Frames_1_1BodyFixedFrames.html":[1,0,0,0,5,0], "classIO_1_1SDK_1_1Frames_1_1BodyFixedFrames.html":[0,0,0,0,6,0], -"classIO_1_1SDK_1_1Frames_1_1BodyFixedFrames.html#ac4a0bc9fffae58f56f6b58ee97123ee2":[0,0,0,0,6,0,0], "classIO_1_1SDK_1_1Frames_1_1BodyFixedFrames.html#ac4a0bc9fffae58f56f6b58ee97123ee2":[1,0,0,0,5,0,0], -"classIO_1_1SDK_1_1Frames_1_1FrameFile.html":[0,0,0,0,6,1], +"classIO_1_1SDK_1_1Frames_1_1BodyFixedFrames.html#ac4a0bc9fffae58f56f6b58ee97123ee2":[0,0,0,0,6,0,0], "classIO_1_1SDK_1_1Frames_1_1FrameFile.html":[1,0,0,0,5,1], -"classIO_1_1SDK_1_1Frames_1_1FrameFile.html#a6fbe10b5ca7dc1dacea1b36c0c6336c3":[0,0,0,0,6,1,2], +"classIO_1_1SDK_1_1Frames_1_1FrameFile.html":[0,0,0,0,6,1], "classIO_1_1SDK_1_1Frames_1_1FrameFile.html#a6fbe10b5ca7dc1dacea1b36c0c6336c3":[1,0,0,0,5,1,2], +"classIO_1_1SDK_1_1Frames_1_1FrameFile.html#a6fbe10b5ca7dc1dacea1b36c0c6336c3":[0,0,0,0,6,1,2], "classIO_1_1SDK_1_1Frames_1_1FrameFile.html#a750a6ff9d670ffbbae82690f2d2208d4":[1,0,0,0,5,1,1], "classIO_1_1SDK_1_1Frames_1_1FrameFile.html#a750a6ff9d670ffbbae82690f2d2208d4":[0,0,0,0,6,1,1], "classIO_1_1SDK_1_1Frames_1_1FrameFile.html#a7671ea08db5c6c165d75ec5760c0bd23":[1,0,0,0,5,1,0], "classIO_1_1SDK_1_1Frames_1_1FrameFile.html#a7671ea08db5c6c165d75ec5760c0bd23":[0,0,0,0,6,1,0], -"classIO_1_1SDK_1_1Frames_1_1FrameFile.html#a9b0e652fc7622e68ff507dd69cc7eb47":[1,0,0,0,5,1,6], "classIO_1_1SDK_1_1Frames_1_1FrameFile.html#a9b0e652fc7622e68ff507dd69cc7eb47":[0,0,0,0,6,1,6], +"classIO_1_1SDK_1_1Frames_1_1FrameFile.html#a9b0e652fc7622e68ff507dd69cc7eb47":[1,0,0,0,5,1,6], "classIO_1_1SDK_1_1Frames_1_1FrameFile.html#abb7ceb3463eba84ab4513df3c0821055":[0,0,0,0,6,1,4], "classIO_1_1SDK_1_1Frames_1_1FrameFile.html#abb7ceb3463eba84ab4513df3c0821055":[1,0,0,0,5,1,4], "classIO_1_1SDK_1_1Frames_1_1FrameFile.html#ad375f342b427190d63e99ca903430497":[0,0,0,0,6,1,5], "classIO_1_1SDK_1_1Frames_1_1FrameFile.html#ad375f342b427190d63e99ca903430497":[1,0,0,0,5,1,5], -"classIO_1_1SDK_1_1Frames_1_1FrameFile.html#aee3f358a8ff43053e026d84c5c999181":[0,0,0,0,6,1,3], "classIO_1_1SDK_1_1Frames_1_1FrameFile.html#aee3f358a8ff43053e026d84c5c999181":[1,0,0,0,5,1,3], +"classIO_1_1SDK_1_1Frames_1_1FrameFile.html#aee3f358a8ff43053e026d84c5c999181":[0,0,0,0,6,1,3], "classIO_1_1SDK_1_1Frames_1_1Frames.html":[0,0,0,0,6,2], "classIO_1_1SDK_1_1Frames_1_1Frames.html":[1,0,0,0,5,2], "classIO_1_1SDK_1_1Frames_1_1Frames.html#a27bb835272e17faa20a952b8746eef9d":[0,0,0,0,6,2,2], @@ -149,94 +147,94 @@ var NAVTREEINDEX3 = "classIO_1_1SDK_1_1Frames_1_1Frames.html#a4a5e52fc8830ffa85b9f8d4383dcce3d":[0,0,0,0,6,2,7], "classIO_1_1SDK_1_1Frames_1_1Frames.html#a57015777f13ddca0adc7eea53d85858d":[0,0,0,0,6,2,10], "classIO_1_1SDK_1_1Frames_1_1Frames.html#a57015777f13ddca0adc7eea53d85858d":[1,0,0,0,5,2,10], -"classIO_1_1SDK_1_1Frames_1_1Frames.html#a69be3fd2df40fd895afeae1b4086683b":[0,0,0,0,6,2,1], "classIO_1_1SDK_1_1Frames_1_1Frames.html#a69be3fd2df40fd895afeae1b4086683b":[1,0,0,0,5,2,1], +"classIO_1_1SDK_1_1Frames_1_1Frames.html#a69be3fd2df40fd895afeae1b4086683b":[0,0,0,0,6,2,1], "classIO_1_1SDK_1_1Frames_1_1Frames.html#a864cf47307956513c2fb785fdb1c61e7":[1,0,0,0,5,2,3], "classIO_1_1SDK_1_1Frames_1_1Frames.html#a864cf47307956513c2fb785fdb1c61e7":[0,0,0,0,6,2,3], -"classIO_1_1SDK_1_1Frames_1_1Frames.html#a902775b430633d312c2cb8b08f4ce7ef":[0,0,0,0,6,2,0], "classIO_1_1SDK_1_1Frames_1_1Frames.html#a902775b430633d312c2cb8b08f4ce7ef":[1,0,0,0,5,2,0], +"classIO_1_1SDK_1_1Frames_1_1Frames.html#a902775b430633d312c2cb8b08f4ce7ef":[0,0,0,0,6,2,0], "classIO_1_1SDK_1_1Frames_1_1Frames.html#aa52a987b257affe726d88fba409cca4c":[1,0,0,0,5,2,6], "classIO_1_1SDK_1_1Frames_1_1Frames.html#aa52a987b257affe726d88fba409cca4c":[0,0,0,0,6,2,6], -"classIO_1_1SDK_1_1Frames_1_1Frames.html#abb48a0b71ec6ed810ffb67f3e12452f9":[0,0,0,0,6,2,9], "classIO_1_1SDK_1_1Frames_1_1Frames.html#abb48a0b71ec6ed810ffb67f3e12452f9":[1,0,0,0,5,2,9], -"classIO_1_1SDK_1_1Frames_1_1Frames.html#adcb59d53b904c9eb33baf80d3829abea":[0,0,0,0,6,2,5], +"classIO_1_1SDK_1_1Frames_1_1Frames.html#abb48a0b71ec6ed810ffb67f3e12452f9":[0,0,0,0,6,2,9], "classIO_1_1SDK_1_1Frames_1_1Frames.html#adcb59d53b904c9eb33baf80d3829abea":[1,0,0,0,5,2,5], +"classIO_1_1SDK_1_1Frames_1_1Frames.html#adcb59d53b904c9eb33baf80d3829abea":[0,0,0,0,6,2,5], "classIO_1_1SDK_1_1Frames_1_1Frames.html#afca738a2cb43ebec4a5c352407eb00d1":[0,0,0,0,6,2,8], "classIO_1_1SDK_1_1Frames_1_1Frames.html#afca738a2cb43ebec4a5c352407eb00d1":[1,0,0,0,5,2,8], -"classIO_1_1SDK_1_1Frames_1_1InertialFrames.html":[1,0,0,0,5,3], "classIO_1_1SDK_1_1Frames_1_1InertialFrames.html":[0,0,0,0,6,3], +"classIO_1_1SDK_1_1Frames_1_1InertialFrames.html":[1,0,0,0,5,3], "classIO_1_1SDK_1_1Frames_1_1InertialFrames.html#a9bb8318906230fdaa9bdf4c333bfad48":[1,0,0,0,5,3,0], "classIO_1_1SDK_1_1Frames_1_1InertialFrames.html#a9bb8318906230fdaa9bdf4c333bfad48":[0,0,0,0,6,3,0], "classIO_1_1SDK_1_1Frames_1_1InstrumentFrameFile.html":[0,0,0,0,6,4], "classIO_1_1SDK_1_1Frames_1_1InstrumentFrameFile.html":[1,0,0,0,5,4], "classIO_1_1SDK_1_1Frames_1_1InstrumentFrameFile.html#a74e3feb848371e72b4b3218b43dedf1a":[0,0,0,0,6,4,0], "classIO_1_1SDK_1_1Frames_1_1InstrumentFrameFile.html#a74e3feb848371e72b4b3218b43dedf1a":[1,0,0,0,5,4,0], -"classIO_1_1SDK_1_1Frames_1_1SiteFrameFile.html":[0,0,0,0,6,5], "classIO_1_1SDK_1_1Frames_1_1SiteFrameFile.html":[1,0,0,0,5,5], +"classIO_1_1SDK_1_1Frames_1_1SiteFrameFile.html":[0,0,0,0,6,5], "classIO_1_1SDK_1_1Frames_1_1SiteFrameFile.html#ade075bba74d04bccbbf7e7b4e1077806":[0,0,0,0,6,5,0], "classIO_1_1SDK_1_1Frames_1_1SiteFrameFile.html#ade075bba74d04bccbbf7e7b4e1077806":[1,0,0,0,5,5,0], "classIO_1_1SDK_1_1Frames_1_1SpacecraftFrameFile.html":[0,0,0,0,6,6], "classIO_1_1SDK_1_1Frames_1_1SpacecraftFrameFile.html":[1,0,0,0,5,6], "classIO_1_1SDK_1_1Frames_1_1SpacecraftFrameFile.html#a1ba9c39cf070407c14e63796ae7abbb9":[0,0,0,0,6,6,1], "classIO_1_1SDK_1_1Frames_1_1SpacecraftFrameFile.html#a1ba9c39cf070407c14e63796ae7abbb9":[1,0,0,0,5,6,1], -"classIO_1_1SDK_1_1Frames_1_1SpacecraftFrameFile.html#a578c8dc8d9b0d7fdb2039c8d592e1004":[0,0,0,0,6,6,0], "classIO_1_1SDK_1_1Frames_1_1SpacecraftFrameFile.html#a578c8dc8d9b0d7fdb2039c8d592e1004":[1,0,0,0,5,6,0], +"classIO_1_1SDK_1_1Frames_1_1SpacecraftFrameFile.html#a578c8dc8d9b0d7fdb2039c8d592e1004":[0,0,0,0,6,6,0], "classIO_1_1SDK_1_1IlluminationAngle.html":[1,0,0,0,21], "classIO_1_1SDK_1_1IlluminationAngle.html":[0,0,0,0,24], -"classIO_1_1SDK_1_1IlluminationAngle.html#a0471f04e4f42cd3d17ac244d4a157aa7":[0,0,0,0,24,2], "classIO_1_1SDK_1_1IlluminationAngle.html#a0471f04e4f42cd3d17ac244d4a157aa7":[1,0,0,0,21,2], +"classIO_1_1SDK_1_1IlluminationAngle.html#a0471f04e4f42cd3d17ac244d4a157aa7":[0,0,0,0,24,2], "classIO_1_1SDK_1_1IlluminationAngle.html#a204352c20e7a1a0ee3cbaa56a036893f":[1,0,0,0,21,0], "classIO_1_1SDK_1_1IlluminationAngle.html#a204352c20e7a1a0ee3cbaa56a036893f":[0,0,0,0,24,0], "classIO_1_1SDK_1_1IlluminationAngle.html#a35e7e4948ff22141693b48d0ccd2d71d":[0,0,0,0,24,1], "classIO_1_1SDK_1_1IlluminationAngle.html#a35e7e4948ff22141693b48d0ccd2d71d":[1,0,0,0,21,1], -"classIO_1_1SDK_1_1IlluminationAngle.html#adde3a384fe4867ecebf139705d0a2be1":[0,0,0,0,24,3], "classIO_1_1SDK_1_1IlluminationAngle.html#adde3a384fe4867ecebf139705d0a2be1":[1,0,0,0,21,3], -"classIO_1_1SDK_1_1Illumination_1_1Illumination.html":[1,0,0,0,6,0], +"classIO_1_1SDK_1_1IlluminationAngle.html#adde3a384fe4867ecebf139705d0a2be1":[0,0,0,0,24,3], "classIO_1_1SDK_1_1Illumination_1_1Illumination.html":[0,0,0,0,8,0], +"classIO_1_1SDK_1_1Illumination_1_1Illumination.html":[1,0,0,0,6,0], "classIO_1_1SDK_1_1Illumination_1_1Illumination.html#a12daed0ef126144148280c15e0815e33":[1,0,0,0,6,0,3], "classIO_1_1SDK_1_1Illumination_1_1Illumination.html#a12daed0ef126144148280c15e0815e33":[0,0,0,0,8,0,3], -"classIO_1_1SDK_1_1Illumination_1_1Illumination.html#a311e6b9c9b245b99f4ff566aaef6c242":[0,0,0,0,8,0,2], "classIO_1_1SDK_1_1Illumination_1_1Illumination.html#a311e6b9c9b245b99f4ff566aaef6c242":[1,0,0,0,6,0,2], -"classIO_1_1SDK_1_1Illumination_1_1Illumination.html#a55f48940ef83a1647c8b3b7d472db910":[0,0,0,0,8,0,0], +"classIO_1_1SDK_1_1Illumination_1_1Illumination.html#a311e6b9c9b245b99f4ff566aaef6c242":[0,0,0,0,8,0,2], "classIO_1_1SDK_1_1Illumination_1_1Illumination.html#a55f48940ef83a1647c8b3b7d472db910":[1,0,0,0,6,0,0], -"classIO_1_1SDK_1_1Illumination_1_1Illumination.html#aa588c6799139400c905e5812a1527168":[1,0,0,0,6,0,4], +"classIO_1_1SDK_1_1Illumination_1_1Illumination.html#a55f48940ef83a1647c8b3b7d472db910":[0,0,0,0,8,0,0], "classIO_1_1SDK_1_1Illumination_1_1Illumination.html#aa588c6799139400c905e5812a1527168":[0,0,0,0,8,0,4], +"classIO_1_1SDK_1_1Illumination_1_1Illumination.html#aa588c6799139400c905e5812a1527168":[1,0,0,0,6,0,4], "classIO_1_1SDK_1_1Illumination_1_1Illumination.html#abe16720e67957eb04fc78fbb134ed889":[1,0,0,0,6,0,1], "classIO_1_1SDK_1_1Illumination_1_1Illumination.html#abe16720e67957eb04fc78fbb134ed889":[0,0,0,0,8,0,1], "classIO_1_1SDK_1_1Illumination_1_1Illumination.html#ad7d155af319dbfa35d84252ca9369490":[0,0,0,0,8,0,5], "classIO_1_1SDK_1_1Illumination_1_1Illumination.html#ad7d155af319dbfa35d84252ca9369490":[1,0,0,0,6,0,5], "classIO_1_1SDK_1_1Instruments_1_1FOVShapes.html":[0,0,0,0,9,0], "classIO_1_1SDK_1_1Instruments_1_1FOVShapes.html":[1,0,0,0,7,0], -"classIO_1_1SDK_1_1Instruments_1_1Instrument.html":[1,0,0,0,7,1], "classIO_1_1SDK_1_1Instruments_1_1Instrument.html":[0,0,0,0,9,1], -"classIO_1_1SDK_1_1Instruments_1_1Instrument.html#a0057e7de1e5f8c090bc9dc513a09cca3":[1,0,0,0,7,1,8], +"classIO_1_1SDK_1_1Instruments_1_1Instrument.html":[1,0,0,0,7,1], "classIO_1_1SDK_1_1Instruments_1_1Instrument.html#a0057e7de1e5f8c090bc9dc513a09cca3":[0,0,0,0,9,1,8], -"classIO_1_1SDK_1_1Instruments_1_1Instrument.html#a1ba9c39cf070407c14e63796ae7abbb9":[1,0,0,0,7,1,13], +"classIO_1_1SDK_1_1Instruments_1_1Instrument.html#a0057e7de1e5f8c090bc9dc513a09cca3":[1,0,0,0,7,1,8], "classIO_1_1SDK_1_1Instruments_1_1Instrument.html#a1ba9c39cf070407c14e63796ae7abbb9":[0,0,0,0,9,1,13], +"classIO_1_1SDK_1_1Instruments_1_1Instrument.html#a1ba9c39cf070407c14e63796ae7abbb9":[1,0,0,0,7,1,13], "classIO_1_1SDK_1_1Instruments_1_1Instrument.html#a507debd3d58ec879bc46a09fe34ec5b6":[1,0,0,0,7,1,9], "classIO_1_1SDK_1_1Instruments_1_1Instrument.html#a507debd3d58ec879bc46a09fe34ec5b6":[0,0,0,0,9,1,9], "classIO_1_1SDK_1_1Instruments_1_1Instrument.html#a6c4116675100fb79d598889b2465fb9a":[0,0,0,0,9,1,1], "classIO_1_1SDK_1_1Instruments_1_1Instrument.html#a6c4116675100fb79d598889b2465fb9a":[1,0,0,0,7,1,1], -"classIO_1_1SDK_1_1Instruments_1_1Instrument.html#a81e7fabadb3b56a2d468cffdf8e0486e":[0,0,0,0,9,1,4], "classIO_1_1SDK_1_1Instruments_1_1Instrument.html#a81e7fabadb3b56a2d468cffdf8e0486e":[1,0,0,0,7,1,4], +"classIO_1_1SDK_1_1Instruments_1_1Instrument.html#a81e7fabadb3b56a2d468cffdf8e0486e":[0,0,0,0,9,1,4], "classIO_1_1SDK_1_1Instruments_1_1Instrument.html#a853610ef36cfe48496957d7fb0cf7267":[1,0,0,0,7,1,12], "classIO_1_1SDK_1_1Instruments_1_1Instrument.html#a853610ef36cfe48496957d7fb0cf7267":[0,0,0,0,9,1,12], -"classIO_1_1SDK_1_1Instruments_1_1Instrument.html#a9a43beaf8232330372883951ac8bc176":[0,0,0,0,9,1,5], "classIO_1_1SDK_1_1Instruments_1_1Instrument.html#a9a43beaf8232330372883951ac8bc176":[1,0,0,0,7,1,5], -"classIO_1_1SDK_1_1Instruments_1_1Instrument.html#aa33eae21a590349a69d5fa120c586249":[1,0,0,0,7,1,11], +"classIO_1_1SDK_1_1Instruments_1_1Instrument.html#a9a43beaf8232330372883951ac8bc176":[0,0,0,0,9,1,5], "classIO_1_1SDK_1_1Instruments_1_1Instrument.html#aa33eae21a590349a69d5fa120c586249":[0,0,0,0,9,1,11], -"classIO_1_1SDK_1_1Instruments_1_1Instrument.html#aa6f77570a793a4f4312c9b16fe571d66":[1,0,0,0,7,1,3], +"classIO_1_1SDK_1_1Instruments_1_1Instrument.html#aa33eae21a590349a69d5fa120c586249":[1,0,0,0,7,1,11], "classIO_1_1SDK_1_1Instruments_1_1Instrument.html#aa6f77570a793a4f4312c9b16fe571d66":[0,0,0,0,9,1,3], -"classIO_1_1SDK_1_1Instruments_1_1Instrument.html#ac678c301ad82154dddccbf4ddcb2a45b":[1,0,0,0,7,1,0], +"classIO_1_1SDK_1_1Instruments_1_1Instrument.html#aa6f77570a793a4f4312c9b16fe571d66":[1,0,0,0,7,1,3], "classIO_1_1SDK_1_1Instruments_1_1Instrument.html#ac678c301ad82154dddccbf4ddcb2a45b":[0,0,0,0,9,1,0], +"classIO_1_1SDK_1_1Instruments_1_1Instrument.html#ac678c301ad82154dddccbf4ddcb2a45b":[1,0,0,0,7,1,0], "classIO_1_1SDK_1_1Instruments_1_1Instrument.html#aca5febfb1c5504420a977e73516f34bb":[0,0,0,0,9,1,2], "classIO_1_1SDK_1_1Instruments_1_1Instrument.html#aca5febfb1c5504420a977e73516f34bb":[1,0,0,0,7,1,2], -"classIO_1_1SDK_1_1Instruments_1_1Instrument.html#ad48012eb7fe85f98520127fed4dfcc83":[1,0,0,0,7,1,6], "classIO_1_1SDK_1_1Instruments_1_1Instrument.html#ad48012eb7fe85f98520127fed4dfcc83":[0,0,0,0,9,1,6], -"classIO_1_1SDK_1_1Instruments_1_1Instrument.html#ae295a6c847553a08b9ebb87004b9594e":[1,0,0,0,7,1,7], +"classIO_1_1SDK_1_1Instruments_1_1Instrument.html#ad48012eb7fe85f98520127fed4dfcc83":[1,0,0,0,7,1,6], "classIO_1_1SDK_1_1Instruments_1_1Instrument.html#ae295a6c847553a08b9ebb87004b9594e":[0,0,0,0,9,1,7], -"classIO_1_1SDK_1_1Instruments_1_1Instrument.html#af75a9a634ec6a2982976fdf336726d92":[1,0,0,0,7,1,10], +"classIO_1_1SDK_1_1Instruments_1_1Instrument.html#ae295a6c847553a08b9ebb87004b9594e":[1,0,0,0,7,1,7], "classIO_1_1SDK_1_1Instruments_1_1Instrument.html#af75a9a634ec6a2982976fdf336726d92":[0,0,0,0,9,1,10], +"classIO_1_1SDK_1_1Instruments_1_1Instrument.html#af75a9a634ec6a2982976fdf336726d92":[1,0,0,0,7,1,10], "classIO_1_1SDK_1_1Integrators_1_1Forces_1_1Force.html":[1,0,0,0,8,0,0], "classIO_1_1SDK_1_1Integrators_1_1Forces_1_1Force.html":[0,0,0,0,10,0,0], "classIO_1_1SDK_1_1Integrators_1_1Forces_1_1Force.html#a7656d94c375a0c716d98538af1913460":[0,0,0,0,10,0,0,0], @@ -249,5 +247,7 @@ var NAVTREEINDEX3 = "classIO_1_1SDK_1_1Integrators_1_1Forces_1_1GravityForce.html":[0,0,0,0,10,0,1], "classIO_1_1SDK_1_1Integrators_1_1Forces_1_1GravityForce.html#a1ac748566967ca9f2585587648acc5eb":[0,0,0,0,10,0,1,2], "classIO_1_1SDK_1_1Integrators_1_1Forces_1_1GravityForce.html#a1ac748566967ca9f2585587648acc5eb":[1,0,0,0,8,0,1,2], -"classIO_1_1SDK_1_1Integrators_1_1Forces_1_1GravityForce.html#a3831b3d7ce915098948cc1f82e856b77":[1,0,0,0,8,0,1,0] +"classIO_1_1SDK_1_1Integrators_1_1Forces_1_1GravityForce.html#a3831b3d7ce915098948cc1f82e856b77":[1,0,0,0,8,0,1,0], +"classIO_1_1SDK_1_1Integrators_1_1Forces_1_1GravityForce.html#a3831b3d7ce915098948cc1f82e856b77":[0,0,0,0,10,0,1,0], +"classIO_1_1SDK_1_1Integrators_1_1Forces_1_1GravityForce.html#a984e9feaa026398c5ccc05489aeba44f":[1,0,0,0,8,0,1,1] }; diff --git a/Docs/html/navtreeindex4.js b/Docs/html/navtreeindex4.js index e7048ad8..3df3700b 100644 --- a/Docs/html/navtreeindex4.js +++ b/Docs/html/navtreeindex4.js @@ -1,42 +1,40 @@ var NAVTREEINDEX4 = { -"classIO_1_1SDK_1_1Integrators_1_1Forces_1_1GravityForce.html#a3831b3d7ce915098948cc1f82e856b77":[0,0,0,0,10,0,1,0], "classIO_1_1SDK_1_1Integrators_1_1Forces_1_1GravityForce.html#a984e9feaa026398c5ccc05489aeba44f":[0,0,0,0,10,0,1,1], -"classIO_1_1SDK_1_1Integrators_1_1Forces_1_1GravityForce.html#a984e9feaa026398c5ccc05489aeba44f":[1,0,0,0,8,0,1,1], "classIO_1_1SDK_1_1Integrators_1_1IntegratorBase.html":[0,0,0,0,10,1], "classIO_1_1SDK_1_1Integrators_1_1IntegratorBase.html":[1,0,0,0,8,1], "classIO_1_1SDK_1_1Integrators_1_1IntegratorBase.html#a1eeddc2c7a1f2cbb6cfbd33a6c6cecd1":[0,0,0,0,10,1,1], "classIO_1_1SDK_1_1Integrators_1_1IntegratorBase.html#a1eeddc2c7a1f2cbb6cfbd33a6c6cecd1":[1,0,0,0,8,1,1], "classIO_1_1SDK_1_1Integrators_1_1IntegratorBase.html#a43de978b2a55657caf364534548ac2e8":[0,0,0,0,10,1,0], "classIO_1_1SDK_1_1Integrators_1_1IntegratorBase.html#a43de978b2a55657caf364534548ac2e8":[1,0,0,0,8,1,0], -"classIO_1_1SDK_1_1Integrators_1_1IntegratorBase.html#a7ff999173b99ae75fa9c14e837c4238f":[0,0,0,0,10,1,4], "classIO_1_1SDK_1_1Integrators_1_1IntegratorBase.html#a7ff999173b99ae75fa9c14e837c4238f":[1,0,0,0,8,1,4], -"classIO_1_1SDK_1_1Integrators_1_1IntegratorBase.html#a8e044079072dd5521083fc9ad104198b":[0,0,0,0,10,1,3], +"classIO_1_1SDK_1_1Integrators_1_1IntegratorBase.html#a7ff999173b99ae75fa9c14e837c4238f":[0,0,0,0,10,1,4], "classIO_1_1SDK_1_1Integrators_1_1IntegratorBase.html#a8e044079072dd5521083fc9ad104198b":[1,0,0,0,8,1,3], -"classIO_1_1SDK_1_1Integrators_1_1IntegratorBase.html#ad2f70d988ae993c1aaf005140014e5da":[0,0,0,0,10,1,2], +"classIO_1_1SDK_1_1Integrators_1_1IntegratorBase.html#a8e044079072dd5521083fc9ad104198b":[0,0,0,0,10,1,3], "classIO_1_1SDK_1_1Integrators_1_1IntegratorBase.html#ad2f70d988ae993c1aaf005140014e5da":[1,0,0,0,8,1,2], -"classIO_1_1SDK_1_1Integrators_1_1TLEIntegrator.html":[1,0,0,0,8,2], +"classIO_1_1SDK_1_1Integrators_1_1IntegratorBase.html#ad2f70d988ae993c1aaf005140014e5da":[0,0,0,0,10,1,2], "classIO_1_1SDK_1_1Integrators_1_1TLEIntegrator.html":[0,0,0,0,10,2], +"classIO_1_1SDK_1_1Integrators_1_1TLEIntegrator.html":[1,0,0,0,8,2], "classIO_1_1SDK_1_1Integrators_1_1TLEIntegrator.html#a9a6b1674557076f2f251d4b83979f447":[1,0,0,0,8,2,1], "classIO_1_1SDK_1_1Integrators_1_1TLEIntegrator.html#a9a6b1674557076f2f251d4b83979f447":[0,0,0,0,10,2,1], "classIO_1_1SDK_1_1Integrators_1_1TLEIntegrator.html#aac9421604995737be2624992067a3df3":[1,0,0,0,8,2,0], "classIO_1_1SDK_1_1Integrators_1_1TLEIntegrator.html#aac9421604995737be2624992067a3df3":[0,0,0,0,10,2,0], "classIO_1_1SDK_1_1Integrators_1_1TLEIntegrator.html#af4d7e158892a2b52f04258b37d387b65":[1,0,0,0,8,2,2], "classIO_1_1SDK_1_1Integrators_1_1TLEIntegrator.html#af4d7e158892a2b52f04258b37d387b65":[0,0,0,0,10,2,2], -"classIO_1_1SDK_1_1Integrators_1_1VVIntegrator.html":[0,0,0,0,10,3], "classIO_1_1SDK_1_1Integrators_1_1VVIntegrator.html":[1,0,0,0,8,3], +"classIO_1_1SDK_1_1Integrators_1_1VVIntegrator.html":[0,0,0,0,10,3], "classIO_1_1SDK_1_1Integrators_1_1VVIntegrator.html#a295d33fbf50bc3733c8ca4fe516fbb0f":[0,0,0,0,10,3,1], "classIO_1_1SDK_1_1Integrators_1_1VVIntegrator.html#a295d33fbf50bc3733c8ca4fe516fbb0f":[1,0,0,0,8,3,1], "classIO_1_1SDK_1_1Integrators_1_1VVIntegrator.html#a57d57cd3a83f83c8f4bafc3b3f0c0105":[1,0,0,0,8,3,2], "classIO_1_1SDK_1_1Integrators_1_1VVIntegrator.html#a57d57cd3a83f83c8f4bafc3b3f0c0105":[0,0,0,0,10,3,2], "classIO_1_1SDK_1_1Integrators_1_1VVIntegrator.html#ab865bcf5be34d36882ce808b6f96b128":[1,0,0,0,8,3,3], "classIO_1_1SDK_1_1Integrators_1_1VVIntegrator.html#ab865bcf5be34d36882ce808b6f96b128":[0,0,0,0,10,3,3], -"classIO_1_1SDK_1_1Integrators_1_1VVIntegrator.html#ac341aab71d9616351343693f0998fb48":[1,0,0,0,8,3,0], "classIO_1_1SDK_1_1Integrators_1_1VVIntegrator.html#ac341aab71d9616351343693f0998fb48":[0,0,0,0,10,3,0], +"classIO_1_1SDK_1_1Integrators_1_1VVIntegrator.html#ac341aab71d9616351343693f0998fb48":[1,0,0,0,8,3,0], "classIO_1_1SDK_1_1Kernels_1_1CircularInstrumentKernel.html":[1,0,0,0,9,0], "classIO_1_1SDK_1_1Kernels_1_1CircularInstrumentKernel.html":[0,0,0,0,11,0], -"classIO_1_1SDK_1_1Kernels_1_1CircularInstrumentKernel.html#ab4777c900e3f65afde53257f61333ff3":[0,0,0,0,11,0,0], "classIO_1_1SDK_1_1Kernels_1_1CircularInstrumentKernel.html#ab4777c900e3f65afde53257f61333ff3":[1,0,0,0,9,0,0], +"classIO_1_1SDK_1_1Kernels_1_1CircularInstrumentKernel.html#ab4777c900e3f65afde53257f61333ff3":[0,0,0,0,11,0,0], "classIO_1_1SDK_1_1Kernels_1_1EllipticalInstrumentKernel.html":[0,0,0,0,11,1], "classIO_1_1SDK_1_1Kernels_1_1EllipticalInstrumentKernel.html":[1,0,0,0,9,1], "classIO_1_1SDK_1_1Kernels_1_1EllipticalInstrumentKernel.html#a74d98557d0de07f31cb83bcecb6e5ec1":[0,0,0,0,11,1,0], @@ -47,8 +45,8 @@ var NAVTREEINDEX4 = "classIO_1_1SDK_1_1Kernels_1_1EllipticalInstrumentKernel.html#a9dcc226ef64deecd2c4d2ec3d1509776":[1,0,0,0,9,1,1], "classIO_1_1SDK_1_1Kernels_1_1EphemerisKernel.html":[0,0,0,0,11,2], "classIO_1_1SDK_1_1Kernels_1_1EphemerisKernel.html":[1,0,0,0,9,2], -"classIO_1_1SDK_1_1Kernels_1_1EphemerisKernel.html#a560587c9576651e786c62b791cb00761":[1,0,0,0,9,2,3], "classIO_1_1SDK_1_1Kernels_1_1EphemerisKernel.html#a560587c9576651e786c62b791cb00761":[0,0,0,0,11,2,3], +"classIO_1_1SDK_1_1Kernels_1_1EphemerisKernel.html#a560587c9576651e786c62b791cb00761":[1,0,0,0,9,2,3], "classIO_1_1SDK_1_1Kernels_1_1EphemerisKernel.html#a78970ad88a5d18ee8b6db10f060e2c86":[1,0,0,0,9,2,4], "classIO_1_1SDK_1_1Kernels_1_1EphemerisKernel.html#a78970ad88a5d18ee8b6db10f060e2c86":[0,0,0,0,11,2,4], "classIO_1_1SDK_1_1Kernels_1_1EphemerisKernel.html#a8787db722addf17f38381016593cf83a":[1,0,0,0,9,2,2], @@ -57,12 +55,12 @@ var NAVTREEINDEX4 = "classIO_1_1SDK_1_1Kernels_1_1EphemerisKernel.html#a92bc98fbd3bdbeb2256bf80003614412":[0,0,0,0,11,2,0], "classIO_1_1SDK_1_1Kernels_1_1EphemerisKernel.html#ad6ece1cd87c3c15ef926d0d990184701":[1,0,0,0,9,2,1], "classIO_1_1SDK_1_1Kernels_1_1EphemerisKernel.html#ad6ece1cd87c3c15ef926d0d990184701":[0,0,0,0,11,2,1], -"classIO_1_1SDK_1_1Kernels_1_1InstrumentKernel.html":[0,0,0,0,11,3], "classIO_1_1SDK_1_1Kernels_1_1InstrumentKernel.html":[1,0,0,0,9,3], -"classIO_1_1SDK_1_1Kernels_1_1InstrumentKernel.html#a006ae1f485f4be36580068766d3c714b":[1,0,0,0,9,3,3], +"classIO_1_1SDK_1_1Kernels_1_1InstrumentKernel.html":[0,0,0,0,11,3], "classIO_1_1SDK_1_1Kernels_1_1InstrumentKernel.html#a006ae1f485f4be36580068766d3c714b":[0,0,0,0,11,3,3], -"classIO_1_1SDK_1_1Kernels_1_1InstrumentKernel.html#a3a2ede777155a55120fb5a1f9d152f1f":[0,0,0,0,11,3,2], +"classIO_1_1SDK_1_1Kernels_1_1InstrumentKernel.html#a006ae1f485f4be36580068766d3c714b":[1,0,0,0,9,3,3], "classIO_1_1SDK_1_1Kernels_1_1InstrumentKernel.html#a3a2ede777155a55120fb5a1f9d152f1f":[1,0,0,0,9,3,2], +"classIO_1_1SDK_1_1Kernels_1_1InstrumentKernel.html#a3a2ede777155a55120fb5a1f9d152f1f":[0,0,0,0,11,3,2], "classIO_1_1SDK_1_1Kernels_1_1InstrumentKernel.html#a46f6e7e0aeb06092c5791981cf78f184":[1,0,0,0,9,3,6], "classIO_1_1SDK_1_1Kernels_1_1InstrumentKernel.html#a46f6e7e0aeb06092c5791981cf78f184":[0,0,0,0,11,3,6], "classIO_1_1SDK_1_1Kernels_1_1InstrumentKernel.html#a74e3feb848371e72b4b3218b43dedf1a":[1,0,0,0,9,3,4], @@ -71,40 +69,40 @@ var NAVTREEINDEX4 = "classIO_1_1SDK_1_1Kernels_1_1InstrumentKernel.html#a98ca4e92b2f8f3c913d8abf6f060c609":[0,0,0,0,11,3,7], "classIO_1_1SDK_1_1Kernels_1_1InstrumentKernel.html#aa016daf555c034fb7a89c8ce0cc423cd":[1,0,0,0,9,3,5], "classIO_1_1SDK_1_1Kernels_1_1InstrumentKernel.html#aa016daf555c034fb7a89c8ce0cc423cd":[0,0,0,0,11,3,5], -"classIO_1_1SDK_1_1Kernels_1_1InstrumentKernel.html#ab0a8d2b77a08e6dd896fb7254a685bde":[0,0,0,0,11,3,1], "classIO_1_1SDK_1_1Kernels_1_1InstrumentKernel.html#ab0a8d2b77a08e6dd896fb7254a685bde":[1,0,0,0,9,3,1], -"classIO_1_1SDK_1_1Kernels_1_1InstrumentKernel.html#acc6bceafc8d5b85589e9b749fb84a70b":[0,0,0,0,11,3,8], +"classIO_1_1SDK_1_1Kernels_1_1InstrumentKernel.html#ab0a8d2b77a08e6dd896fb7254a685bde":[0,0,0,0,11,3,1], "classIO_1_1SDK_1_1Kernels_1_1InstrumentKernel.html#acc6bceafc8d5b85589e9b749fb84a70b":[1,0,0,0,9,3,8], +"classIO_1_1SDK_1_1Kernels_1_1InstrumentKernel.html#acc6bceafc8d5b85589e9b749fb84a70b":[0,0,0,0,11,3,8], "classIO_1_1SDK_1_1Kernels_1_1InstrumentKernel.html#af7eff78ed10f87aa6d7a27cdb0a56fb8":[0,0,0,0,11,3,0], "classIO_1_1SDK_1_1Kernels_1_1InstrumentKernel.html#af7eff78ed10f87aa6d7a27cdb0a56fb8":[1,0,0,0,9,3,0], "classIO_1_1SDK_1_1Kernels_1_1Kernel.html":[0,0,0,0,11,4], "classIO_1_1SDK_1_1Kernels_1_1Kernel.html":[1,0,0,0,9,4], "classIO_1_1SDK_1_1Kernels_1_1Kernel.html#a0d608db1a0482d297358e2d3624a4f2c":[1,0,0,0,9,4,4], "classIO_1_1SDK_1_1Kernels_1_1Kernel.html#a0d608db1a0482d297358e2d3624a4f2c":[0,0,0,0,11,4,4], -"classIO_1_1SDK_1_1Kernels_1_1Kernel.html#a2086dc24e635e0ebafc6d18a790363e5":[1,0,0,0,9,4,1], "classIO_1_1SDK_1_1Kernels_1_1Kernel.html#a2086dc24e635e0ebafc6d18a790363e5":[0,0,0,0,11,4,1], +"classIO_1_1SDK_1_1Kernels_1_1Kernel.html#a2086dc24e635e0ebafc6d18a790363e5":[1,0,0,0,9,4,1], "classIO_1_1SDK_1_1Kernels_1_1Kernel.html#a34cf2be98d928c830f01e69d8e04c8e8":[1,0,0,0,9,4,6], "classIO_1_1SDK_1_1Kernels_1_1Kernel.html#a34cf2be98d928c830f01e69d8e04c8e8":[0,0,0,0,11,4,6], -"classIO_1_1SDK_1_1Kernels_1_1Kernel.html#a38c3e78ab819b5a1b47ac2d4e0f027aa":[1,0,0,0,9,4,2], "classIO_1_1SDK_1_1Kernels_1_1Kernel.html#a38c3e78ab819b5a1b47ac2d4e0f027aa":[0,0,0,0,11,4,2], +"classIO_1_1SDK_1_1Kernels_1_1Kernel.html#a38c3e78ab819b5a1b47ac2d4e0f027aa":[1,0,0,0,9,4,2], "classIO_1_1SDK_1_1Kernels_1_1Kernel.html#a413bf1ec512ee01609e854d679eb72e2":[0,0,0,0,11,4,7], "classIO_1_1SDK_1_1Kernels_1_1Kernel.html#a413bf1ec512ee01609e854d679eb72e2":[1,0,0,0,9,4,7], -"classIO_1_1SDK_1_1Kernels_1_1Kernel.html#a752d5b214ec50307c47fb63daa89f749":[1,0,0,0,9,4,3], "classIO_1_1SDK_1_1Kernels_1_1Kernel.html#a752d5b214ec50307c47fb63daa89f749":[0,0,0,0,11,4,3], -"classIO_1_1SDK_1_1Kernels_1_1Kernel.html#a77980954fefd9eeac22e0d47f2c5f7c8":[0,0,0,0,11,4,10], +"classIO_1_1SDK_1_1Kernels_1_1Kernel.html#a752d5b214ec50307c47fb63daa89f749":[1,0,0,0,9,4,3], "classIO_1_1SDK_1_1Kernels_1_1Kernel.html#a77980954fefd9eeac22e0d47f2c5f7c8":[1,0,0,0,9,4,10], -"classIO_1_1SDK_1_1Kernels_1_1Kernel.html#aae654465fe1ab9cf9a5048cd5b79cd87":[0,0,0,0,11,4,8], +"classIO_1_1SDK_1_1Kernels_1_1Kernel.html#a77980954fefd9eeac22e0d47f2c5f7c8":[0,0,0,0,11,4,10], "classIO_1_1SDK_1_1Kernels_1_1Kernel.html#aae654465fe1ab9cf9a5048cd5b79cd87":[1,0,0,0,9,4,8], -"classIO_1_1SDK_1_1Kernels_1_1Kernel.html#abf5eb355341830674f1cb2373a94ffd4":[0,0,0,0,11,4,5], +"classIO_1_1SDK_1_1Kernels_1_1Kernel.html#aae654465fe1ab9cf9a5048cd5b79cd87":[0,0,0,0,11,4,8], "classIO_1_1SDK_1_1Kernels_1_1Kernel.html#abf5eb355341830674f1cb2373a94ffd4":[1,0,0,0,9,4,5], +"classIO_1_1SDK_1_1Kernels_1_1Kernel.html#abf5eb355341830674f1cb2373a94ffd4":[0,0,0,0,11,4,5], "classIO_1_1SDK_1_1Kernels_1_1Kernel.html#acb8a086f99ed22bb8fe37aef4edb8440":[0,0,0,0,11,4,0], "classIO_1_1SDK_1_1Kernels_1_1Kernel.html#acb8a086f99ed22bb8fe37aef4edb8440":[1,0,0,0,9,4,0], "classIO_1_1SDK_1_1Kernels_1_1Kernel.html#af3eb2e7de11059b7d462eff06252efe8":[1,0,0,0,9,4,9], "classIO_1_1SDK_1_1Kernels_1_1Kernel.html#af3eb2e7de11059b7d462eff06252efe8":[0,0,0,0,11,4,9], "classIO_1_1SDK_1_1Kernels_1_1KernelsLoader.html":[0,0,0,0,11,5], "classIO_1_1SDK_1_1Kernels_1_1KernelsLoader.html":[1,0,0,0,9,5], -"classIO_1_1SDK_1_1Kernels_1_1OrientationKernel.html":[1,0,0,0,9,6], "classIO_1_1SDK_1_1Kernels_1_1OrientationKernel.html":[0,0,0,0,11,6], +"classIO_1_1SDK_1_1Kernels_1_1OrientationKernel.html":[1,0,0,0,9,6], "classIO_1_1SDK_1_1Kernels_1_1OrientationKernel.html#a080287e95053970174c8316ca8b60cf3":[0,0,0,0,11,6,0], "classIO_1_1SDK_1_1Kernels_1_1OrientationKernel.html#a080287e95053970174c8316ca8b60cf3":[1,0,0,0,9,6,0], "classIO_1_1SDK_1_1Kernels_1_1OrientationKernel.html#a1ba9c39cf070407c14e63796ae7abbb9":[1,0,0,0,9,6,5], @@ -113,68 +111,68 @@ var NAVTREEINDEX4 = "classIO_1_1SDK_1_1Kernels_1_1OrientationKernel.html#a3568dbf0fceb125a7e77e1558c099ffb":[1,0,0,0,9,6,4], "classIO_1_1SDK_1_1Kernels_1_1OrientationKernel.html#a5854748fd6dcc51f0c9ad3eee31c0a46":[0,0,0,0,11,6,3], "classIO_1_1SDK_1_1Kernels_1_1OrientationKernel.html#a5854748fd6dcc51f0c9ad3eee31c0a46":[1,0,0,0,9,6,3], -"classIO_1_1SDK_1_1Kernels_1_1OrientationKernel.html#a5e0bce0f0bd914da50270119009497cd":[0,0,0,0,11,6,1], "classIO_1_1SDK_1_1Kernels_1_1OrientationKernel.html#a5e0bce0f0bd914da50270119009497cd":[1,0,0,0,9,6,1], +"classIO_1_1SDK_1_1Kernels_1_1OrientationKernel.html#a5e0bce0f0bd914da50270119009497cd":[0,0,0,0,11,6,1], "classIO_1_1SDK_1_1Kernels_1_1OrientationKernel.html#af7592ed80174ff3a2c085e988bc0c284":[0,0,0,0,11,6,2], "classIO_1_1SDK_1_1Kernels_1_1OrientationKernel.html#af7592ed80174ff3a2c085e988bc0c284":[1,0,0,0,9,6,2], "classIO_1_1SDK_1_1Kernels_1_1RectangularInstrumentKernel.html":[1,0,0,0,9,7], "classIO_1_1SDK_1_1Kernels_1_1RectangularInstrumentKernel.html":[0,0,0,0,11,7], -"classIO_1_1SDK_1_1Kernels_1_1RectangularInstrumentKernel.html#a2c5bb67ff61d5ac585b575628637fc92":[1,0,0,0,9,7,2], "classIO_1_1SDK_1_1Kernels_1_1RectangularInstrumentKernel.html#a2c5bb67ff61d5ac585b575628637fc92":[0,0,0,0,11,7,2], -"classIO_1_1SDK_1_1Kernels_1_1RectangularInstrumentKernel.html#ab53867e477f9cd642a4709ee6c57d141":[1,0,0,0,9,7,1], +"classIO_1_1SDK_1_1Kernels_1_1RectangularInstrumentKernel.html#a2c5bb67ff61d5ac585b575628637fc92":[1,0,0,0,9,7,2], "classIO_1_1SDK_1_1Kernels_1_1RectangularInstrumentKernel.html#ab53867e477f9cd642a4709ee6c57d141":[0,0,0,0,11,7,1], +"classIO_1_1SDK_1_1Kernels_1_1RectangularInstrumentKernel.html#ab53867e477f9cd642a4709ee6c57d141":[1,0,0,0,9,7,1], "classIO_1_1SDK_1_1Kernels_1_1RectangularInstrumentKernel.html#ab9809483de3c11e4c935bf70724884da":[0,0,0,0,11,7,0], "classIO_1_1SDK_1_1Kernels_1_1RectangularInstrumentKernel.html#ab9809483de3c11e4c935bf70724884da":[1,0,0,0,9,7,0], -"classIO_1_1SDK_1_1Kernels_1_1SpacecraftClockKernel.html":[0,0,0,0,11,8], "classIO_1_1SDK_1_1Kernels_1_1SpacecraftClockKernel.html":[1,0,0,0,9,8], -"classIO_1_1SDK_1_1Kernels_1_1SpacecraftClockKernel.html#a0caa5d066fdc3084192431c1fe0a4b55":[0,0,0,0,11,8,5], +"classIO_1_1SDK_1_1Kernels_1_1SpacecraftClockKernel.html":[0,0,0,0,11,8], "classIO_1_1SDK_1_1Kernels_1_1SpacecraftClockKernel.html#a0caa5d066fdc3084192431c1fe0a4b55":[1,0,0,0,9,8,5], +"classIO_1_1SDK_1_1Kernels_1_1SpacecraftClockKernel.html#a0caa5d066fdc3084192431c1fe0a4b55":[0,0,0,0,11,8,5], "classIO_1_1SDK_1_1Kernels_1_1SpacecraftClockKernel.html#a10ff8310319cd3408905401585e03ba2":[0,0,0,0,11,8,6], "classIO_1_1SDK_1_1Kernels_1_1SpacecraftClockKernel.html#a10ff8310319cd3408905401585e03ba2":[1,0,0,0,9,8,6], -"classIO_1_1SDK_1_1Kernels_1_1SpacecraftClockKernel.html#a1ba9c39cf070407c14e63796ae7abbb9":[0,0,0,0,11,8,9], "classIO_1_1SDK_1_1Kernels_1_1SpacecraftClockKernel.html#a1ba9c39cf070407c14e63796ae7abbb9":[1,0,0,0,9,8,9], -"classIO_1_1SDK_1_1Kernels_1_1SpacecraftClockKernel.html#a5f61565b8f811d9c2d3c2e14f0518357":[1,0,0,0,9,8,0], +"classIO_1_1SDK_1_1Kernels_1_1SpacecraftClockKernel.html#a1ba9c39cf070407c14e63796ae7abbb9":[0,0,0,0,11,8,9], "classIO_1_1SDK_1_1Kernels_1_1SpacecraftClockKernel.html#a5f61565b8f811d9c2d3c2e14f0518357":[0,0,0,0,11,8,0], -"classIO_1_1SDK_1_1Kernels_1_1SpacecraftClockKernel.html#a8166116a497f3ba7f5b8f9b06ced2554":[1,0,0,0,9,8,4], +"classIO_1_1SDK_1_1Kernels_1_1SpacecraftClockKernel.html#a5f61565b8f811d9c2d3c2e14f0518357":[1,0,0,0,9,8,0], "classIO_1_1SDK_1_1Kernels_1_1SpacecraftClockKernel.html#a8166116a497f3ba7f5b8f9b06ced2554":[0,0,0,0,11,8,4], -"classIO_1_1SDK_1_1Kernels_1_1SpacecraftClockKernel.html#a98d92e2fffebb77d2ed4ff2c2bcccc69":[1,0,0,0,9,8,1], +"classIO_1_1SDK_1_1Kernels_1_1SpacecraftClockKernel.html#a8166116a497f3ba7f5b8f9b06ced2554":[1,0,0,0,9,8,4], "classIO_1_1SDK_1_1Kernels_1_1SpacecraftClockKernel.html#a98d92e2fffebb77d2ed4ff2c2bcccc69":[0,0,0,0,11,8,1], -"classIO_1_1SDK_1_1Kernels_1_1SpacecraftClockKernel.html#a9c61a0f733a909d715adc5900a0f8114":[0,0,0,0,11,8,3], +"classIO_1_1SDK_1_1Kernels_1_1SpacecraftClockKernel.html#a98d92e2fffebb77d2ed4ff2c2bcccc69":[1,0,0,0,9,8,1], "classIO_1_1SDK_1_1Kernels_1_1SpacecraftClockKernel.html#a9c61a0f733a909d715adc5900a0f8114":[1,0,0,0,9,8,3], +"classIO_1_1SDK_1_1Kernels_1_1SpacecraftClockKernel.html#a9c61a0f733a909d715adc5900a0f8114":[0,0,0,0,11,8,3], "classIO_1_1SDK_1_1Kernels_1_1SpacecraftClockKernel.html#aa2bd1216181c44c2b28e82a8e8af313c":[0,0,0,0,11,8,7], "classIO_1_1SDK_1_1Kernels_1_1SpacecraftClockKernel.html#aa2bd1216181c44c2b28e82a8e8af313c":[1,0,0,0,9,8,7], "classIO_1_1SDK_1_1Kernels_1_1SpacecraftClockKernel.html#ad76773371070768a3a3ee65f02f81777":[0,0,0,0,11,8,2], "classIO_1_1SDK_1_1Kernels_1_1SpacecraftClockKernel.html#ad76773371070768a3a3ee65f02f81777":[1,0,0,0,9,8,2], -"classIO_1_1SDK_1_1Kernels_1_1SpacecraftClockKernel.html#af8245c83d804293247a00b4ea516baca":[0,0,0,0,11,8,8], "classIO_1_1SDK_1_1Kernels_1_1SpacecraftClockKernel.html#af8245c83d804293247a00b4ea516baca":[1,0,0,0,9,8,8], -"classIO_1_1SDK_1_1Maneuvers_1_1ApogeeHeightChangingManeuver.html":[0,0,0,0,12,1], +"classIO_1_1SDK_1_1Kernels_1_1SpacecraftClockKernel.html#af8245c83d804293247a00b4ea516baca":[0,0,0,0,11,8,8], "classIO_1_1SDK_1_1Maneuvers_1_1ApogeeHeightChangingManeuver.html":[1,0,0,0,10,1], +"classIO_1_1SDK_1_1Maneuvers_1_1ApogeeHeightChangingManeuver.html":[0,0,0,0,12,1], "classIO_1_1SDK_1_1Maneuvers_1_1ApogeeHeightChangingManeuver.html#a0420e3c596bf0950af745dc8ffc2dd83":[0,0,0,0,12,1,4], "classIO_1_1SDK_1_1Maneuvers_1_1ApogeeHeightChangingManeuver.html#a0420e3c596bf0950af745dc8ffc2dd83":[1,0,0,0,10,1,4], -"classIO_1_1SDK_1_1Maneuvers_1_1ApogeeHeightChangingManeuver.html#a7dc28e58ad3ead83d02123ab533f08b7":[0,0,0,0,12,1,0], "classIO_1_1SDK_1_1Maneuvers_1_1ApogeeHeightChangingManeuver.html#a7dc28e58ad3ead83d02123ab533f08b7":[1,0,0,0,10,1,0], -"classIO_1_1SDK_1_1Maneuvers_1_1ApogeeHeightChangingManeuver.html#a95bd23389157f3c9bb57addd5d79386f":[0,0,0,0,12,1,1], +"classIO_1_1SDK_1_1Maneuvers_1_1ApogeeHeightChangingManeuver.html#a7dc28e58ad3ead83d02123ab533f08b7":[0,0,0,0,12,1,0], "classIO_1_1SDK_1_1Maneuvers_1_1ApogeeHeightChangingManeuver.html#a95bd23389157f3c9bb57addd5d79386f":[1,0,0,0,10,1,1], -"classIO_1_1SDK_1_1Maneuvers_1_1ApogeeHeightChangingManeuver.html#a9ea7346a9c11f2ede41982a0f6761705":[0,0,0,0,12,1,2], +"classIO_1_1SDK_1_1Maneuvers_1_1ApogeeHeightChangingManeuver.html#a95bd23389157f3c9bb57addd5d79386f":[0,0,0,0,12,1,1], "classIO_1_1SDK_1_1Maneuvers_1_1ApogeeHeightChangingManeuver.html#a9ea7346a9c11f2ede41982a0f6761705":[1,0,0,0,10,1,2], -"classIO_1_1SDK_1_1Maneuvers_1_1ApogeeHeightChangingManeuver.html#ace55130cf9da0835630d59876d160d77":[0,0,0,0,12,1,3], +"classIO_1_1SDK_1_1Maneuvers_1_1ApogeeHeightChangingManeuver.html#a9ea7346a9c11f2ede41982a0f6761705":[0,0,0,0,12,1,2], "classIO_1_1SDK_1_1Maneuvers_1_1ApogeeHeightChangingManeuver.html#ace55130cf9da0835630d59876d160d77":[1,0,0,0,10,1,3], -"classIO_1_1SDK_1_1Maneuvers_1_1ApsidalAlignmentManeuver.html":[0,0,0,0,12,2], +"classIO_1_1SDK_1_1Maneuvers_1_1ApogeeHeightChangingManeuver.html#ace55130cf9da0835630d59876d160d77":[0,0,0,0,12,1,3], "classIO_1_1SDK_1_1Maneuvers_1_1ApsidalAlignmentManeuver.html":[1,0,0,0,10,2], -"classIO_1_1SDK_1_1Maneuvers_1_1ApsidalAlignmentManeuver.html#a2f4147ed58b5828f5e45f77facf17b56":[1,0,0,0,10,2,6], +"classIO_1_1SDK_1_1Maneuvers_1_1ApsidalAlignmentManeuver.html":[0,0,0,0,12,2], "classIO_1_1SDK_1_1Maneuvers_1_1ApsidalAlignmentManeuver.html#a2f4147ed58b5828f5e45f77facf17b56":[0,0,0,0,12,2,6], +"classIO_1_1SDK_1_1Maneuvers_1_1ApsidalAlignmentManeuver.html#a2f4147ed58b5828f5e45f77facf17b56":[1,0,0,0,10,2,6], "classIO_1_1SDK_1_1Maneuvers_1_1ApsidalAlignmentManeuver.html#a3678b43d7f32de52bca3b97a3c68c046":[0,0,0,0,12,2,3], "classIO_1_1SDK_1_1Maneuvers_1_1ApsidalAlignmentManeuver.html#a3678b43d7f32de52bca3b97a3c68c046":[1,0,0,0,10,2,3], -"classIO_1_1SDK_1_1Maneuvers_1_1ApsidalAlignmentManeuver.html#a446d463805067fec8ca3e1926b30553c":[0,0,0,0,12,2,4], "classIO_1_1SDK_1_1Maneuvers_1_1ApsidalAlignmentManeuver.html#a446d463805067fec8ca3e1926b30553c":[1,0,0,0,10,2,4], +"classIO_1_1SDK_1_1Maneuvers_1_1ApsidalAlignmentManeuver.html#a446d463805067fec8ca3e1926b30553c":[0,0,0,0,12,2,4], "classIO_1_1SDK_1_1Maneuvers_1_1ApsidalAlignmentManeuver.html#a890bce99b466ce884be3ce665fa95b04":[1,0,0,0,10,2,0], "classIO_1_1SDK_1_1Maneuvers_1_1ApsidalAlignmentManeuver.html#a890bce99b466ce884be3ce665fa95b04":[0,0,0,0,12,2,0], -"classIO_1_1SDK_1_1Maneuvers_1_1ApsidalAlignmentManeuver.html#ab51456b5b55823ad1f5ba7b39b691391":[1,0,0,0,10,2,1], "classIO_1_1SDK_1_1Maneuvers_1_1ApsidalAlignmentManeuver.html#ab51456b5b55823ad1f5ba7b39b691391":[0,0,0,0,12,2,1], -"classIO_1_1SDK_1_1Maneuvers_1_1ApsidalAlignmentManeuver.html#abccf6c20c8266615d3d9f0edc424cdf0":[1,0,0,0,10,2,2], +"classIO_1_1SDK_1_1Maneuvers_1_1ApsidalAlignmentManeuver.html#ab51456b5b55823ad1f5ba7b39b691391":[1,0,0,0,10,2,1], "classIO_1_1SDK_1_1Maneuvers_1_1ApsidalAlignmentManeuver.html#abccf6c20c8266615d3d9f0edc424cdf0":[0,0,0,0,12,2,2], -"classIO_1_1SDK_1_1Maneuvers_1_1ApsidalAlignmentManeuver.html#ac7bcd06f49af20d58a945eb4044b766d":[0,0,0,0,12,2,5], +"classIO_1_1SDK_1_1Maneuvers_1_1ApsidalAlignmentManeuver.html#abccf6c20c8266615d3d9f0edc424cdf0":[1,0,0,0,10,2,2], "classIO_1_1SDK_1_1Maneuvers_1_1ApsidalAlignmentManeuver.html#ac7bcd06f49af20d58a945eb4044b766d":[1,0,0,0,10,2,5], +"classIO_1_1SDK_1_1Maneuvers_1_1ApsidalAlignmentManeuver.html#ac7bcd06f49af20d58a945eb4044b766d":[0,0,0,0,12,2,5], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1InstrumentPointingToAttitude.html":[0,0,0,0,12,0,0], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1InstrumentPointingToAttitude.html":[1,0,0,0,10,0,0], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1InstrumentPointingToAttitude.html#a11bd388a3c87fec43e3391669c843aee":[0,0,0,0,12,0,0,3], @@ -195,16 +193,16 @@ var NAVTREEINDEX4 = "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1NadirAttitude.html":[1,0,0,0,10,0,1], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1NadirAttitude.html#a1c42b8b24041b935c7c39ff8713659da":[0,0,0,0,12,0,1,0], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1NadirAttitude.html#a1c42b8b24041b935c7c39ff8713659da":[1,0,0,0,10,0,1,0], -"classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1NadirAttitude.html#a4001fc23a9f67eb3be581b0322e5907c":[1,0,0,0,10,0,1,3], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1NadirAttitude.html#a4001fc23a9f67eb3be581b0322e5907c":[0,0,0,0,12,0,1,3], +"classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1NadirAttitude.html#a4001fc23a9f67eb3be581b0322e5907c":[1,0,0,0,10,0,1,3], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1NadirAttitude.html#a9f7b6b754fcf56017f44c1499a3decb1":[1,0,0,0,10,0,1,2], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1NadirAttitude.html#a9f7b6b754fcf56017f44c1499a3decb1":[0,0,0,0,12,0,1,2], -"classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1NadirAttitude.html#ad6c8b02e0d98d55a3f047a67638261cd":[1,0,0,0,10,0,1,4], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1NadirAttitude.html#ad6c8b02e0d98d55a3f047a67638261cd":[0,0,0,0,12,0,1,4], +"classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1NadirAttitude.html#ad6c8b02e0d98d55a3f047a67638261cd":[1,0,0,0,10,0,1,4], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1NadirAttitude.html#af72bad35d416092ca326ca93906757c7":[1,0,0,0,10,0,1,1], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1NadirAttitude.html#af72bad35d416092ca326ca93906757c7":[0,0,0,0,12,0,1,1], -"classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1ProgradeAttitude.html":[0,0,0,0,12,0,2], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1ProgradeAttitude.html":[1,0,0,0,10,0,2], +"classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1ProgradeAttitude.html":[0,0,0,0,12,0,2], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1ProgradeAttitude.html#a225c851079cdcaa986ba9eb715c2994c":[0,0,0,0,12,0,2,3], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1ProgradeAttitude.html#a225c851079cdcaa986ba9eb715c2994c":[1,0,0,0,10,0,2,3], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1ProgradeAttitude.html#a4befd3aa292dd8185e87c1f7b62f22c0":[0,0,0,0,12,0,2,0], @@ -213,41 +211,43 @@ var NAVTREEINDEX4 = "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1ProgradeAttitude.html#a794ab49935a4feced62692674ea8109d":[1,0,0,0,10,0,2,4], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1ProgradeAttitude.html#acc05df379c165ce5052799888f9e3719":[0,0,0,0,12,0,2,2], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1ProgradeAttitude.html#acc05df379c165ce5052799888f9e3719":[1,0,0,0,10,0,2,2], -"classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1ProgradeAttitude.html#acfbcf91813954fb69de921837275049c":[1,0,0,0,10,0,2,1], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1ProgradeAttitude.html#acfbcf91813954fb69de921837275049c":[0,0,0,0,12,0,2,1], -"classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1RetrogradeAttitude.html":[0,0,0,0,12,0,3], +"classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1ProgradeAttitude.html#acfbcf91813954fb69de921837275049c":[1,0,0,0,10,0,2,1], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1RetrogradeAttitude.html":[1,0,0,0,10,0,3], -"classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1RetrogradeAttitude.html#a3867ab497cd0e694917d20e9d9a43334":[1,0,0,0,10,0,3,0], +"classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1RetrogradeAttitude.html":[0,0,0,0,12,0,3], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1RetrogradeAttitude.html#a3867ab497cd0e694917d20e9d9a43334":[0,0,0,0,12,0,3,0], -"classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1RetrogradeAttitude.html#a8f938d701ccc27bd757bd1017e3561c7":[1,0,0,0,10,0,3,4], +"classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1RetrogradeAttitude.html#a3867ab497cd0e694917d20e9d9a43334":[1,0,0,0,10,0,3,0], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1RetrogradeAttitude.html#a8f938d701ccc27bd757bd1017e3561c7":[0,0,0,0,12,0,3,4], +"classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1RetrogradeAttitude.html#a8f938d701ccc27bd757bd1017e3561c7":[1,0,0,0,10,0,3,4], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1RetrogradeAttitude.html#ace8726c7e00edf44bb790be5050a7f24":[1,0,0,0,10,0,3,2], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1RetrogradeAttitude.html#ace8726c7e00edf44bb790be5050a7f24":[0,0,0,0,12,0,3,2], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1RetrogradeAttitude.html#ad96bb05dd539d40d01139b9c06fb972d":[1,0,0,0,10,0,3,3], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1RetrogradeAttitude.html#ad96bb05dd539d40d01139b9c06fb972d":[0,0,0,0,12,0,3,3], -"classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1RetrogradeAttitude.html#add864c9248cf817e195e287acd8ed534":[0,0,0,0,12,0,3,1], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1RetrogradeAttitude.html#add864c9248cf817e195e287acd8ed534":[1,0,0,0,10,0,3,1], -"classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1TowardObjectAttitude.html":[1,0,0,0,10,0,4], +"classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1RetrogradeAttitude.html#add864c9248cf817e195e287acd8ed534":[0,0,0,0,12,0,3,1], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1TowardObjectAttitude.html":[0,0,0,0,12,0,4], +"classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1TowardObjectAttitude.html":[1,0,0,0,10,0,4], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1TowardObjectAttitude.html#a2296926c7cc97c3d118181b802f3720c":[0,0,0,0,12,0,4,4], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1TowardObjectAttitude.html#a2296926c7cc97c3d118181b802f3720c":[1,0,0,0,10,0,4,4], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1TowardObjectAttitude.html#a4f54adecfccb8b73e08a0bf8aef7dccb":[1,0,0,0,10,0,4,0], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1TowardObjectAttitude.html#a4f54adecfccb8b73e08a0bf8aef7dccb":[0,0,0,0,12,0,4,0], -"classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1TowardObjectAttitude.html#a8d3620611d4b1983dfc2a15fbb9b1128":[0,0,0,0,12,0,4,2], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1TowardObjectAttitude.html#a8d3620611d4b1983dfc2a15fbb9b1128":[1,0,0,0,10,0,4,2], -"classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1TowardObjectAttitude.html#aa434bb37713a5a45791625ecff25fe90":[0,0,0,0,12,0,4,3], +"classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1TowardObjectAttitude.html#a8d3620611d4b1983dfc2a15fbb9b1128":[0,0,0,0,12,0,4,2], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1TowardObjectAttitude.html#aa434bb37713a5a45791625ecff25fe90":[1,0,0,0,10,0,4,3], +"classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1TowardObjectAttitude.html#aa434bb37713a5a45791625ecff25fe90":[0,0,0,0,12,0,4,3], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1TowardObjectAttitude.html#aa55d17808cf7bdfef7ae703d985171d1":[1,0,0,0,10,0,4,1], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1TowardObjectAttitude.html#aa55d17808cf7bdfef7ae703d985171d1":[0,0,0,0,12,0,4,1], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1ZenithAttitude.html":[0,0,0,0,12,0,5], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1ZenithAttitude.html":[1,0,0,0,10,0,5], -"classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1ZenithAttitude.html#a02199451b76c086541d3a99f5032ed84":[0,0,0,0,12,0,5,2], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1ZenithAttitude.html#a02199451b76c086541d3a99f5032ed84":[1,0,0,0,10,0,5,2], +"classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1ZenithAttitude.html#a02199451b76c086541d3a99f5032ed84":[0,0,0,0,12,0,5,2], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1ZenithAttitude.html#a3dfe74492c2bed032f37ac4d02e153be":[1,0,0,0,10,0,5,0], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1ZenithAttitude.html#a3dfe74492c2bed032f37ac4d02e153be":[0,0,0,0,12,0,5,0], -"classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1ZenithAttitude.html#a561ebd27bde3dd63d1e782ca35548fb6":[1,0,0,0,10,0,5,1], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1ZenithAttitude.html#a561ebd27bde3dd63d1e782ca35548fb6":[0,0,0,0,12,0,5,1], +"classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1ZenithAttitude.html#a561ebd27bde3dd63d1e782ca35548fb6":[1,0,0,0,10,0,5,1], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1ZenithAttitude.html#abcc5ebba2edb760cc3d08e8dbc6a9e60":[1,0,0,0,10,0,5,3], "classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1ZenithAttitude.html#abcc5ebba2edb760cc3d08e8dbc6a9e60":[0,0,0,0,12,0,5,3], -"classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1ZenithAttitude.html#adb59be8151c3be823650ed5a0f1d16f4":[1,0,0,0,10,0,5,4] +"classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1ZenithAttitude.html#adb59be8151c3be823650ed5a0f1d16f4":[0,0,0,0,12,0,5,4], +"classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1ZenithAttitude.html#adb59be8151c3be823650ed5a0f1d16f4":[1,0,0,0,10,0,5,4], +"classIO_1_1SDK_1_1Maneuvers_1_1CombinedManeuver.html":[0,0,0,0,12,3] }; diff --git a/Docs/html/navtreeindex5.js b/Docs/html/navtreeindex5.js index a7e014c5..0343d28b 100644 --- a/Docs/html/navtreeindex5.js +++ b/Docs/html/navtreeindex5.js @@ -1,58 +1,56 @@ var NAVTREEINDEX5 = { -"classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1ZenithAttitude.html#adb59be8151c3be823650ed5a0f1d16f4":[0,0,0,0,12,0,5,4], -"classIO_1_1SDK_1_1Maneuvers_1_1CombinedManeuver.html":[0,0,0,0,12,3], "classIO_1_1SDK_1_1Maneuvers_1_1CombinedManeuver.html":[1,0,0,0,10,3], -"classIO_1_1SDK_1_1Maneuvers_1_1CombinedManeuver.html#a0a13db037df238426af5e5420ab4e9bc":[0,0,0,0,12,3,0], "classIO_1_1SDK_1_1Maneuvers_1_1CombinedManeuver.html#a0a13db037df238426af5e5420ab4e9bc":[1,0,0,0,10,3,0], +"classIO_1_1SDK_1_1Maneuvers_1_1CombinedManeuver.html#a0a13db037df238426af5e5420ab4e9bc":[0,0,0,0,12,3,0], "classIO_1_1SDK_1_1Maneuvers_1_1CombinedManeuver.html#a40963ff9fa4aff926dcbbe5e3b96e946":[0,0,0,0,12,3,3], "classIO_1_1SDK_1_1Maneuvers_1_1CombinedManeuver.html#a40963ff9fa4aff926dcbbe5e3b96e946":[1,0,0,0,10,3,3], -"classIO_1_1SDK_1_1Maneuvers_1_1CombinedManeuver.html#a8e0b5838b45f0ab7abb381214eba5159":[1,0,0,0,10,3,2], "classIO_1_1SDK_1_1Maneuvers_1_1CombinedManeuver.html#a8e0b5838b45f0ab7abb381214eba5159":[0,0,0,0,12,3,2], +"classIO_1_1SDK_1_1Maneuvers_1_1CombinedManeuver.html#a8e0b5838b45f0ab7abb381214eba5159":[1,0,0,0,10,3,2], "classIO_1_1SDK_1_1Maneuvers_1_1CombinedManeuver.html#aa1430b3b1b33863ce6c7082dc8cb294f":[0,0,0,0,12,3,4], "classIO_1_1SDK_1_1Maneuvers_1_1CombinedManeuver.html#aa1430b3b1b33863ce6c7082dc8cb294f":[1,0,0,0,10,3,4], -"classIO_1_1SDK_1_1Maneuvers_1_1CombinedManeuver.html#adfa5327bad14e5fd161982ea99620ed0":[0,0,0,0,12,3,1], "classIO_1_1SDK_1_1Maneuvers_1_1CombinedManeuver.html#adfa5327bad14e5fd161982ea99620ed0":[1,0,0,0,10,3,1], +"classIO_1_1SDK_1_1Maneuvers_1_1CombinedManeuver.html#adfa5327bad14e5fd161982ea99620ed0":[0,0,0,0,12,3,1], "classIO_1_1SDK_1_1Maneuvers_1_1Launch.html":[1,0,0,0,10,5], "classIO_1_1SDK_1_1Maneuvers_1_1Launch.html":[0,0,0,0,12,5], -"classIO_1_1SDK_1_1Maneuvers_1_1Launch.html#a2b6de32c8b88fc9b9d008a8cb326b06c":[0,0,0,0,12,5,5], "classIO_1_1SDK_1_1Maneuvers_1_1Launch.html#a2b6de32c8b88fc9b9d008a8cb326b06c":[1,0,0,0,10,5,5], +"classIO_1_1SDK_1_1Maneuvers_1_1Launch.html#a2b6de32c8b88fc9b9d008a8cb326b06c":[0,0,0,0,12,5,5], "classIO_1_1SDK_1_1Maneuvers_1_1Launch.html#a31298d41044193869b6ba40fc898617c":[1,0,0,0,10,5,4], "classIO_1_1SDK_1_1Maneuvers_1_1Launch.html#a31298d41044193869b6ba40fc898617c":[0,0,0,0,12,5,4], -"classIO_1_1SDK_1_1Maneuvers_1_1Launch.html#a3a5a1efda97ebe4f84149dc9db4a1e09":[0,0,0,0,12,5,7], "classIO_1_1SDK_1_1Maneuvers_1_1Launch.html#a3a5a1efda97ebe4f84149dc9db4a1e09":[1,0,0,0,10,5,7], -"classIO_1_1SDK_1_1Maneuvers_1_1Launch.html#a44abe43d2e13f901b07c20b238d71245":[0,0,0,0,12,5,0], +"classIO_1_1SDK_1_1Maneuvers_1_1Launch.html#a3a5a1efda97ebe4f84149dc9db4a1e09":[0,0,0,0,12,5,7], "classIO_1_1SDK_1_1Maneuvers_1_1Launch.html#a44abe43d2e13f901b07c20b238d71245":[1,0,0,0,10,5,0], +"classIO_1_1SDK_1_1Maneuvers_1_1Launch.html#a44abe43d2e13f901b07c20b238d71245":[0,0,0,0,12,5,0], "classIO_1_1SDK_1_1Maneuvers_1_1Launch.html#a5eebdf15afcf84c0ca0a627c7900fabd":[1,0,0,0,10,5,2], "classIO_1_1SDK_1_1Maneuvers_1_1Launch.html#a5eebdf15afcf84c0ca0a627c7900fabd":[0,0,0,0,12,5,2], "classIO_1_1SDK_1_1Maneuvers_1_1Launch.html#a863826f45930d2f02b4a1f982f254de6":[1,0,0,0,10,5,1], "classIO_1_1SDK_1_1Maneuvers_1_1Launch.html#a863826f45930d2f02b4a1f982f254de6":[0,0,0,0,12,5,1], -"classIO_1_1SDK_1_1Maneuvers_1_1Launch.html#ac3ea597eb088b047a8c3a847d689180a":[0,0,0,0,12,5,3], "classIO_1_1SDK_1_1Maneuvers_1_1Launch.html#ac3ea597eb088b047a8c3a847d689180a":[1,0,0,0,10,5,3], -"classIO_1_1SDK_1_1Maneuvers_1_1Launch.html#afb342ed1b11689e56fc87b416bdaab19":[0,0,0,0,12,5,6], +"classIO_1_1SDK_1_1Maneuvers_1_1Launch.html#ac3ea597eb088b047a8c3a847d689180a":[0,0,0,0,12,5,3], "classIO_1_1SDK_1_1Maneuvers_1_1Launch.html#afb342ed1b11689e56fc87b416bdaab19":[1,0,0,0,10,5,6], +"classIO_1_1SDK_1_1Maneuvers_1_1Launch.html#afb342ed1b11689e56fc87b416bdaab19":[0,0,0,0,12,5,6], "classIO_1_1SDK_1_1Maneuvers_1_1LaunchWindow.html":[1,0,0,0,10,6], "classIO_1_1SDK_1_1Maneuvers_1_1LaunchWindow.html":[0,0,0,0,12,6], -"classIO_1_1SDK_1_1Maneuvers_1_1LaunchWindow.html#a2f5a40a0652a73d70f3bc9ce767a267c":[0,0,0,0,12,6,1], "classIO_1_1SDK_1_1Maneuvers_1_1LaunchWindow.html#a2f5a40a0652a73d70f3bc9ce767a267c":[1,0,0,0,10,6,1], +"classIO_1_1SDK_1_1Maneuvers_1_1LaunchWindow.html#a2f5a40a0652a73d70f3bc9ce767a267c":[0,0,0,0,12,6,1], "classIO_1_1SDK_1_1Maneuvers_1_1LaunchWindow.html#a3f542fb576f8e607dd7fc3c20b167e0b":[0,0,0,0,12,6,2], "classIO_1_1SDK_1_1Maneuvers_1_1LaunchWindow.html#a3f542fb576f8e607dd7fc3c20b167e0b":[1,0,0,0,10,6,2], -"classIO_1_1SDK_1_1Maneuvers_1_1LaunchWindow.html#a50de13a318d0f1365733f5a3e02abe17":[0,0,0,0,12,6,4], "classIO_1_1SDK_1_1Maneuvers_1_1LaunchWindow.html#a50de13a318d0f1365733f5a3e02abe17":[1,0,0,0,10,6,4], +"classIO_1_1SDK_1_1Maneuvers_1_1LaunchWindow.html#a50de13a318d0f1365733f5a3e02abe17":[0,0,0,0,12,6,4], "classIO_1_1SDK_1_1Maneuvers_1_1LaunchWindow.html#a53d4e4340927887c951f8e53a07f7f11":[0,0,0,0,12,6,3], "classIO_1_1SDK_1_1Maneuvers_1_1LaunchWindow.html#a53d4e4340927887c951f8e53a07f7f11":[1,0,0,0,10,6,3], -"classIO_1_1SDK_1_1Maneuvers_1_1LaunchWindow.html#a595cfed0b6a9a701216488db8dcf4458":[0,0,0,0,12,6,5], "classIO_1_1SDK_1_1Maneuvers_1_1LaunchWindow.html#a595cfed0b6a9a701216488db8dcf4458":[1,0,0,0,10,6,5], +"classIO_1_1SDK_1_1Maneuvers_1_1LaunchWindow.html#a595cfed0b6a9a701216488db8dcf4458":[0,0,0,0,12,6,5], "classIO_1_1SDK_1_1Maneuvers_1_1LaunchWindow.html#aaeb52d53060743a725a8e6d6b76ef1fa":[1,0,0,0,10,6,6], "classIO_1_1SDK_1_1Maneuvers_1_1LaunchWindow.html#aaeb52d53060743a725a8e6d6b76ef1fa":[0,0,0,0,12,6,6], "classIO_1_1SDK_1_1Maneuvers_1_1LaunchWindow.html#ac56c4ff17060e1f9100d1870db99db35":[1,0,0,0,10,6,0], "classIO_1_1SDK_1_1Maneuvers_1_1LaunchWindow.html#ac56c4ff17060e1f9100d1870db99db35":[0,0,0,0,12,6,0], "classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html":[1,0,0,0,10,7], "classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html":[0,0,0,0,12,7], -"classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#a0cd50901e65b4dd6aeb53e439f3cbe95":[0,0,0,0,12,7,15], "classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#a0cd50901e65b4dd6aeb53e439f3cbe95":[1,0,0,0,10,7,15], -"classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#a0d4d098d2db1b3396258202f12939eae":[0,0,0,0,12,7,29], +"classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#a0cd50901e65b4dd6aeb53e439f3cbe95":[0,0,0,0,12,7,15], "classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#a0d4d098d2db1b3396258202f12939eae":[1,0,0,0,10,7,29], +"classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#a0d4d098d2db1b3396258202f12939eae":[0,0,0,0,12,7,29], "classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#a17f2aba69b45e921909d4c2fb312d825":[1,0,0,0,10,7,1], "classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#a17f2aba69b45e921909d4c2fb312d825":[0,0,0,0,12,7,1], "classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#a1b8aa4e7f5899e450c254036483a889c":[0,0,0,0,12,7,19], @@ -61,14 +59,14 @@ var NAVTREEINDEX5 = "classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#a1c30f26398b3d43de365b5f91cac150d":[1,0,0,0,10,7,7], "classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#a1e306dcf4aebf7a7f7ab08fc5dea3242":[1,0,0,0,10,7,27], "classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#a1e306dcf4aebf7a7f7ab08fc5dea3242":[0,0,0,0,12,7,27], -"classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#a2339b5313d34fe2d7bf474f645030bc5":[0,0,0,0,12,7,6], "classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#a2339b5313d34fe2d7bf474f645030bc5":[1,0,0,0,10,7,6], -"classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#a2b3d8dedb5f9299a3d8798bdb3f50b9a":[0,0,0,0,12,7,16], +"classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#a2339b5313d34fe2d7bf474f645030bc5":[0,0,0,0,12,7,6], "classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#a2b3d8dedb5f9299a3d8798bdb3f50b9a":[1,0,0,0,10,7,16], +"classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#a2b3d8dedb5f9299a3d8798bdb3f50b9a":[0,0,0,0,12,7,16], "classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#a3d206dbe0f7f5ad8b18e0601f154e873":[1,0,0,0,10,7,5], "classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#a3d206dbe0f7f5ad8b18e0601f154e873":[0,0,0,0,12,7,5], -"classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#a4818d158556e9e89475addf76f834038":[0,0,0,0,12,7,3], "classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#a4818d158556e9e89475addf76f834038":[1,0,0,0,10,7,3], +"classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#a4818d158556e9e89475addf76f834038":[0,0,0,0,12,7,3], "classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#a5101aadb6cde34bd57057ff3561cbe6c":[1,0,0,0,10,7,9], "classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#a5101aadb6cde34bd57057ff3561cbe6c":[0,0,0,0,12,7,9], "classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#a5aa0c82f84ec1d521b42b46f0f91d40d":[0,0,0,0,12,7,4], @@ -77,32 +75,32 @@ var NAVTREEINDEX5 = "classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#a5c8f0c9e0ee5e22b8034085dee40f1d0":[1,0,0,0,10,7,26], "classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#a60392c18de221825520fd1040eb1934a":[1,0,0,0,10,7,21], "classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#a60392c18de221825520fd1040eb1934a":[0,0,0,0,12,7,21], -"classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#a691f1a798e4cb01b9a0bb3dac42452f8":[0,0,0,0,12,7,14], "classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#a691f1a798e4cb01b9a0bb3dac42452f8":[1,0,0,0,10,7,14], +"classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#a691f1a798e4cb01b9a0bb3dac42452f8":[0,0,0,0,12,7,14], "classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#a7d9396c9cbe3b08068e1572f38a5da65":[1,0,0,0,10,7,17], "classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#a7d9396c9cbe3b08068e1572f38a5da65":[0,0,0,0,12,7,17], "classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#a7e88f75acde86f4992d4238d781b4c94":[0,0,0,0,12,7,13], "classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#a7e88f75acde86f4992d4238d781b4c94":[1,0,0,0,10,7,13], "classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#a87752af3fdfb1e6c94ebfac8fbcef118":[0,0,0,0,12,7,25], "classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#a87752af3fdfb1e6c94ebfac8fbcef118":[1,0,0,0,10,7,25], -"classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#aa6daf0173ab368b0a90eebd402700804":[1,0,0,0,10,7,22], "classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#aa6daf0173ab368b0a90eebd402700804":[0,0,0,0,12,7,22], -"classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#ab67455f45086e468ae07ba9d3c65f81a":[1,0,0,0,10,7,28], +"classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#aa6daf0173ab368b0a90eebd402700804":[1,0,0,0,10,7,22], "classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#ab67455f45086e468ae07ba9d3c65f81a":[0,0,0,0,12,7,28], -"classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#ac0ed72038fa029fd45cad1b4a0d48a89":[1,0,0,0,10,7,20], +"classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#ab67455f45086e468ae07ba9d3c65f81a":[1,0,0,0,10,7,28], "classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#ac0ed72038fa029fd45cad1b4a0d48a89":[0,0,0,0,12,7,20], +"classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#ac0ed72038fa029fd45cad1b4a0d48a89":[1,0,0,0,10,7,20], "classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#ac2f09cb89dda1eca99e730403db94211":[0,0,0,0,12,7,12], "classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#ac2f09cb89dda1eca99e730403db94211":[1,0,0,0,10,7,12], -"classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#ac9fc7e89db7b944668aecd721196ed08":[0,0,0,0,12,7,0], "classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#ac9fc7e89db7b944668aecd721196ed08":[1,0,0,0,10,7,0], -"classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#aca1853fe97aeda8d435912cefa5cc485":[1,0,0,0,10,7,23], +"classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#ac9fc7e89db7b944668aecd721196ed08":[0,0,0,0,12,7,0], "classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#aca1853fe97aeda8d435912cefa5cc485":[0,0,0,0,12,7,23], -"classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#adeef4a3da2ed3145cc30d12c1e2101d5":[0,0,0,0,12,7,24], +"classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#aca1853fe97aeda8d435912cefa5cc485":[1,0,0,0,10,7,23], "classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#adeef4a3da2ed3145cc30d12c1e2101d5":[1,0,0,0,10,7,24], -"classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#ae0f12c4f4bfe674582064c5d1b81e641":[0,0,0,0,12,7,11], +"classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#adeef4a3da2ed3145cc30d12c1e2101d5":[0,0,0,0,12,7,24], "classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#ae0f12c4f4bfe674582064c5d1b81e641":[1,0,0,0,10,7,11], -"classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#aebd09e68febba286a736389c09c0d819":[0,0,0,0,12,7,10], +"classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#ae0f12c4f4bfe674582064c5d1b81e641":[0,0,0,0,12,7,11], "classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#aebd09e68febba286a736389c09c0d819":[1,0,0,0,10,7,10], +"classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#aebd09e68febba286a736389c09c0d819":[0,0,0,0,12,7,10], "classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#aee64e6290e8e65a829567262352ceefe":[0,0,0,0,12,7,2], "classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#aee64e6290e8e65a829567262352ceefe":[1,0,0,0,10,7,2], "classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.html#aefe3f0f907974cf14cdfc091eee871fe":[0,0,0,0,12,7,18], @@ -115,54 +113,54 @@ var NAVTREEINDEX5 = "classIO_1_1SDK_1_1Maneuvers_1_1OrbitalPlaneChangingManeuver.html#a44f06182952ee670bb7c42138337a529":[1,0,0,0,10,9,1], "classIO_1_1SDK_1_1Maneuvers_1_1OrbitalPlaneChangingManeuver.html#a62c42ad79ae57ceb86a639a4909d8ae5":[0,0,0,0,12,9,2], "classIO_1_1SDK_1_1Maneuvers_1_1OrbitalPlaneChangingManeuver.html#a62c42ad79ae57ceb86a639a4909d8ae5":[1,0,0,0,10,9,2], -"classIO_1_1SDK_1_1Maneuvers_1_1OrbitalPlaneChangingManeuver.html#a7472c24685a1eea73ff6bb7253f084ef":[1,0,0,0,10,9,4], "classIO_1_1SDK_1_1Maneuvers_1_1OrbitalPlaneChangingManeuver.html#a7472c24685a1eea73ff6bb7253f084ef":[0,0,0,0,12,9,4], -"classIO_1_1SDK_1_1Maneuvers_1_1OrbitalPlaneChangingManeuver.html#a7925596292349d2480a1f828e88d1533":[1,0,0,0,10,9,0], +"classIO_1_1SDK_1_1Maneuvers_1_1OrbitalPlaneChangingManeuver.html#a7472c24685a1eea73ff6bb7253f084ef":[1,0,0,0,10,9,4], "classIO_1_1SDK_1_1Maneuvers_1_1OrbitalPlaneChangingManeuver.html#a7925596292349d2480a1f828e88d1533":[0,0,0,0,12,9,0], -"classIO_1_1SDK_1_1Maneuvers_1_1OrbitalPlaneChangingManeuver.html#aceb2eb7b1264d8014e0f05d97962885c":[1,0,0,0,10,9,3], +"classIO_1_1SDK_1_1Maneuvers_1_1OrbitalPlaneChangingManeuver.html#a7925596292349d2480a1f828e88d1533":[1,0,0,0,10,9,0], "classIO_1_1SDK_1_1Maneuvers_1_1OrbitalPlaneChangingManeuver.html#aceb2eb7b1264d8014e0f05d97962885c":[0,0,0,0,12,9,3], +"classIO_1_1SDK_1_1Maneuvers_1_1OrbitalPlaneChangingManeuver.html#aceb2eb7b1264d8014e0f05d97962885c":[1,0,0,0,10,9,3], "classIO_1_1SDK_1_1Maneuvers_1_1OrbitalPlaneChangingManeuver.html#ae558a4d5c41376d4ca09455504d9ea2e":[0,0,0,0,12,9,5], "classIO_1_1SDK_1_1Maneuvers_1_1OrbitalPlaneChangingManeuver.html#ae558a4d5c41376d4ca09455504d9ea2e":[1,0,0,0,10,9,5], "classIO_1_1SDK_1_1Maneuvers_1_1PerigeeHeightChangingManeuver.html":[1,0,0,0,10,10], "classIO_1_1SDK_1_1Maneuvers_1_1PerigeeHeightChangingManeuver.html":[0,0,0,0,12,10], -"classIO_1_1SDK_1_1Maneuvers_1_1PerigeeHeightChangingManeuver.html#a38f6a8c18bee6392a0b0576924253468":[0,0,0,0,12,10,0], "classIO_1_1SDK_1_1Maneuvers_1_1PerigeeHeightChangingManeuver.html#a38f6a8c18bee6392a0b0576924253468":[1,0,0,0,10,10,0], +"classIO_1_1SDK_1_1Maneuvers_1_1PerigeeHeightChangingManeuver.html#a38f6a8c18bee6392a0b0576924253468":[0,0,0,0,12,10,0], "classIO_1_1SDK_1_1Maneuvers_1_1PerigeeHeightChangingManeuver.html#a3d6267ab159e0cc13220ab31df9ec1ec":[0,0,0,0,12,10,1], "classIO_1_1SDK_1_1Maneuvers_1_1PerigeeHeightChangingManeuver.html#a3d6267ab159e0cc13220ab31df9ec1ec":[1,0,0,0,10,10,1], -"classIO_1_1SDK_1_1Maneuvers_1_1PerigeeHeightChangingManeuver.html#a65ecf4a5bd8e1caa9f2d3fdcef625b3b":[0,0,0,0,12,10,2], "classIO_1_1SDK_1_1Maneuvers_1_1PerigeeHeightChangingManeuver.html#a65ecf4a5bd8e1caa9f2d3fdcef625b3b":[1,0,0,0,10,10,2], +"classIO_1_1SDK_1_1Maneuvers_1_1PerigeeHeightChangingManeuver.html#a65ecf4a5bd8e1caa9f2d3fdcef625b3b":[0,0,0,0,12,10,2], "classIO_1_1SDK_1_1Maneuvers_1_1PerigeeHeightChangingManeuver.html#a8c067bea765699c058a5f812e90ca2d5":[1,0,0,0,10,10,3], "classIO_1_1SDK_1_1Maneuvers_1_1PerigeeHeightChangingManeuver.html#a8c067bea765699c058a5f812e90ca2d5":[0,0,0,0,12,10,3], -"classIO_1_1SDK_1_1Maneuvers_1_1PerigeeHeightChangingManeuver.html#ad728f1a93ea87372db5dc95720889ce6":[0,0,0,0,12,10,4], "classIO_1_1SDK_1_1Maneuvers_1_1PerigeeHeightChangingManeuver.html#ad728f1a93ea87372db5dc95720889ce6":[1,0,0,0,10,10,4], -"classIO_1_1SDK_1_1Maneuvers_1_1PhasingManeuver.html":[0,0,0,0,12,11], +"classIO_1_1SDK_1_1Maneuvers_1_1PerigeeHeightChangingManeuver.html#ad728f1a93ea87372db5dc95720889ce6":[0,0,0,0,12,10,4], "classIO_1_1SDK_1_1Maneuvers_1_1PhasingManeuver.html":[1,0,0,0,10,11], -"classIO_1_1SDK_1_1Maneuvers_1_1PhasingManeuver.html#a1f8214942df0b38e3da705ee993c7b8e":[0,0,0,0,12,11,1], +"classIO_1_1SDK_1_1Maneuvers_1_1PhasingManeuver.html":[0,0,0,0,12,11], "classIO_1_1SDK_1_1Maneuvers_1_1PhasingManeuver.html#a1f8214942df0b38e3da705ee993c7b8e":[1,0,0,0,10,11,1], +"classIO_1_1SDK_1_1Maneuvers_1_1PhasingManeuver.html#a1f8214942df0b38e3da705ee993c7b8e":[0,0,0,0,12,11,1], "classIO_1_1SDK_1_1Maneuvers_1_1PhasingManeuver.html#a355d84f389b2632194c0c75963a6bd3b":[0,0,0,0,12,11,3], "classIO_1_1SDK_1_1Maneuvers_1_1PhasingManeuver.html#a355d84f389b2632194c0c75963a6bd3b":[1,0,0,0,10,11,3], -"classIO_1_1SDK_1_1Maneuvers_1_1PhasingManeuver.html#a67e84783cd78806ceb55385e53828841":[0,0,0,0,12,11,4], "classIO_1_1SDK_1_1Maneuvers_1_1PhasingManeuver.html#a67e84783cd78806ceb55385e53828841":[1,0,0,0,10,11,4], -"classIO_1_1SDK_1_1Maneuvers_1_1PhasingManeuver.html#a9404edc86ecebf5a785f9659edf2af56":[0,0,0,0,12,11,0], +"classIO_1_1SDK_1_1Maneuvers_1_1PhasingManeuver.html#a67e84783cd78806ceb55385e53828841":[0,0,0,0,12,11,4], "classIO_1_1SDK_1_1Maneuvers_1_1PhasingManeuver.html#a9404edc86ecebf5a785f9659edf2af56":[1,0,0,0,10,11,0], +"classIO_1_1SDK_1_1Maneuvers_1_1PhasingManeuver.html#a9404edc86ecebf5a785f9659edf2af56":[0,0,0,0,12,11,0], "classIO_1_1SDK_1_1Maneuvers_1_1PhasingManeuver.html#afc6d51d3f4236c3774ec6a3a4da38d7a":[0,0,0,0,12,11,2], "classIO_1_1SDK_1_1Maneuvers_1_1PhasingManeuver.html#afc6d51d3f4236c3774ec6a3a4da38d7a":[1,0,0,0,10,11,2], -"classIO_1_1SDK_1_1Math_1_1Matrix.html":[0,0,0,0,13,0], "classIO_1_1SDK_1_1Math_1_1Matrix.html":[1,0,0,0,11,0], +"classIO_1_1SDK_1_1Math_1_1Matrix.html":[0,0,0,0,13,0], "classIO_1_1SDK_1_1Math_1_1Matrix.html#a1e6dde7eca8c636a68b54ded13b5d835":[0,0,0,0,13,0,2], "classIO_1_1SDK_1_1Math_1_1Matrix.html#a1e6dde7eca8c636a68b54ded13b5d835":[1,0,0,0,11,0,2], -"classIO_1_1SDK_1_1Math_1_1Matrix.html#a23e36eacf01a07a1a0cff6910c316ee5":[1,0,0,0,11,0,4], "classIO_1_1SDK_1_1Math_1_1Matrix.html#a23e36eacf01a07a1a0cff6910c316ee5":[0,0,0,0,13,0,4], +"classIO_1_1SDK_1_1Math_1_1Matrix.html#a23e36eacf01a07a1a0cff6910c316ee5":[1,0,0,0,11,0,4], "classIO_1_1SDK_1_1Math_1_1Matrix.html#a3252003659d0450c811f655ef4a34fd2":[0,0,0,0,13,0,6], "classIO_1_1SDK_1_1Math_1_1Matrix.html#a3252003659d0450c811f655ef4a34fd2":[1,0,0,0,11,0,6], "classIO_1_1SDK_1_1Math_1_1Matrix.html#a6d6373343a1f41b1636caf44f05c01ca":[0,0,0,0,13,0,0], "classIO_1_1SDK_1_1Math_1_1Matrix.html#a6d6373343a1f41b1636caf44f05c01ca":[1,0,0,0,11,0,0], "classIO_1_1SDK_1_1Math_1_1Matrix.html#a8047f31f1639ae3a665a09b3687475a5":[0,0,0,0,13,0,5], "classIO_1_1SDK_1_1Math_1_1Matrix.html#a8047f31f1639ae3a665a09b3687475a5":[1,0,0,0,11,0,5], -"classIO_1_1SDK_1_1Math_1_1Matrix.html#a95dc6676a532e10870833b42b4727fa8":[0,0,0,0,13,0,9], "classIO_1_1SDK_1_1Math_1_1Matrix.html#a95dc6676a532e10870833b42b4727fa8":[1,0,0,0,11,0,9], -"classIO_1_1SDK_1_1Math_1_1Matrix.html#a97ca6c1edeae30a316e26dd1cd43f738":[0,0,0,0,13,0,10], +"classIO_1_1SDK_1_1Math_1_1Matrix.html#a95dc6676a532e10870833b42b4727fa8":[0,0,0,0,13,0,9], "classIO_1_1SDK_1_1Math_1_1Matrix.html#a97ca6c1edeae30a316e26dd1cd43f738":[1,0,0,0,11,0,10], +"classIO_1_1SDK_1_1Math_1_1Matrix.html#a97ca6c1edeae30a316e26dd1cd43f738":[0,0,0,0,13,0,10], "classIO_1_1SDK_1_1Math_1_1Matrix.html#aca9ef9c2adf51b4715a91ebd33089340":[0,0,0,0,13,0,1], "classIO_1_1SDK_1_1Math_1_1Matrix.html#aca9ef9c2adf51b4715a91ebd33089340":[1,0,0,0,11,0,1], "classIO_1_1SDK_1_1Math_1_1Matrix.html#adaf69eafeefd8208cfcbbeabf44c1b94":[0,0,0,0,13,0,8], @@ -177,36 +175,36 @@ var NAVTREEINDEX5 = "classIO_1_1SDK_1_1Math_1_1Quaternion.html#a05ce623ce61228d2586a0182a48bab1e":[0,0,0,0,13,1,3], "classIO_1_1SDK_1_1Math_1_1Quaternion.html#a08f9d016c1dfdb5ba169e5d4d7322877":[0,0,0,0,13,1,4], "classIO_1_1SDK_1_1Math_1_1Quaternion.html#a08f9d016c1dfdb5ba169e5d4d7322877":[1,0,0,0,11,1,4], -"classIO_1_1SDK_1_1Math_1_1Quaternion.html#a1de23898c4069fbfed3dc275b36ac857":[0,0,0,0,13,1,9], "classIO_1_1SDK_1_1Math_1_1Quaternion.html#a1de23898c4069fbfed3dc275b36ac857":[1,0,0,0,11,1,9], -"classIO_1_1SDK_1_1Math_1_1Quaternion.html#a4d1d1aa368eeb9332b0725fabd2e9c06":[1,0,0,0,11,1,12], +"classIO_1_1SDK_1_1Math_1_1Quaternion.html#a1de23898c4069fbfed3dc275b36ac857":[0,0,0,0,13,1,9], "classIO_1_1SDK_1_1Math_1_1Quaternion.html#a4d1d1aa368eeb9332b0725fabd2e9c06":[0,0,0,0,13,1,12], -"classIO_1_1SDK_1_1Math_1_1Quaternion.html#a523d3c591c5c944a1cf924d1a1b9843b":[1,0,0,0,11,1,14], +"classIO_1_1SDK_1_1Math_1_1Quaternion.html#a4d1d1aa368eeb9332b0725fabd2e9c06":[1,0,0,0,11,1,12], "classIO_1_1SDK_1_1Math_1_1Quaternion.html#a523d3c591c5c944a1cf924d1a1b9843b":[0,0,0,0,13,1,14], +"classIO_1_1SDK_1_1Math_1_1Quaternion.html#a523d3c591c5c944a1cf924d1a1b9843b":[1,0,0,0,11,1,14], "classIO_1_1SDK_1_1Math_1_1Quaternion.html#a63504a38c3a7443e61777ccb2f32351c":[0,0,0,0,13,1,10], "classIO_1_1SDK_1_1Math_1_1Quaternion.html#a63504a38c3a7443e61777ccb2f32351c":[1,0,0,0,11,1,10], -"classIO_1_1SDK_1_1Math_1_1Quaternion.html#a7e891c0754f9972c10eba94785ecc0a2":[0,0,0,0,13,1,1], "classIO_1_1SDK_1_1Math_1_1Quaternion.html#a7e891c0754f9972c10eba94785ecc0a2":[1,0,0,0,11,1,1], +"classIO_1_1SDK_1_1Math_1_1Quaternion.html#a7e891c0754f9972c10eba94785ecc0a2":[0,0,0,0,13,1,1], "classIO_1_1SDK_1_1Math_1_1Quaternion.html#a95f689be6d7ca35cb322b57a284ae9e5":[0,0,0,0,13,1,0], "classIO_1_1SDK_1_1Math_1_1Quaternion.html#a95f689be6d7ca35cb322b57a284ae9e5":[1,0,0,0,11,1,0], -"classIO_1_1SDK_1_1Math_1_1Quaternion.html#a9c1681461c2216e31229a4ceb8e9784c":[1,0,0,0,11,1,8], "classIO_1_1SDK_1_1Math_1_1Quaternion.html#a9c1681461c2216e31229a4ceb8e9784c":[0,0,0,0,13,1,8], +"classIO_1_1SDK_1_1Math_1_1Quaternion.html#a9c1681461c2216e31229a4ceb8e9784c":[1,0,0,0,11,1,8], "classIO_1_1SDK_1_1Math_1_1Quaternion.html#aa390ea618eb9086ad2be5844ff52023e":[0,0,0,0,13,1,6], "classIO_1_1SDK_1_1Math_1_1Quaternion.html#aa390ea618eb9086ad2be5844ff52023e":[1,0,0,0,11,1,6], "classIO_1_1SDK_1_1Math_1_1Quaternion.html#aa7aa006f52e8bc83d63a53c753406205":[1,0,0,0,11,1,2], "classIO_1_1SDK_1_1Math_1_1Quaternion.html#aa7aa006f52e8bc83d63a53c753406205":[0,0,0,0,13,1,2], "classIO_1_1SDK_1_1Math_1_1Quaternion.html#ad860eb5afc90d22a9824a66556428834":[1,0,0,0,11,1,5], "classIO_1_1SDK_1_1Math_1_1Quaternion.html#ad860eb5afc90d22a9824a66556428834":[0,0,0,0,13,1,5], -"classIO_1_1SDK_1_1Math_1_1Quaternion.html#ae251cdfb0eef0b1a7b224b6246f7c1eb":[0,0,0,0,13,1,13], "classIO_1_1SDK_1_1Math_1_1Quaternion.html#ae251cdfb0eef0b1a7b224b6246f7c1eb":[1,0,0,0,11,1,13], -"classIO_1_1SDK_1_1Math_1_1Quaternion.html#ae59d55058521c5d03f78fe5d1feba1b0":[0,0,0,0,13,1,15], +"classIO_1_1SDK_1_1Math_1_1Quaternion.html#ae251cdfb0eef0b1a7b224b6246f7c1eb":[0,0,0,0,13,1,13], "classIO_1_1SDK_1_1Math_1_1Quaternion.html#ae59d55058521c5d03f78fe5d1feba1b0":[1,0,0,0,11,1,15], -"classIO_1_1SDK_1_1Math_1_1Quaternion.html#aeacd14768f5d2df97236d1c66dd3ea42":[1,0,0,0,11,1,11], +"classIO_1_1SDK_1_1Math_1_1Quaternion.html#ae59d55058521c5d03f78fe5d1feba1b0":[0,0,0,0,13,1,15], "classIO_1_1SDK_1_1Math_1_1Quaternion.html#aeacd14768f5d2df97236d1c66dd3ea42":[0,0,0,0,13,1,11], -"classIO_1_1SDK_1_1Math_1_1Quaternion.html#aee90e93b8055151bd2701d1ff6190368":[0,0,0,0,13,1,7], +"classIO_1_1SDK_1_1Math_1_1Quaternion.html#aeacd14768f5d2df97236d1c66dd3ea42":[1,0,0,0,11,1,11], "classIO_1_1SDK_1_1Math_1_1Quaternion.html#aee90e93b8055151bd2701d1ff6190368":[1,0,0,0,11,1,7], -"classIO_1_1SDK_1_1Math_1_1Vector3D.html":[0,0,0,0,13,2], +"classIO_1_1SDK_1_1Math_1_1Quaternion.html#aee90e93b8055151bd2701d1ff6190368":[0,0,0,0,13,1,7], "classIO_1_1SDK_1_1Math_1_1Vector3D.html":[1,0,0,0,11,2], +"classIO_1_1SDK_1_1Math_1_1Vector3D.html":[0,0,0,0,13,2], "classIO_1_1SDK_1_1Math_1_1Vector3D.html#a0140ebcb353569e4a0fdb86f9223cd53":[1,0,0,0,11,2,20], "classIO_1_1SDK_1_1Math_1_1Vector3D.html#a0140ebcb353569e4a0fdb86f9223cd53":[0,0,0,0,13,2,20], "classIO_1_1SDK_1_1Math_1_1Vector3D.html#a19d747dbf71eb932b12ca5693ac75fbe":[0,0,0,0,13,2,7], @@ -215,14 +213,14 @@ var NAVTREEINDEX5 = "classIO_1_1SDK_1_1Math_1_1Vector3D.html#a1dcd478ab8895c0edb4d5ca3877efb97":[1,0,0,0,11,2,2], "classIO_1_1SDK_1_1Math_1_1Vector3D.html#a20b2996c01caa483d8c41e0cea988ee7":[0,0,0,0,13,2,19], "classIO_1_1SDK_1_1Math_1_1Vector3D.html#a20b2996c01caa483d8c41e0cea988ee7":[1,0,0,0,11,2,19], -"classIO_1_1SDK_1_1Math_1_1Vector3D.html#a245468c79fd297d2275ccaa3fca308eb":[1,0,0,0,11,2,10], "classIO_1_1SDK_1_1Math_1_1Vector3D.html#a245468c79fd297d2275ccaa3fca308eb":[0,0,0,0,13,2,10], -"classIO_1_1SDK_1_1Math_1_1Vector3D.html#a37597c72be96b091609edd20425451b6":[1,0,0,0,11,2,18], +"classIO_1_1SDK_1_1Math_1_1Vector3D.html#a245468c79fd297d2275ccaa3fca308eb":[1,0,0,0,11,2,10], "classIO_1_1SDK_1_1Math_1_1Vector3D.html#a37597c72be96b091609edd20425451b6":[0,0,0,0,13,2,18], +"classIO_1_1SDK_1_1Math_1_1Vector3D.html#a37597c72be96b091609edd20425451b6":[1,0,0,0,11,2,18], "classIO_1_1SDK_1_1Math_1_1Vector3D.html#a40d484bd7775ceb70d96d42b1e1c5cd5":[1,0,0,0,11,2,6], "classIO_1_1SDK_1_1Math_1_1Vector3D.html#a40d484bd7775ceb70d96d42b1e1c5cd5":[0,0,0,0,13,2,6], -"classIO_1_1SDK_1_1Math_1_1Vector3D.html#a68909bec54af301333ec96ab9ddef2c4":[1,0,0,0,11,2,13], "classIO_1_1SDK_1_1Math_1_1Vector3D.html#a68909bec54af301333ec96ab9ddef2c4":[0,0,0,0,13,2,13], +"classIO_1_1SDK_1_1Math_1_1Vector3D.html#a68909bec54af301333ec96ab9ddef2c4":[1,0,0,0,11,2,13], "classIO_1_1SDK_1_1Math_1_1Vector3D.html#a68be19161a70d0558494733f459b201c":[1,0,0,0,11,2,11], "classIO_1_1SDK_1_1Math_1_1Vector3D.html#a68be19161a70d0558494733f459b201c":[0,0,0,0,13,2,11], "classIO_1_1SDK_1_1Math_1_1Vector3D.html#a7e623861f84b2427b79afd0c2bed4c6f":[1,0,0,0,11,2,12], @@ -233,21 +231,23 @@ var NAVTREEINDEX5 = "classIO_1_1SDK_1_1Math_1_1Vector3D.html#a8590c628e986768134b20a86e5af305d":[0,0,0,0,13,2,15], "classIO_1_1SDK_1_1Math_1_1Vector3D.html#a88065c599392f74e8dd134eec4a2b297":[0,0,0,0,13,2,5], "classIO_1_1SDK_1_1Math_1_1Vector3D.html#a88065c599392f74e8dd134eec4a2b297":[1,0,0,0,11,2,5], -"classIO_1_1SDK_1_1Math_1_1Vector3D.html#a9086576a9718cfc2267a3725ebe921e0":[1,0,0,0,11,2,0], "classIO_1_1SDK_1_1Math_1_1Vector3D.html#a9086576a9718cfc2267a3725ebe921e0":[0,0,0,0,13,2,0], -"classIO_1_1SDK_1_1Math_1_1Vector3D.html#a93887d38318b37db6c293bd10a0afbbe":[0,0,0,0,13,2,14], +"classIO_1_1SDK_1_1Math_1_1Vector3D.html#a9086576a9718cfc2267a3725ebe921e0":[1,0,0,0,11,2,0], "classIO_1_1SDK_1_1Math_1_1Vector3D.html#a93887d38318b37db6c293bd10a0afbbe":[1,0,0,0,11,2,14], -"classIO_1_1SDK_1_1Math_1_1Vector3D.html#ae6575d9aa896eed9a32588d9503dd6a0":[0,0,0,0,13,2,4], +"classIO_1_1SDK_1_1Math_1_1Vector3D.html#a93887d38318b37db6c293bd10a0afbbe":[0,0,0,0,13,2,14], "classIO_1_1SDK_1_1Math_1_1Vector3D.html#ae6575d9aa896eed9a32588d9503dd6a0":[1,0,0,0,11,2,4], +"classIO_1_1SDK_1_1Math_1_1Vector3D.html#ae6575d9aa896eed9a32588d9503dd6a0":[0,0,0,0,13,2,4], "classIO_1_1SDK_1_1Math_1_1Vector3D.html#ae9f26c8ea80f8ed21eb6cbda2c3377c5":[0,0,0,0,13,2,16], "classIO_1_1SDK_1_1Math_1_1Vector3D.html#ae9f26c8ea80f8ed21eb6cbda2c3377c5":[1,0,0,0,11,2,16], "classIO_1_1SDK_1_1Math_1_1Vector3D.html#aeafff1dcd5923d36498b8e0389fc6149":[1,0,0,0,11,2,1], "classIO_1_1SDK_1_1Math_1_1Vector3D.html#aeafff1dcd5923d36498b8e0389fc6149":[0,0,0,0,13,2,1], -"classIO_1_1SDK_1_1Math_1_1Vector3D.html#af1e06addbc7eee37d1f3b71af1c2cc2d":[0,0,0,0,13,2,3], "classIO_1_1SDK_1_1Math_1_1Vector3D.html#af1e06addbc7eee37d1f3b71af1c2cc2d":[1,0,0,0,11,2,3], -"classIO_1_1SDK_1_1Math_1_1Vector3D.html#afa410d3f97aadfd5d42bd812b761cf5c":[0,0,0,0,13,2,9], +"classIO_1_1SDK_1_1Math_1_1Vector3D.html#af1e06addbc7eee37d1f3b71af1c2cc2d":[0,0,0,0,13,2,3], "classIO_1_1SDK_1_1Math_1_1Vector3D.html#afa410d3f97aadfd5d42bd812b761cf5c":[1,0,0,0,11,2,9], -"classIO_1_1SDK_1_1Math_1_1Vector3D.html#afc8766317ce16e7b65fff4e2a4399b40":[1,0,0,0,11,2,17], +"classIO_1_1SDK_1_1Math_1_1Vector3D.html#afa410d3f97aadfd5d42bd812b761cf5c":[0,0,0,0,13,2,9], "classIO_1_1SDK_1_1Math_1_1Vector3D.html#afc8766317ce16e7b65fff4e2a4399b40":[0,0,0,0,13,2,17], -"classIO_1_1SDK_1_1OccultationType.html":[0,0,0,0,25] +"classIO_1_1SDK_1_1Math_1_1Vector3D.html#afc8766317ce16e7b65fff4e2a4399b40":[1,0,0,0,11,2,17], +"classIO_1_1SDK_1_1OccultationType.html":[1,0,0,0,22], +"classIO_1_1SDK_1_1OccultationType.html":[0,0,0,0,25], +"classIO_1_1SDK_1_1OccultationType.html#a8412c3fa171dab72445d444d2deb317f":[1,0,0,0,22,2] }; diff --git a/Docs/html/navtreeindex6.js b/Docs/html/navtreeindex6.js index db9bfa96..23b671d9 100644 --- a/Docs/html/navtreeindex6.js +++ b/Docs/html/navtreeindex6.js @@ -1,56 +1,54 @@ var NAVTREEINDEX6 = { -"classIO_1_1SDK_1_1OccultationType.html":[1,0,0,0,22], -"classIO_1_1SDK_1_1OccultationType.html#a8412c3fa171dab72445d444d2deb317f":[1,0,0,0,22,2], "classIO_1_1SDK_1_1OccultationType.html#a8412c3fa171dab72445d444d2deb317f":[0,0,0,0,25,2], -"classIO_1_1SDK_1_1OccultationType.html#abcff45b9e44239b1de62e360a8ac212c":[0,0,0,0,25,0], "classIO_1_1SDK_1_1OccultationType.html#abcff45b9e44239b1de62e360a8ac212c":[1,0,0,0,22,0], +"classIO_1_1SDK_1_1OccultationType.html#abcff45b9e44239b1de62e360a8ac212c":[0,0,0,0,25,0], "classIO_1_1SDK_1_1OccultationType.html#ad7eaf19b3e109cd7419725e03906c112":[1,0,0,0,22,1], "classIO_1_1SDK_1_1OccultationType.html#ad7eaf19b3e109cd7419725e03906c112":[0,0,0,0,25,1], -"classIO_1_1SDK_1_1OccultationType.html#afaf8c0768506ac30dfbe5c3fc7345ff8":[1,0,0,0,22,3], "classIO_1_1SDK_1_1OccultationType.html#afaf8c0768506ac30dfbe5c3fc7345ff8":[0,0,0,0,25,3], +"classIO_1_1SDK_1_1OccultationType.html#afaf8c0768506ac30dfbe5c3fc7345ff8":[1,0,0,0,22,3], "classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html":[0,0,0,0,14,0], "classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html":[1,0,0,0,12,0], "classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#a03e4e603cb1d00811a754e3acaf78345":[0,0,0,0,14,0,6], "classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#a03e4e603cb1d00811a754e3acaf78345":[1,0,0,0,12,0,6], -"classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#a20b8e8626b722022cbd5598d6998d430":[0,0,0,0,14,0,18], "classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#a20b8e8626b722022cbd5598d6998d430":[1,0,0,0,12,0,18], +"classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#a20b8e8626b722022cbd5598d6998d430":[0,0,0,0,14,0,18], "classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#a2f23c8278b6675dc5115776c2319697a":[0,0,0,0,14,0,10], "classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#a2f23c8278b6675dc5115776c2319697a":[1,0,0,0,12,0,10], -"classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#a526410fffb876ae33fee8be8decd77e7":[0,0,0,0,14,0,14], "classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#a526410fffb876ae33fee8be8decd77e7":[1,0,0,0,12,0,14], +"classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#a526410fffb876ae33fee8be8decd77e7":[0,0,0,0,14,0,14], "classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#a5acfe7e998e3770fbda4cfbcca1625c9":[1,0,0,0,12,0,19], "classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#a5acfe7e998e3770fbda4cfbcca1625c9":[0,0,0,0,14,0,19], "classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#a5d9910600a7129741d6eb64f7a4f8a75":[0,0,0,0,14,0,15], "classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#a5d9910600a7129741d6eb64f7a4f8a75":[1,0,0,0,12,0,15], -"classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#a5fe1ec26a1e0551acb4e7f0a3046a253":[1,0,0,0,12,0,12], "classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#a5fe1ec26a1e0551acb4e7f0a3046a253":[0,0,0,0,14,0,12], -"classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#a6944ee54f9dfadf15f5eaef90782c7bc":[1,0,0,0,12,0,11], +"classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#a5fe1ec26a1e0551acb4e7f0a3046a253":[1,0,0,0,12,0,12], "classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#a6944ee54f9dfadf15f5eaef90782c7bc":[0,0,0,0,14,0,11], +"classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#a6944ee54f9dfadf15f5eaef90782c7bc":[1,0,0,0,12,0,11], "classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#a6e4d1244c9f195ebf665db98678a3fd1":[0,0,0,0,14,0,1], "classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#a6e4d1244c9f195ebf665db98678a3fd1":[1,0,0,0,12,0,1], "classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#a93c3abcfededa1296e803c9617b1b76a":[1,0,0,0,12,0,16], "classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#a93c3abcfededa1296e803c9617b1b76a":[0,0,0,0,14,0,16], -"classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#a9e4f6d8c88e77a9698d089566c5e1f05":[1,0,0,0,12,0,8], "classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#a9e4f6d8c88e77a9698d089566c5e1f05":[0,0,0,0,14,0,8], -"classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#aa188f69859616a46876a85b167716c37":[1,0,0,0,12,0,7], +"classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#a9e4f6d8c88e77a9698d089566c5e1f05":[1,0,0,0,12,0,8], "classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#aa188f69859616a46876a85b167716c37":[0,0,0,0,14,0,7], +"classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#aa188f69859616a46876a85b167716c37":[1,0,0,0,12,0,7], "classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#aa2beb833038a5b9322a1241ecc63015a":[0,0,0,0,14,0,4], "classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#aa2beb833038a5b9322a1241ecc63015a":[1,0,0,0,12,0,4], -"classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#aa36f5024ffcf3b7295b4380cc35a35c6":[1,0,0,0,12,0,3], "classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#aa36f5024ffcf3b7295b4380cc35a35c6":[0,0,0,0,14,0,3], -"classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#ab967f8a4c030b6025121a13d242ea1e2":[1,0,0,0,12,0,9], +"classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#aa36f5024ffcf3b7295b4380cc35a35c6":[1,0,0,0,12,0,3], "classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#ab967f8a4c030b6025121a13d242ea1e2":[0,0,0,0,14,0,9], +"classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#ab967f8a4c030b6025121a13d242ea1e2":[1,0,0,0,12,0,9], "classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#ac0d7dd1a8b22c7e5c5fd8c4ddd797ea4":[0,0,0,0,14,0,5], "classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#ac0d7dd1a8b22c7e5c5fd8c4ddd797ea4":[1,0,0,0,12,0,5], -"classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#ac861b9d40ef731e610de2613a31a2831":[1,0,0,0,12,0,20], "classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#ac861b9d40ef731e610de2613a31a2831":[0,0,0,0,14,0,20], -"classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#acd3334bb0f7b3bd5420f2ab5fe35dcf4":[1,0,0,0,12,0,13], +"classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#ac861b9d40ef731e610de2613a31a2831":[1,0,0,0,12,0,20], "classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#acd3334bb0f7b3bd5420f2ab5fe35dcf4":[0,0,0,0,14,0,13], +"classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#acd3334bb0f7b3bd5420f2ab5fe35dcf4":[1,0,0,0,12,0,13], "classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#ad8ccc9563d436f1232c915d25db67b54":[1,0,0,0,12,0,17], "classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#ad8ccc9563d436f1232c915d25db67b54":[0,0,0,0,14,0,17], -"classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#ae23c0602f70d1fba172c9dc9cc128baa":[0,0,0,0,14,0,2], "classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#ae23c0602f70d1fba172c9dc9cc128baa":[1,0,0,0,12,0,2], +"classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#ae23c0602f70d1fba172c9dc9cc128baa":[0,0,0,0,14,0,2], "classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#ae34c8091c3c8df0ed716b936fcee7ff4":[1,0,0,0,12,0,0], "classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.html#ae34c8091c3c8df0ed716b936fcee7ff4":[0,0,0,0,14,0,0], "classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html":[1,0,0,0,12,1], @@ -59,10 +57,10 @@ var NAVTREEINDEX6 = "classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#a0b46d7c67acdede1f39468b129768c78":[1,0,0,0,12,1,3], "classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#a162b2a35fed4ad9f5bd93e2a2ae91ab5":[0,0,0,0,14,1,2], "classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#a162b2a35fed4ad9f5bd93e2a2ae91ab5":[1,0,0,0,12,1,2], -"classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#a1a7a27feb85b225a85fa94a102208b54":[0,0,0,0,14,1,12], "classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#a1a7a27feb85b225a85fa94a102208b54":[1,0,0,0,12,1,12], -"classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#a24332bf58abea75de039c3d93132643d":[1,0,0,0,12,1,22], +"classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#a1a7a27feb85b225a85fa94a102208b54":[0,0,0,0,14,1,12], "classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#a24332bf58abea75de039c3d93132643d":[0,0,0,0,14,1,22], +"classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#a24332bf58abea75de039c3d93132643d":[1,0,0,0,12,1,22], "classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#a271f87dbf0e0463260d169bb2a3ebc1b":[1,0,0,0,12,1,1], "classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#a271f87dbf0e0463260d169bb2a3ebc1b":[0,0,0,0,14,1,1], "classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#a36393b0eaf7a941985812f063df28abd":[0,0,0,0,14,1,15], @@ -73,30 +71,30 @@ var NAVTREEINDEX6 = "classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#a5127c7b1c2373041393561f0b8cfa2b1":[1,0,0,0,12,1,17], "classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#a55e498d89c69d8270b5b3d1d4aca9d12":[0,0,0,0,14,1,20], "classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#a55e498d89c69d8270b5b3d1d4aca9d12":[1,0,0,0,12,1,20], -"classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#a611eeda97c495d431deea27c3a636c67":[1,0,0,0,12,1,6], "classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#a611eeda97c495d431deea27c3a636c67":[0,0,0,0,14,1,6], -"classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#a6eefd629d9ddf97917dd6a6201259fab":[1,0,0,0,12,1,16], +"classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#a611eeda97c495d431deea27c3a636c67":[1,0,0,0,12,1,6], "classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#a6eefd629d9ddf97917dd6a6201259fab":[0,0,0,0,14,1,16], +"classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#a6eefd629d9ddf97917dd6a6201259fab":[1,0,0,0,12,1,16], "classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#a7b3569d6b9b5a04669ce89ff38b230c5":[1,0,0,0,12,1,23], "classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#a7b3569d6b9b5a04669ce89ff38b230c5":[0,0,0,0,14,1,23], -"classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#a7ed78ead27001fac3bf3a3c5324dae46":[1,0,0,0,12,1,4], "classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#a7ed78ead27001fac3bf3a3c5324dae46":[0,0,0,0,14,1,4], -"classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#a8b0615db786371fea9c096e497cebc24":[1,0,0,0,12,1,13], +"classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#a7ed78ead27001fac3bf3a3c5324dae46":[1,0,0,0,12,1,4], "classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#a8b0615db786371fea9c096e497cebc24":[0,0,0,0,14,1,13], -"classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#a928bfab34766334a4854084302cb6740":[0,0,0,0,14,1,0], +"classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#a8b0615db786371fea9c096e497cebc24":[1,0,0,0,12,1,13], "classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#a928bfab34766334a4854084302cb6740":[1,0,0,0,12,1,0], -"classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#a93d9d1d2345acf1c7c7842e7da901c80":[1,0,0,0,12,1,14], +"classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#a928bfab34766334a4854084302cb6740":[0,0,0,0,14,1,0], "classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#a93d9d1d2345acf1c7c7842e7da901c80":[0,0,0,0,14,1,14], -"classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#a9e4f6d8c88e77a9698d089566c5e1f05":[1,0,0,0,12,1,10], +"classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#a93d9d1d2345acf1c7c7842e7da901c80":[1,0,0,0,12,1,14], "classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#a9e4f6d8c88e77a9698d089566c5e1f05":[0,0,0,0,14,1,10], -"classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#aa3235e081c22bde5fdf14ccf94923d1d":[1,0,0,0,12,1,21], +"classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#a9e4f6d8c88e77a9698d089566c5e1f05":[1,0,0,0,12,1,10], "classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#aa3235e081c22bde5fdf14ccf94923d1d":[0,0,0,0,14,1,21], -"classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#ab967f8a4c030b6025121a13d242ea1e2":[0,0,0,0,14,1,11], +"classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#aa3235e081c22bde5fdf14ccf94923d1d":[1,0,0,0,12,1,21], "classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#ab967f8a4c030b6025121a13d242ea1e2":[1,0,0,0,12,1,11], +"classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#ab967f8a4c030b6025121a13d242ea1e2":[0,0,0,0,14,1,11], "classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#ad412139e80d2f09027a91e04ff46e582":[1,0,0,0,12,1,7], "classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#ad412139e80d2f09027a91e04ff46e582":[0,0,0,0,14,1,7], -"classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#ae7955994f64f85a21fcf2e7da670d8ed":[0,0,0,0,14,1,5], "classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#ae7955994f64f85a21fcf2e7da670d8ed":[1,0,0,0,12,1,5], +"classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#ae7955994f64f85a21fcf2e7da670d8ed":[0,0,0,0,14,1,5], "classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#aec4a6860d367eb8e42ed6710a6fd8f39":[1,0,0,0,12,1,18], "classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#aec4a6860d367eb8e42ed6710a6fd8f39":[0,0,0,0,14,1,18], "classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.html#aeceb57243465000ee0181eac2064c71a":[1,0,0,0,12,1,9], @@ -107,18 +105,18 @@ var NAVTREEINDEX6 = "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html":[1,0,0,0,12,2], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a06d4ee0bb8edf7f0e0e140dd99ece773":[0,0,0,0,14,2,40], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a06d4ee0bb8edf7f0e0e140dd99ece773":[1,0,0,0,12,2,40], -"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a184b50479f02b953f93a9448096916fd":[1,0,0,0,12,2,14], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a184b50479f02b953f93a9448096916fd":[0,0,0,0,14,2,14], +"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a184b50479f02b953f93a9448096916fd":[1,0,0,0,12,2,14], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a18969ecae95b898960ee8fc2fa2fec12":[1,0,0,0,12,2,10], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a18969ecae95b898960ee8fc2fa2fec12":[0,0,0,0,14,2,10], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a1be0066807e783f6406442da450228b5":[0,0,0,0,14,2,26], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a1be0066807e783f6406442da450228b5":[1,0,0,0,12,2,26], -"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a1fe7f8430f51ebac3972f113835ac1d6":[1,0,0,0,12,2,7], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a1fe7f8430f51ebac3972f113835ac1d6":[0,0,0,0,14,2,7], -"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a20b8e8626b722022cbd5598d6998d430":[1,0,0,0,12,2,29], +"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a1fe7f8430f51ebac3972f113835ac1d6":[1,0,0,0,12,2,7], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a20b8e8626b722022cbd5598d6998d430":[0,0,0,0,14,2,29], -"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a299972214910ac55a2e6f622024c2bce":[1,0,0,0,12,2,20], +"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a20b8e8626b722022cbd5598d6998d430":[1,0,0,0,12,2,29], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a299972214910ac55a2e6f622024c2bce":[0,0,0,0,14,2,20], +"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a299972214910ac55a2e6f622024c2bce":[1,0,0,0,12,2,20], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a29d3b04814a8a03993df3dbcd56a98d2":[0,0,0,0,14,2,21], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a29d3b04814a8a03993df3dbcd56a98d2":[1,0,0,0,12,2,21], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a2c52b83f73ab83518299b65f10eb48f2":[0,0,0,0,14,2,22], @@ -127,28 +125,28 @@ var NAVTREEINDEX6 = "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a3502c1fc377791192f0b7d25c3adbafc":[1,0,0,0,12,2,23], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a3dc8927e22c6268e0bf0aa29c86f3377":[0,0,0,0,14,2,5], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a3dc8927e22c6268e0bf0aa29c86f3377":[1,0,0,0,12,2,5], -"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a4a5a48e497028fd77b1b5a30b10e45fa":[1,0,0,0,12,2,28], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a4a5a48e497028fd77b1b5a30b10e45fa":[0,0,0,0,14,2,28], -"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a4c24cb357f03afe566885b46b86797c0":[1,0,0,0,12,2,1], +"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a4a5a48e497028fd77b1b5a30b10e45fa":[1,0,0,0,12,2,28], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a4c24cb357f03afe566885b46b86797c0":[0,0,0,0,14,2,1], +"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a4c24cb357f03afe566885b46b86797c0":[1,0,0,0,12,2,1], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a50df9dcc7f306e45f55fac0f4b53586c":[0,0,0,0,14,2,36], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a50df9dcc7f306e45f55fac0f4b53586c":[1,0,0,0,12,2,36], -"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a5797e7118c0d0d2ed4474fdf98394450":[1,0,0,0,12,2,32], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a5797e7118c0d0d2ed4474fdf98394450":[0,0,0,0,14,2,32], -"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a5a402a0358f510d6d7cac590a2689dac":[0,0,0,0,14,2,38], +"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a5797e7118c0d0d2ed4474fdf98394450":[1,0,0,0,12,2,32], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a5a402a0358f510d6d7cac590a2689dac":[1,0,0,0,12,2,38], -"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a6646fbe984795367951b1939882109d8":[0,0,0,0,14,2,6], +"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a5a402a0358f510d6d7cac590a2689dac":[0,0,0,0,14,2,38], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a6646fbe984795367951b1939882109d8":[1,0,0,0,12,2,6], +"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a6646fbe984795367951b1939882109d8":[0,0,0,0,14,2,6], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a6c4e8f705d6252ee70f70c2bd1e760c6":[0,0,0,0,14,2,18], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a6c4e8f705d6252ee70f70c2bd1e760c6":[1,0,0,0,12,2,18], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a6db13919245724695465b77c60438492":[0,0,0,0,14,2,2], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a6db13919245724695465b77c60438492":[1,0,0,0,12,2,2], -"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a703167ed2f55a57c207ba46bb63f985b":[1,0,0,0,12,2,31], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a703167ed2f55a57c207ba46bb63f985b":[0,0,0,0,14,2,31], -"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a7490c9f08feaff307906625279a0597f":[1,0,0,0,12,2,39], +"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a703167ed2f55a57c207ba46bb63f985b":[1,0,0,0,12,2,31], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a7490c9f08feaff307906625279a0597f":[0,0,0,0,14,2,39], -"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a81952954916bb3e58c499b55411bd88c":[0,0,0,0,14,2,13], +"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a7490c9f08feaff307906625279a0597f":[1,0,0,0,12,2,39], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a81952954916bb3e58c499b55411bd88c":[1,0,0,0,12,2,13], +"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a81952954916bb3e58c499b55411bd88c":[0,0,0,0,14,2,13], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a8d55307a038a9c7c9b9ae407e0f84819":[0,0,0,0,14,2,16], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#a8d55307a038a9c7c9b9ae407e0f84819":[1,0,0,0,12,2,16], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#aa2ad5e93197a2465c3cf50b8065f6d61":[1,0,0,0,12,2,0], @@ -159,34 +157,34 @@ var NAVTREEINDEX6 = "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#ab0a8cff006da13a973ca4264ac1a6e45":[1,0,0,0,12,2,19], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#ab967f8a4c030b6025121a13d242ea1e2":[0,0,0,0,14,2,12], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#ab967f8a4c030b6025121a13d242ea1e2":[1,0,0,0,12,2,12], -"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#abe7428eb3270c7ad6e911d3387c08d9e":[0,0,0,0,14,2,25], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#abe7428eb3270c7ad6e911d3387c08d9e":[1,0,0,0,12,2,25], -"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#ac0945ce17c2c770916aaf694f5557437":[0,0,0,0,14,2,41], +"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#abe7428eb3270c7ad6e911d3387c08d9e":[0,0,0,0,14,2,25], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#ac0945ce17c2c770916aaf694f5557437":[1,0,0,0,12,2,41], -"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#ac0ea10baad6029eed024c359bb4298ff":[0,0,0,0,14,2,34], +"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#ac0945ce17c2c770916aaf694f5557437":[0,0,0,0,14,2,41], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#ac0ea10baad6029eed024c359bb4298ff":[1,0,0,0,12,2,34], +"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#ac0ea10baad6029eed024c359bb4298ff":[0,0,0,0,14,2,34], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#ac2ff4951dd117335f13ccdd34178833f":[1,0,0,0,12,2,33], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#ac2ff4951dd117335f13ccdd34178833f":[0,0,0,0,14,2,33], -"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#ac861b9d40ef731e610de2613a31a2831":[0,0,0,0,14,2,30], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#ac861b9d40ef731e610de2613a31a2831":[1,0,0,0,12,2,30], -"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#acaadaa0b6f59cf7589a36e809a4ca86e":[0,0,0,0,14,2,3], +"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#ac861b9d40ef731e610de2613a31a2831":[0,0,0,0,14,2,30], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#acaadaa0b6f59cf7589a36e809a4ca86e":[1,0,0,0,12,2,3], +"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#acaadaa0b6f59cf7589a36e809a4ca86e":[0,0,0,0,14,2,3], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#accb049e86e3dbeb1fb234b900467ec45":[1,0,0,0,12,2,8], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#accb049e86e3dbeb1fb234b900467ec45":[0,0,0,0,14,2,8], -"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#ad3c3b2261345c63993eb7552463898a8":[1,0,0,0,12,2,35], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#ad3c3b2261345c63993eb7552463898a8":[0,0,0,0,14,2,35], -"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#ad9555ce9063e9e7c6ad04eb31ad08c01":[1,0,0,0,12,2,37], +"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#ad3c3b2261345c63993eb7552463898a8":[1,0,0,0,12,2,35], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#ad9555ce9063e9e7c6ad04eb31ad08c01":[0,0,0,0,14,2,37], -"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#ae337c5ef8eb4e43477214277de253ffc":[1,0,0,0,12,2,15], +"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#ad9555ce9063e9e7c6ad04eb31ad08c01":[1,0,0,0,12,2,37], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#ae337c5ef8eb4e43477214277de253ffc":[0,0,0,0,14,2,15], -"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#ae408441a058ed5fbab8e715cf4d4a5ee":[0,0,0,0,14,2,27], +"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#ae337c5ef8eb4e43477214277de253ffc":[1,0,0,0,12,2,15], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#ae408441a058ed5fbab8e715cf4d4a5ee":[1,0,0,0,12,2,27], -"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#ae619c78f711e053d1ad2f281e7c67596":[1,0,0,0,12,2,17], +"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#ae408441a058ed5fbab8e715cf4d4a5ee":[0,0,0,0,14,2,27], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#ae619c78f711e053d1ad2f281e7c67596":[0,0,0,0,14,2,17], +"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#ae619c78f711e053d1ad2f281e7c67596":[1,0,0,0,12,2,17], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#af1e102d6ab108c321dd68f4aa67e27c9":[0,0,0,0,14,2,9], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#af1e102d6ab108c321dd68f4aa67e27c9":[1,0,0,0,12,2,9], -"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#af9aebe2ea0a10ef3adbda48c4c4dc1c3":[1,0,0,0,12,2,11], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#af9aebe2ea0a10ef3adbda48c4c4dc1c3":[0,0,0,0,14,2,11], +"classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#af9aebe2ea0a10ef3adbda48c4c4dc1c3":[1,0,0,0,12,2,11], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#afd9fcdc60d3df4231c35adf23f9b6ea1":[1,0,0,0,12,2,4], "classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.html#afd9fcdc60d3df4231c35adf23f9b6ea1":[0,0,0,0,14,2,4], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateOrientation.html":[0,0,0,0,14,3], @@ -195,59 +193,61 @@ var NAVTREEINDEX6 = "classIO_1_1SDK_1_1OrbitalParameters_1_1StateOrientation.html#a01cd5f8127a96bf212ecbd8b3280c86c":[1,0,0,0,12,3,7], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateOrientation.html#a4cfc858ee8aaff4d64fd8302bf6063f9":[1,0,0,0,12,3,1], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateOrientation.html#a4cfc858ee8aaff4d64fd8302bf6063f9":[0,0,0,0,14,3,1], -"classIO_1_1SDK_1_1OrbitalParameters_1_1StateOrientation.html#a7bdbee4004c4b3893ecb12ed29a79cad":[0,0,0,0,14,3,4], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateOrientation.html#a7bdbee4004c4b3893ecb12ed29a79cad":[1,0,0,0,12,3,4], +"classIO_1_1SDK_1_1OrbitalParameters_1_1StateOrientation.html#a7bdbee4004c4b3893ecb12ed29a79cad":[0,0,0,0,14,3,4], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateOrientation.html#a95b75e98a3b40803083983c1a6375751":[1,0,0,0,12,3,5], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateOrientation.html#a95b75e98a3b40803083983c1a6375751":[0,0,0,0,14,3,5], -"classIO_1_1SDK_1_1OrbitalParameters_1_1StateOrientation.html#a966d1965d178cce8ce49d93f58231ddf":[0,0,0,0,14,3,9], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateOrientation.html#a966d1965d178cce8ce49d93f58231ddf":[1,0,0,0,12,3,9], -"classIO_1_1SDK_1_1OrbitalParameters_1_1StateOrientation.html#a9bc0dbaa2d2c94e69e603ba2c3e6c52d":[1,0,0,0,12,3,0], +"classIO_1_1SDK_1_1OrbitalParameters_1_1StateOrientation.html#a966d1965d178cce8ce49d93f58231ddf":[0,0,0,0,14,3,9], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateOrientation.html#a9bc0dbaa2d2c94e69e603ba2c3e6c52d":[0,0,0,0,14,3,0], -"classIO_1_1SDK_1_1OrbitalParameters_1_1StateOrientation.html#ac6cbedbbee6ef523eeb6497020e041c5":[1,0,0,0,12,3,2], +"classIO_1_1SDK_1_1OrbitalParameters_1_1StateOrientation.html#a9bc0dbaa2d2c94e69e603ba2c3e6c52d":[1,0,0,0,12,3,0], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateOrientation.html#ac6cbedbbee6ef523eeb6497020e041c5":[0,0,0,0,14,3,2], -"classIO_1_1SDK_1_1OrbitalParameters_1_1StateOrientation.html#ad262ecec6aec4813463617675b7f8db4":[1,0,0,0,12,3,3], +"classIO_1_1SDK_1_1OrbitalParameters_1_1StateOrientation.html#ac6cbedbbee6ef523eeb6497020e041c5":[1,0,0,0,12,3,2], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateOrientation.html#ad262ecec6aec4813463617675b7f8db4":[0,0,0,0,14,3,3], -"classIO_1_1SDK_1_1OrbitalParameters_1_1StateOrientation.html#ae82f1f16ccd6fc4492711ab4015007a7":[0,0,0,0,14,3,8], +"classIO_1_1SDK_1_1OrbitalParameters_1_1StateOrientation.html#ad262ecec6aec4813463617675b7f8db4":[1,0,0,0,12,3,3], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateOrientation.html#ae82f1f16ccd6fc4492711ab4015007a7":[1,0,0,0,12,3,8], +"classIO_1_1SDK_1_1OrbitalParameters_1_1StateOrientation.html#ae82f1f16ccd6fc4492711ab4015007a7":[0,0,0,0,14,3,8], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateOrientation.html#af0f4e245ca88ca9b9a1c3afd8b8c29d6":[0,0,0,0,14,3,6], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateOrientation.html#af0f4e245ca88ca9b9a1c3afd8b8c29d6":[1,0,0,0,12,3,6], -"classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html":[1,0,0,0,12,4], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html":[0,0,0,0,14,4], +"classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html":[1,0,0,0,12,4], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#a06eb54dff8bb899eb10ede7f2c645860":[0,0,0,0,14,4,20], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#a06eb54dff8bb899eb10ede7f2c645860":[1,0,0,0,12,4,20], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#a07af50c26b29e4a4aadba8c3a5436301":[0,0,0,0,14,4,19], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#a07af50c26b29e4a4aadba8c3a5436301":[1,0,0,0,12,4,19], -"classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#a0e073ec02f166e2a0e73d45bb0b51ad4":[1,0,0,0,12,4,16], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#a0e073ec02f166e2a0e73d45bb0b51ad4":[0,0,0,0,14,4,16], -"classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#a19caa3a0f0be196737c8641cd02acdb7":[1,0,0,0,12,4,9], +"classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#a0e073ec02f166e2a0e73d45bb0b51ad4":[1,0,0,0,12,4,16], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#a19caa3a0f0be196737c8641cd02acdb7":[0,0,0,0,14,4,9], +"classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#a19caa3a0f0be196737c8641cd02acdb7":[1,0,0,0,12,4,9], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#a332de9de9dc18d3dfd4a0923e8879884":[0,0,0,0,14,4,18], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#a332de9de9dc18d3dfd4a0923e8879884":[1,0,0,0,12,4,18], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#a454ea1af1c9093452bf5e3cc851d3c19":[1,0,0,0,12,4,8], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#a454ea1af1c9093452bf5e3cc851d3c19":[0,0,0,0,14,4,8], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#a50e1d2e8092a96ab6147f4ca0174f25c":[1,0,0,0,12,4,2], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#a50e1d2e8092a96ab6147f4ca0174f25c":[0,0,0,0,14,4,2], -"classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#a54b0a18c9f0a8207ae7c92f1bea52d8f":[0,0,0,0,14,4,21], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#a54b0a18c9f0a8207ae7c92f1bea52d8f":[1,0,0,0,12,4,21], -"classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#a5b18dfce47347c4efee4f543e2d16715":[0,0,0,0,14,4,11], +"classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#a54b0a18c9f0a8207ae7c92f1bea52d8f":[0,0,0,0,14,4,21], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#a5b18dfce47347c4efee4f543e2d16715":[1,0,0,0,12,4,11], -"classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#a7fa8add2591a9e1cf4efdc77076e2536":[0,0,0,0,14,4,13], +"classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#a5b18dfce47347c4efee4f543e2d16715":[0,0,0,0,14,4,11], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#a7fa8add2591a9e1cf4efdc77076e2536":[1,0,0,0,12,4,13], +"classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#a7fa8add2591a9e1cf4efdc77076e2536":[0,0,0,0,14,4,13], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#a8fb2bef17490a0c42ecae35d603089a7":[1,0,0,0,12,4,12], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#a8fb2bef17490a0c42ecae35d603089a7":[0,0,0,0,14,4,12], -"classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#a982c45fe0d503de2d2088eeb5e0b12de":[1,0,0,0,12,4,6], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#a982c45fe0d503de2d2088eeb5e0b12de":[0,0,0,0,14,4,6], -"classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#aa78bddcbeb0f84aff55c9f15f7243c36":[1,0,0,0,12,4,4], +"classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#a982c45fe0d503de2d2088eeb5e0b12de":[1,0,0,0,12,4,6], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#aa78bddcbeb0f84aff55c9f15f7243c36":[0,0,0,0,14,4,4], +"classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#aa78bddcbeb0f84aff55c9f15f7243c36":[1,0,0,0,12,4,4], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#ab566a3acd94c32d25c7af8ad06788cd2":[1,0,0,0,12,4,7], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#ab566a3acd94c32d25c7af8ad06788cd2":[0,0,0,0,14,4,7], -"classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#ae617df6db320e743a6ef1ba6bcb52ba0":[1,0,0,0,12,4,17], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#ae617df6db320e743a6ef1ba6bcb52ba0":[0,0,0,0,14,4,17], +"classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#ae617df6db320e743a6ef1ba6bcb52ba0":[1,0,0,0,12,4,17], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#ae69a74c24d1a2f3308f940c2fa3dfed0":[0,0,0,0,14,4,1], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#ae69a74c24d1a2f3308f940c2fa3dfed0":[1,0,0,0,12,4,1], -"classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#aec6fcd6a6b41ba41f1e0c60b8e947afe":[1,0,0,0,12,4,14], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#aec6fcd6a6b41ba41f1e0c60b8e947afe":[0,0,0,0,14,4,14], -"classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#aed24536ab245249515cd97877a0017f0":[0,0,0,0,14,4,3], +"classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#aec6fcd6a6b41ba41f1e0c60b8e947afe":[1,0,0,0,12,4,14], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#aed24536ab245249515cd97877a0017f0":[1,0,0,0,12,4,3], -"classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#aedc2e70d87ac57d7b06af5dacdd5d94e":[0,0,0,0,14,4,5] +"classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#aed24536ab245249515cd97877a0017f0":[0,0,0,0,14,4,3], +"classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#aedc2e70d87ac57d7b06af5dacdd5d94e":[0,0,0,0,14,4,5], +"classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#aedc2e70d87ac57d7b06af5dacdd5d94e":[1,0,0,0,12,4,5], +"classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#aededa29c887cda753e85527809fe77ab":[0,0,0,0,14,4,10] }; diff --git a/Docs/html/navtreeindex7.js b/Docs/html/navtreeindex7.js index 96c78a77..c588bf26 100644 --- a/Docs/html/navtreeindex7.js +++ b/Docs/html/navtreeindex7.js @@ -1,92 +1,90 @@ var NAVTREEINDEX7 = { -"classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#aedc2e70d87ac57d7b06af5dacdd5d94e":[1,0,0,0,12,4,5], -"classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#aededa29c887cda753e85527809fe77ab":[0,0,0,0,14,4,10], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#aededa29c887cda753e85527809fe77ab":[1,0,0,0,12,4,10], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#af16ab93bd4df9c37c1714d2c9b24838b":[0,0,0,0,14,4,15], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#af16ab93bd4df9c37c1714d2c9b24838b":[1,0,0,0,12,4,15], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#af20e223332efca079e0a3b22b4152be7":[0,0,0,0,14,4,22], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#af20e223332efca079e0a3b22b4152be7":[1,0,0,0,12,4,22], -"classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#af828475071cab0ed417f496a33874d28":[0,0,0,0,14,4,0], "classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#af828475071cab0ed417f496a33874d28":[1,0,0,0,12,4,0], +"classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.html#af828475071cab0ed417f496a33874d28":[0,0,0,0,14,4,0], "classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html":[0,0,0,0,14,5], "classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html":[1,0,0,0,12,5], "classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#a1f1de57f7c7d7327c27ac580cad07dec":[0,0,0,0,14,5,0], "classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#a1f1de57f7c7d7327c27ac580cad07dec":[1,0,0,0,12,5,0], -"classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#a3b851458bb413fa96af6dfc068cd6854":[1,0,0,0,12,5,2], "classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#a3b851458bb413fa96af6dfc068cd6854":[0,0,0,0,14,5,2], -"classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#a4c8b1df1e5515588eb0631e61e93d085":[1,0,0,0,12,5,10], +"classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#a3b851458bb413fa96af6dfc068cd6854":[1,0,0,0,12,5,2], "classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#a4c8b1df1e5515588eb0631e61e93d085":[0,0,0,0,14,5,10], +"classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#a4c8b1df1e5515588eb0631e61e93d085":[1,0,0,0,12,5,10], "classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#a625313868a6c46217cde71e15a85b674":[0,0,0,0,14,5,9], "classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#a625313868a6c46217cde71e15a85b674":[1,0,0,0,12,5,9], -"classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#a64fc56364b68ebc8bfb001a4f4fe9b6e":[0,0,0,0,14,5,3], "classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#a64fc56364b68ebc8bfb001a4f4fe9b6e":[1,0,0,0,12,5,3], -"classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#a6f61f739813050538c89b6f2841a8b42":[1,0,0,0,12,5,13], +"classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#a64fc56364b68ebc8bfb001a4f4fe9b6e":[0,0,0,0,14,5,3], "classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#a6f61f739813050538c89b6f2841a8b42":[0,0,0,0,14,5,13], +"classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#a6f61f739813050538c89b6f2841a8b42":[1,0,0,0,12,5,13], "classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#a72c15ec42964f9bc2511f9279bf1ffbb":[1,0,0,0,12,5,15], "classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#a72c15ec42964f9bc2511f9279bf1ffbb":[0,0,0,0,14,5,15], "classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#a7c59c0341b55a7ec60022142b3a3aec9":[1,0,0,0,12,5,17], "classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#a7c59c0341b55a7ec60022142b3a3aec9":[0,0,0,0,14,5,17], -"classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#a8399e4e0d0cd845265b1b933dea8a8d9":[1,0,0,0,12,5,12], "classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#a8399e4e0d0cd845265b1b933dea8a8d9":[0,0,0,0,14,5,12], +"classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#a8399e4e0d0cd845265b1b933dea8a8d9":[1,0,0,0,12,5,12], "classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#a86fbc0a06220362c2586810cf2d33f07":[1,0,0,0,12,5,6], "classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#a86fbc0a06220362c2586810cf2d33f07":[0,0,0,0,14,5,6], -"classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#a9e4f6d8c88e77a9698d089566c5e1f05":[0,0,0,0,14,5,7], "classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#a9e4f6d8c88e77a9698d089566c5e1f05":[1,0,0,0,12,5,7], -"classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#ab967f8a4c030b6025121a13d242ea1e2":[0,0,0,0,14,5,8], +"classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#a9e4f6d8c88e77a9698d089566c5e1f05":[0,0,0,0,14,5,7], "classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#ab967f8a4c030b6025121a13d242ea1e2":[1,0,0,0,12,5,8], -"classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#acc0cc4cf66e86482466ee8bddd8aefdd":[0,0,0,0,14,5,11], +"classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#ab967f8a4c030b6025121a13d242ea1e2":[0,0,0,0,14,5,8], "classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#acc0cc4cf66e86482466ee8bddd8aefdd":[1,0,0,0,12,5,11], +"classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#acc0cc4cf66e86482466ee8bddd8aefdd":[0,0,0,0,14,5,11], "classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#acd1c8ec505ab6e8484ece370718b9170":[1,0,0,0,12,5,5], "classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#acd1c8ec505ab6e8484ece370718b9170":[0,0,0,0,14,5,5], -"classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#ad02bc037aae9d931f138285fdb49e483":[0,0,0,0,14,5,14], "classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#ad02bc037aae9d931f138285fdb49e483":[1,0,0,0,12,5,14], +"classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#ad02bc037aae9d931f138285fdb49e483":[0,0,0,0,14,5,14], "classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#ad499a14a42e8345dbd92615667a01e13":[0,0,0,0,14,5,16], "classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#ad499a14a42e8345dbd92615667a01e13":[1,0,0,0,12,5,16], -"classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#ae8ee9a11161f1b447280153c58640ff1":[0,0,0,0,14,5,4], "classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#ae8ee9a11161f1b447280153c58640ff1":[1,0,0,0,12,5,4], +"classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#ae8ee9a11161f1b447280153c58640ff1":[0,0,0,0,14,5,4], "classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#aef49f74bc57a0ba82f92cd16d0b790c2":[1,0,0,0,12,5,1], "classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.html#aef49f74bc57a0ba82f92cd16d0b790c2":[0,0,0,0,14,5,1], -"classIO_1_1SDK_1_1Propagators_1_1Propagator.html":[1,0,0,0,13,0], "classIO_1_1SDK_1_1Propagators_1_1Propagator.html":[0,0,0,0,16,0], -"classIO_1_1SDK_1_1Propagators_1_1Propagator.html#a26a491b31f9ebb2f162dd916c6f20c51":[0,0,0,0,16,0,10], +"classIO_1_1SDK_1_1Propagators_1_1Propagator.html":[1,0,0,0,13,0], "classIO_1_1SDK_1_1Propagators_1_1Propagator.html#a26a491b31f9ebb2f162dd916c6f20c51":[1,0,0,0,13,0,10], +"classIO_1_1SDK_1_1Propagators_1_1Propagator.html#a26a491b31f9ebb2f162dd916c6f20c51":[0,0,0,0,16,0,10], "classIO_1_1SDK_1_1Propagators_1_1Propagator.html#a901965fa32633492d1bdb6b0fff407f4":[0,0,0,0,16,0,3], "classIO_1_1SDK_1_1Propagators_1_1Propagator.html#a901965fa32633492d1bdb6b0fff407f4":[1,0,0,0,13,0,3], "classIO_1_1SDK_1_1Propagators_1_1Propagator.html#a97cfba8224a250c45125cd1460eca1d5":[0,0,0,0,16,0,0], "classIO_1_1SDK_1_1Propagators_1_1Propagator.html#a97cfba8224a250c45125cd1460eca1d5":[1,0,0,0,13,0,0], -"classIO_1_1SDK_1_1Propagators_1_1Propagator.html#aa23bc29f03dda598221896e8ef428517":[0,0,0,0,16,0,5], "classIO_1_1SDK_1_1Propagators_1_1Propagator.html#aa23bc29f03dda598221896e8ef428517":[1,0,0,0,13,0,5], -"classIO_1_1SDK_1_1Propagators_1_1Propagator.html#aa67df9fbde8c2572c61516340ff46892":[1,0,0,0,13,0,4], +"classIO_1_1SDK_1_1Propagators_1_1Propagator.html#aa23bc29f03dda598221896e8ef428517":[0,0,0,0,16,0,5], "classIO_1_1SDK_1_1Propagators_1_1Propagator.html#aa67df9fbde8c2572c61516340ff46892":[0,0,0,0,16,0,4], -"classIO_1_1SDK_1_1Propagators_1_1Propagator.html#ab5419570dcb06eab70cc1983782a1e07":[1,0,0,0,13,0,9], +"classIO_1_1SDK_1_1Propagators_1_1Propagator.html#aa67df9fbde8c2572c61516340ff46892":[1,0,0,0,13,0,4], "classIO_1_1SDK_1_1Propagators_1_1Propagator.html#ab5419570dcb06eab70cc1983782a1e07":[0,0,0,0,16,0,9], -"classIO_1_1SDK_1_1Propagators_1_1Propagator.html#ac06526963ad40390734ce5dae54a320d":[1,0,0,0,13,0,1], +"classIO_1_1SDK_1_1Propagators_1_1Propagator.html#ab5419570dcb06eab70cc1983782a1e07":[1,0,0,0,13,0,9], "classIO_1_1SDK_1_1Propagators_1_1Propagator.html#ac06526963ad40390734ce5dae54a320d":[0,0,0,0,16,0,1], -"classIO_1_1SDK_1_1Propagators_1_1Propagator.html#ac7bda9d9d8f21da101b52959d0ea23cd":[1,0,0,0,13,0,6], +"classIO_1_1SDK_1_1Propagators_1_1Propagator.html#ac06526963ad40390734ce5dae54a320d":[1,0,0,0,13,0,1], "classIO_1_1SDK_1_1Propagators_1_1Propagator.html#ac7bda9d9d8f21da101b52959d0ea23cd":[0,0,0,0,16,0,6], +"classIO_1_1SDK_1_1Propagators_1_1Propagator.html#ac7bda9d9d8f21da101b52959d0ea23cd":[1,0,0,0,13,0,6], "classIO_1_1SDK_1_1Propagators_1_1Propagator.html#aecaf8d7bae8ec2f023900c1ca6ad5e94":[1,0,0,0,13,0,2], "classIO_1_1SDK_1_1Propagators_1_1Propagator.html#aecaf8d7bae8ec2f023900c1ca6ad5e94":[0,0,0,0,16,0,2], -"classIO_1_1SDK_1_1Propagators_1_1Propagator.html#af56312404623a188b322098bae61fef9":[1,0,0,0,13,0,7], "classIO_1_1SDK_1_1Propagators_1_1Propagator.html#af56312404623a188b322098bae61fef9":[0,0,0,0,16,0,7], -"classIO_1_1SDK_1_1Propagators_1_1Propagator.html#af56be1e2e744794d6b9581dd543fbc53":[1,0,0,0,13,0,8], +"classIO_1_1SDK_1_1Propagators_1_1Propagator.html#af56312404623a188b322098bae61fef9":[1,0,0,0,13,0,7], "classIO_1_1SDK_1_1Propagators_1_1Propagator.html#af56be1e2e744794d6b9581dd543fbc53":[0,0,0,0,16,0,8], +"classIO_1_1SDK_1_1Propagators_1_1Propagator.html#af56be1e2e744794d6b9581dd543fbc53":[1,0,0,0,13,0,8], "classIO_1_1SDK_1_1Scenario.html":[0,0,0,0,26], "classIO_1_1SDK_1_1Scenario.html":[1,0,0,0,23], -"classIO_1_1SDK_1_1Scenario.html#a0e3cd3bf3d3e6a238cf2c69ced4b922e":[0,0,0,0,26,5], "classIO_1_1SDK_1_1Scenario.html#a0e3cd3bf3d3e6a238cf2c69ced4b922e":[1,0,0,0,23,5], +"classIO_1_1SDK_1_1Scenario.html#a0e3cd3bf3d3e6a238cf2c69ced4b922e":[0,0,0,0,26,5], "classIO_1_1SDK_1_1Scenario.html#a10e011d873729fab0bd64bc73904eece":[1,0,0,0,23,15], "classIO_1_1SDK_1_1Scenario.html#a10e011d873729fab0bd64bc73904eece":[0,0,0,0,26,15], -"classIO_1_1SDK_1_1Scenario.html#a1865a2b2b635af46f810dda630971b73":[1,0,0,0,23,17], "classIO_1_1SDK_1_1Scenario.html#a1865a2b2b635af46f810dda630971b73":[0,0,0,0,26,17], +"classIO_1_1SDK_1_1Scenario.html#a1865a2b2b635af46f810dda630971b73":[1,0,0,0,23,17], "classIO_1_1SDK_1_1Scenario.html#a1edecc4b70536953805561cfcb6f263f":[1,0,0,0,23,4], "classIO_1_1SDK_1_1Scenario.html#a1edecc4b70536953805561cfcb6f263f":[0,0,0,0,26,4], -"classIO_1_1SDK_1_1Scenario.html#a38fb82b4679d789a253bcfa29ef627d4":[1,0,0,0,23,1], "classIO_1_1SDK_1_1Scenario.html#a38fb82b4679d789a253bcfa29ef627d4":[0,0,0,0,26,1], +"classIO_1_1SDK_1_1Scenario.html#a38fb82b4679d789a253bcfa29ef627d4":[1,0,0,0,23,1], "classIO_1_1SDK_1_1Scenario.html#a48c2803d92a0487167a9490dc75c4aac":[0,0,0,0,26,6], "classIO_1_1SDK_1_1Scenario.html#a48c2803d92a0487167a9490dc75c4aac":[1,0,0,0,23,6], -"classIO_1_1SDK_1_1Scenario.html#a5023a3fec59ef54ca3d1f301d8313d19":[1,0,0,0,23,11], "classIO_1_1SDK_1_1Scenario.html#a5023a3fec59ef54ca3d1f301d8313d19":[0,0,0,0,26,11], +"classIO_1_1SDK_1_1Scenario.html#a5023a3fec59ef54ca3d1f301d8313d19":[1,0,0,0,23,11], "classIO_1_1SDK_1_1Scenario.html#a6544f3a19931cd174f2f2c811d8fdf4c":[0,0,0,0,26,12], "classIO_1_1SDK_1_1Scenario.html#a6544f3a19931cd174f2f2c811d8fdf4c":[1,0,0,0,23,12], "classIO_1_1SDK_1_1Scenario.html#a76eb3dbeb26f0974b491336f2c9d5596":[0,0,0,0,26,16], @@ -95,18 +93,18 @@ var NAVTREEINDEX7 = "classIO_1_1SDK_1_1Scenario.html#a786a1044cf68de4ecc85aef250f01eba":[1,0,0,0,23,2], "classIO_1_1SDK_1_1Scenario.html#a7e05864ac61004dab277fe3f9ac263e7":[0,0,0,0,26,0], "classIO_1_1SDK_1_1Scenario.html#a7e05864ac61004dab277fe3f9ac263e7":[1,0,0,0,23,0], -"classIO_1_1SDK_1_1Scenario.html#a8468e291b7910ec50fab34035bf1e178":[0,0,0,0,26,9], "classIO_1_1SDK_1_1Scenario.html#a8468e291b7910ec50fab34035bf1e178":[1,0,0,0,23,9], +"classIO_1_1SDK_1_1Scenario.html#a8468e291b7910ec50fab34035bf1e178":[0,0,0,0,26,9], "classIO_1_1SDK_1_1Scenario.html#ac87ca28b5c56abea86b626a6067e9e03":[0,0,0,0,26,3], "classIO_1_1SDK_1_1Scenario.html#ac87ca28b5c56abea86b626a6067e9e03":[1,0,0,0,23,3], -"classIO_1_1SDK_1_1Scenario.html#ad5481ea666b9fcbb012f0308a9446654":[0,0,0,0,26,13], "classIO_1_1SDK_1_1Scenario.html#ad5481ea666b9fcbb012f0308a9446654":[1,0,0,0,23,13], +"classIO_1_1SDK_1_1Scenario.html#ad5481ea666b9fcbb012f0308a9446654":[0,0,0,0,26,13], "classIO_1_1SDK_1_1Scenario.html#ad90005ecbd0ec3bf596c81e4758023d7":[1,0,0,0,23,8], "classIO_1_1SDK_1_1Scenario.html#ad90005ecbd0ec3bf596c81e4758023d7":[0,0,0,0,26,8], "classIO_1_1SDK_1_1Scenario.html#ade87552a4da5e253547c5cb44e22ea69":[1,0,0,0,23,10], "classIO_1_1SDK_1_1Scenario.html#ade87552a4da5e253547c5cb44e22ea69":[0,0,0,0,26,10], -"classIO_1_1SDK_1_1Scenario.html#aeee297b71c3a8eeabdf538e24ad7182a":[0,0,0,0,26,14], "classIO_1_1SDK_1_1Scenario.html#aeee297b71c3a8eeabdf538e24ad7182a":[1,0,0,0,23,14], +"classIO_1_1SDK_1_1Scenario.html#aeee297b71c3a8eeabdf538e24ad7182a":[0,0,0,0,26,14], "classIO_1_1SDK_1_1Scenario.html#aefd1fe0c77211b597e71599be8f8482a":[1,0,0,0,23,7], "classIO_1_1SDK_1_1Scenario.html#aefd1fe0c77211b597e71599be8f8482a":[0,0,0,0,26,7], "classIO_1_1SDK_1_1Sites_1_1LaunchSite.html":[0,0,0,0,17,0], @@ -115,139 +113,141 @@ var NAVTREEINDEX7 = "classIO_1_1SDK_1_1Sites_1_1LaunchSite.html#a06774cb6d482c4357f89055a1ce8831e":[1,0,0,0,14,0,2], "classIO_1_1SDK_1_1Sites_1_1LaunchSite.html#a4f0f13af4de3a53f629bba4e857dbd7b":[0,0,0,0,17,0,3], "classIO_1_1SDK_1_1Sites_1_1LaunchSite.html#a4f0f13af4de3a53f629bba4e857dbd7b":[1,0,0,0,14,0,3], -"classIO_1_1SDK_1_1Sites_1_1LaunchSite.html#abd11ded2df13281c0f4f92ddd958e48c":[0,0,0,0,17,0,0], "classIO_1_1SDK_1_1Sites_1_1LaunchSite.html#abd11ded2df13281c0f4f92ddd958e48c":[1,0,0,0,14,0,0], -"classIO_1_1SDK_1_1Sites_1_1LaunchSite.html#ad828c9877d22155bb3d0cee0b5c9bc06":[0,0,0,0,17,0,1], +"classIO_1_1SDK_1_1Sites_1_1LaunchSite.html#abd11ded2df13281c0f4f92ddd958e48c":[0,0,0,0,17,0,0], "classIO_1_1SDK_1_1Sites_1_1LaunchSite.html#ad828c9877d22155bb3d0cee0b5c9bc06":[1,0,0,0,14,0,1], -"classIO_1_1SDK_1_1Sites_1_1Site.html":[0,0,0,0,17,1], +"classIO_1_1SDK_1_1Sites_1_1LaunchSite.html#ad828c9877d22155bb3d0cee0b5c9bc06":[0,0,0,0,17,0,1], "classIO_1_1SDK_1_1Sites_1_1Site.html":[1,0,0,0,14,1], +"classIO_1_1SDK_1_1Sites_1_1Site.html":[0,0,0,0,17,1], "classIO_1_1SDK_1_1Sites_1_1Site.html#a00a4b10eb729acb50f04d1bc56801152":[1,0,0,0,14,1,2], "classIO_1_1SDK_1_1Sites_1_1Site.html#a00a4b10eb729acb50f04d1bc56801152":[0,0,0,0,17,1,2], -"classIO_1_1SDK_1_1Sites_1_1Site.html#a048ea5ef3ba05cc0174b35d51d831849":[1,0,0,0,14,1,28], "classIO_1_1SDK_1_1Sites_1_1Site.html#a048ea5ef3ba05cc0174b35d51d831849":[0,0,0,0,17,1,28], +"classIO_1_1SDK_1_1Sites_1_1Site.html#a048ea5ef3ba05cc0174b35d51d831849":[1,0,0,0,14,1,28], "classIO_1_1SDK_1_1Sites_1_1Site.html#a057532dcf2c25a427f1935e4c6108297":[0,0,0,0,17,1,12], "classIO_1_1SDK_1_1Sites_1_1Site.html#a057532dcf2c25a427f1935e4c6108297":[1,0,0,0,14,1,12], "classIO_1_1SDK_1_1Sites_1_1Site.html#a0eb4079ce265bfcb70556ed051557ffa":[1,0,0,0,14,1,4], "classIO_1_1SDK_1_1Sites_1_1Site.html#a0eb4079ce265bfcb70556ed051557ffa":[0,0,0,0,17,1,4], -"classIO_1_1SDK_1_1Sites_1_1Site.html#a122e8c54214f83c813a41d0d41b485aa":[1,0,0,0,14,1,17], "classIO_1_1SDK_1_1Sites_1_1Site.html#a122e8c54214f83c813a41d0d41b485aa":[0,0,0,0,17,1,17], -"classIO_1_1SDK_1_1Sites_1_1Site.html#a28a013a4a1d28604c291df89853a996f":[1,0,0,0,14,1,13], +"classIO_1_1SDK_1_1Sites_1_1Site.html#a122e8c54214f83c813a41d0d41b485aa":[1,0,0,0,14,1,17], "classIO_1_1SDK_1_1Sites_1_1Site.html#a28a013a4a1d28604c291df89853a996f":[0,0,0,0,17,1,13], -"classIO_1_1SDK_1_1Sites_1_1Site.html#a2ee48b444fea67e62cdc02f1a69aa619":[1,0,0,0,14,1,14], +"classIO_1_1SDK_1_1Sites_1_1Site.html#a28a013a4a1d28604c291df89853a996f":[1,0,0,0,14,1,13], "classIO_1_1SDK_1_1Sites_1_1Site.html#a2ee48b444fea67e62cdc02f1a69aa619":[0,0,0,0,17,1,14], -"classIO_1_1SDK_1_1Sites_1_1Site.html#a335d8c7834930c92631389c042e3e280":[1,0,0,0,14,1,18], +"classIO_1_1SDK_1_1Sites_1_1Site.html#a2ee48b444fea67e62cdc02f1a69aa619":[1,0,0,0,14,1,14], "classIO_1_1SDK_1_1Sites_1_1Site.html#a335d8c7834930c92631389c042e3e280":[0,0,0,0,17,1,18], -"classIO_1_1SDK_1_1Sites_1_1Site.html#a34e6665bff147b05d9785df1a07e071f":[0,0,0,0,17,1,29], +"classIO_1_1SDK_1_1Sites_1_1Site.html#a335d8c7834930c92631389c042e3e280":[1,0,0,0,14,1,18], "classIO_1_1SDK_1_1Sites_1_1Site.html#a34e6665bff147b05d9785df1a07e071f":[1,0,0,0,14,1,29], -"classIO_1_1SDK_1_1Sites_1_1Site.html#a3563627759043d1dc2eb28006d230642":[0,0,0,0,17,1,10], +"classIO_1_1SDK_1_1Sites_1_1Site.html#a34e6665bff147b05d9785df1a07e071f":[0,0,0,0,17,1,29], "classIO_1_1SDK_1_1Sites_1_1Site.html#a3563627759043d1dc2eb28006d230642":[1,0,0,0,14,1,10], -"classIO_1_1SDK_1_1Sites_1_1Site.html#a3e6aebec0fe50d8705d262dcd9f3209a":[0,0,0,0,17,1,1], +"classIO_1_1SDK_1_1Sites_1_1Site.html#a3563627759043d1dc2eb28006d230642":[0,0,0,0,17,1,10], "classIO_1_1SDK_1_1Sites_1_1Site.html#a3e6aebec0fe50d8705d262dcd9f3209a":[1,0,0,0,14,1,1], +"classIO_1_1SDK_1_1Sites_1_1Site.html#a3e6aebec0fe50d8705d262dcd9f3209a":[0,0,0,0,17,1,1], "classIO_1_1SDK_1_1Sites_1_1Site.html#a463f193ac980dd30ca9e95023862e063":[1,0,0,0,14,1,0], "classIO_1_1SDK_1_1Sites_1_1Site.html#a463f193ac980dd30ca9e95023862e063":[0,0,0,0,17,1,0], -"classIO_1_1SDK_1_1Sites_1_1Site.html#a8401edeb2d436a5ddc75ae787dfacb6f":[0,0,0,0,17,1,3], "classIO_1_1SDK_1_1Sites_1_1Site.html#a8401edeb2d436a5ddc75ae787dfacb6f":[1,0,0,0,14,1,3], -"classIO_1_1SDK_1_1Sites_1_1Site.html#a87b8550acd86a6809885c84236c3855a":[0,0,0,0,17,1,8], +"classIO_1_1SDK_1_1Sites_1_1Site.html#a8401edeb2d436a5ddc75ae787dfacb6f":[0,0,0,0,17,1,3], "classIO_1_1SDK_1_1Sites_1_1Site.html#a87b8550acd86a6809885c84236c3855a":[1,0,0,0,14,1,8], -"classIO_1_1SDK_1_1Sites_1_1Site.html#a9078603afed9946645c6546dba1b139a":[0,0,0,0,17,1,15], +"classIO_1_1SDK_1_1Sites_1_1Site.html#a87b8550acd86a6809885c84236c3855a":[0,0,0,0,17,1,8], "classIO_1_1SDK_1_1Sites_1_1Site.html#a9078603afed9946645c6546dba1b139a":[1,0,0,0,14,1,15], +"classIO_1_1SDK_1_1Sites_1_1Site.html#a9078603afed9946645c6546dba1b139a":[0,0,0,0,17,1,15], "classIO_1_1SDK_1_1Sites_1_1Site.html#a99128f1aea970dfb4c5b6a6dcf39a63c":[0,0,0,0,17,1,9], "classIO_1_1SDK_1_1Sites_1_1Site.html#a99128f1aea970dfb4c5b6a6dcf39a63c":[1,0,0,0,14,1,9], -"classIO_1_1SDK_1_1Sites_1_1Site.html#a9e039cb1d160ef2e0e31e5b752d40e31":[1,0,0,0,14,1,5], "classIO_1_1SDK_1_1Sites_1_1Site.html#a9e039cb1d160ef2e0e31e5b752d40e31":[0,0,0,0,17,1,5], +"classIO_1_1SDK_1_1Sites_1_1Site.html#a9e039cb1d160ef2e0e31e5b752d40e31":[1,0,0,0,14,1,5], "classIO_1_1SDK_1_1Sites_1_1Site.html#a9ec6961014a7e44b4a70035dbadea015":[0,0,0,0,17,1,7], "classIO_1_1SDK_1_1Sites_1_1Site.html#a9ec6961014a7e44b4a70035dbadea015":[1,0,0,0,14,1,7], -"classIO_1_1SDK_1_1Sites_1_1Site.html#aa88d270584a457e08b86443f31a26044":[0,0,0,0,17,1,19], "classIO_1_1SDK_1_1Sites_1_1Site.html#aa88d270584a457e08b86443f31a26044":[1,0,0,0,14,1,19], -"classIO_1_1SDK_1_1Sites_1_1Site.html#aa8c1fdc55eaa275d594bb30b99f11582":[1,0,0,0,14,1,24], +"classIO_1_1SDK_1_1Sites_1_1Site.html#aa88d270584a457e08b86443f31a26044":[0,0,0,0,17,1,19], "classIO_1_1SDK_1_1Sites_1_1Site.html#aa8c1fdc55eaa275d594bb30b99f11582":[0,0,0,0,17,1,24], -"classIO_1_1SDK_1_1Sites_1_1Site.html#aab32c263be6d18a1225767c8bc688079":[0,0,0,0,17,1,25], +"classIO_1_1SDK_1_1Sites_1_1Site.html#aa8c1fdc55eaa275d594bb30b99f11582":[1,0,0,0,14,1,24], "classIO_1_1SDK_1_1Sites_1_1Site.html#aab32c263be6d18a1225767c8bc688079":[1,0,0,0,14,1,25], +"classIO_1_1SDK_1_1Sites_1_1Site.html#aab32c263be6d18a1225767c8bc688079":[0,0,0,0,17,1,25], "classIO_1_1SDK_1_1Sites_1_1Site.html#ab39517b6c983d54c6ce8db8bfb440e8d":[1,0,0,0,14,1,11], "classIO_1_1SDK_1_1Sites_1_1Site.html#ab39517b6c983d54c6ce8db8bfb440e8d":[0,0,0,0,17,1,11], -"classIO_1_1SDK_1_1Sites_1_1Site.html#ab94fe43caaedefea3b0c5760be92bed7":[1,0,0,0,14,1,30], "classIO_1_1SDK_1_1Sites_1_1Site.html#ab94fe43caaedefea3b0c5760be92bed7":[0,0,0,0,17,1,30], -"classIO_1_1SDK_1_1Sites_1_1Site.html#abddbfa11d39410da5b01052ba2f3837f":[0,0,0,0,17,1,22], +"classIO_1_1SDK_1_1Sites_1_1Site.html#ab94fe43caaedefea3b0c5760be92bed7":[1,0,0,0,14,1,30], "classIO_1_1SDK_1_1Sites_1_1Site.html#abddbfa11d39410da5b01052ba2f3837f":[1,0,0,0,14,1,22], -"classIO_1_1SDK_1_1Sites_1_1Site.html#abf90275fd37bb35d963acf7eaafcaab7":[0,0,0,0,17,1,6], +"classIO_1_1SDK_1_1Sites_1_1Site.html#abddbfa11d39410da5b01052ba2f3837f":[0,0,0,0,17,1,22], "classIO_1_1SDK_1_1Sites_1_1Site.html#abf90275fd37bb35d963acf7eaafcaab7":[1,0,0,0,14,1,6], +"classIO_1_1SDK_1_1Sites_1_1Site.html#abf90275fd37bb35d963acf7eaafcaab7":[0,0,0,0,17,1,6], "classIO_1_1SDK_1_1Sites_1_1Site.html#ac027514ca28c242cee08222fd01883b6":[1,0,0,0,14,1,27], "classIO_1_1SDK_1_1Sites_1_1Site.html#ac027514ca28c242cee08222fd01883b6":[0,0,0,0,17,1,27], -"classIO_1_1SDK_1_1Sites_1_1Site.html#ac2f05101b5973273c0e2a297b066ba7d":[0,0,0,0,17,1,21], "classIO_1_1SDK_1_1Sites_1_1Site.html#ac2f05101b5973273c0e2a297b066ba7d":[1,0,0,0,14,1,21], -"classIO_1_1SDK_1_1Sites_1_1Site.html#ad0968e8b52c47b093c67ca81579a68a5":[0,0,0,0,17,1,16], +"classIO_1_1SDK_1_1Sites_1_1Site.html#ac2f05101b5973273c0e2a297b066ba7d":[0,0,0,0,17,1,21], "classIO_1_1SDK_1_1Sites_1_1Site.html#ad0968e8b52c47b093c67ca81579a68a5":[1,0,0,0,14,1,16], -"classIO_1_1SDK_1_1Sites_1_1Site.html#ad63a9c05d45bd8c44f7655484d9bf1c7":[0,0,0,0,17,1,31], +"classIO_1_1SDK_1_1Sites_1_1Site.html#ad0968e8b52c47b093c67ca81579a68a5":[0,0,0,0,17,1,16], "classIO_1_1SDK_1_1Sites_1_1Site.html#ad63a9c05d45bd8c44f7655484d9bf1c7":[1,0,0,0,14,1,31], -"classIO_1_1SDK_1_1Sites_1_1Site.html#aeb453693fdc48490996d8500ec21b263":[0,0,0,0,17,1,20], +"classIO_1_1SDK_1_1Sites_1_1Site.html#ad63a9c05d45bd8c44f7655484d9bf1c7":[0,0,0,0,17,1,31], "classIO_1_1SDK_1_1Sites_1_1Site.html#aeb453693fdc48490996d8500ec21b263":[1,0,0,0,14,1,20], +"classIO_1_1SDK_1_1Sites_1_1Site.html#aeb453693fdc48490996d8500ec21b263":[0,0,0,0,17,1,20], "classIO_1_1SDK_1_1Sites_1_1Site.html#af31b76b84e0a3cc2ac1ba7791485075c":[0,0,0,0,17,1,26], "classIO_1_1SDK_1_1Sites_1_1Site.html#af31b76b84e0a3cc2ac1ba7791485075c":[1,0,0,0,14,1,26], -"classIO_1_1SDK_1_1Sites_1_1Site.html#afd7cd0a5bd88c097f84e68360015a6f4":[1,0,0,0,14,1,23], "classIO_1_1SDK_1_1Sites_1_1Site.html#afd7cd0a5bd88c097f84e68360015a6f4":[0,0,0,0,17,1,23], +"classIO_1_1SDK_1_1Sites_1_1Site.html#afd7cd0a5bd88c097f84e68360015a6f4":[1,0,0,0,14,1,23], "classIO_1_1SDK_1_1Spice_1_1Builder.html":[0,0,0,0,18,0], "classIO_1_1SDK_1_1Spice_1_1Builder.html":[1,0,0,0,15,0], -"classIO_1_1SDK_1_1StringHelpers.html":[1,0,0,0,24], "classIO_1_1SDK_1_1StringHelpers.html":[0,0,0,0,27], -"classIO_1_1SDK_1_1Time_1_1DateTime.html":[0,0,0,0,19,0], +"classIO_1_1SDK_1_1StringHelpers.html":[1,0,0,0,24], "classIO_1_1SDK_1_1Time_1_1DateTime.html":[1,0,0,0,16,0], -"classIO_1_1SDK_1_1Time_1_1DateTime.html#a0515ac5362569a8c3955a185e2c2690d":[1,0,0,0,16,0,17], +"classIO_1_1SDK_1_1Time_1_1DateTime.html":[0,0,0,0,19,0], "classIO_1_1SDK_1_1Time_1_1DateTime.html#a0515ac5362569a8c3955a185e2c2690d":[0,0,0,0,19,0,17], +"classIO_1_1SDK_1_1Time_1_1DateTime.html#a0515ac5362569a8c3955a185e2c2690d":[1,0,0,0,16,0,17], "classIO_1_1SDK_1_1Time_1_1DateTime.html#a09dcb5c21602a44c19c2bcf3e4e4c82d":[0,0,0,0,19,0,1], "classIO_1_1SDK_1_1Time_1_1DateTime.html#a09dcb5c21602a44c19c2bcf3e4e4c82d":[1,0,0,0,16,0,1], -"classIO_1_1SDK_1_1Time_1_1DateTime.html#a0c9b91e1f718de1a80aad1925c271e25":[0,0,0,0,19,0,0], "classIO_1_1SDK_1_1Time_1_1DateTime.html#a0c9b91e1f718de1a80aad1925c271e25":[1,0,0,0,16,0,0], -"classIO_1_1SDK_1_1Time_1_1DateTime.html#a12e7963af46b00f536d1080014ebfc12":[0,0,0,0,19,0,12], +"classIO_1_1SDK_1_1Time_1_1DateTime.html#a0c9b91e1f718de1a80aad1925c271e25":[0,0,0,0,19,0,0], "classIO_1_1SDK_1_1Time_1_1DateTime.html#a12e7963af46b00f536d1080014ebfc12":[1,0,0,0,16,0,12], -"classIO_1_1SDK_1_1Time_1_1DateTime.html#a18bc7d081609ca935efa0a04f0cf2db3":[0,0,0,0,19,0,16], +"classIO_1_1SDK_1_1Time_1_1DateTime.html#a12e7963af46b00f536d1080014ebfc12":[0,0,0,0,19,0,12], "classIO_1_1SDK_1_1Time_1_1DateTime.html#a18bc7d081609ca935efa0a04f0cf2db3":[1,0,0,0,16,0,16], +"classIO_1_1SDK_1_1Time_1_1DateTime.html#a18bc7d081609ca935efa0a04f0cf2db3":[0,0,0,0,19,0,16], "classIO_1_1SDK_1_1Time_1_1DateTime.html#a1ce12a6af5b2a07461feccd313c9cb0d":[1,0,0,0,16,0,13], "classIO_1_1SDK_1_1Time_1_1DateTime.html#a1ce12a6af5b2a07461feccd313c9cb0d":[0,0,0,0,19,0,13], "classIO_1_1SDK_1_1Time_1_1DateTime.html#a348f8d2d43f92990d602a5d9eb86b0b9":[1,0,0,0,16,0,11], "classIO_1_1SDK_1_1Time_1_1DateTime.html#a348f8d2d43f92990d602a5d9eb86b0b9":[0,0,0,0,19,0,11], "classIO_1_1SDK_1_1Time_1_1DateTime.html#a434374b02cf7b342dbc1b865d3bbc546":[1,0,0,0,16,0,14], "classIO_1_1SDK_1_1Time_1_1DateTime.html#a434374b02cf7b342dbc1b865d3bbc546":[0,0,0,0,19,0,14], -"classIO_1_1SDK_1_1Time_1_1DateTime.html#a4375c2d9d131990912f38d6f20577e0f":[1,0,0,0,16,0,4], "classIO_1_1SDK_1_1Time_1_1DateTime.html#a4375c2d9d131990912f38d6f20577e0f":[0,0,0,0,19,0,4], -"classIO_1_1SDK_1_1Time_1_1DateTime.html#a4fa81bfb1e5337e249a14995abad3e72":[1,0,0,0,16,0,15], +"classIO_1_1SDK_1_1Time_1_1DateTime.html#a4375c2d9d131990912f38d6f20577e0f":[1,0,0,0,16,0,4], "classIO_1_1SDK_1_1Time_1_1DateTime.html#a4fa81bfb1e5337e249a14995abad3e72":[0,0,0,0,19,0,15], +"classIO_1_1SDK_1_1Time_1_1DateTime.html#a4fa81bfb1e5337e249a14995abad3e72":[1,0,0,0,16,0,15], "classIO_1_1SDK_1_1Time_1_1DateTime.html#a57ed99a06d4c9e06817682738250f664":[1,0,0,0,16,0,6], "classIO_1_1SDK_1_1Time_1_1DateTime.html#a57ed99a06d4c9e06817682738250f664":[0,0,0,0,19,0,6], -"classIO_1_1SDK_1_1Time_1_1DateTime.html#a6da93cffb10ce9dd56fcc86b6b5fb236":[0,0,0,0,19,0,8], "classIO_1_1SDK_1_1Time_1_1DateTime.html#a6da93cffb10ce9dd56fcc86b6b5fb236":[1,0,0,0,16,0,8], +"classIO_1_1SDK_1_1Time_1_1DateTime.html#a6da93cffb10ce9dd56fcc86b6b5fb236":[0,0,0,0,19,0,8], "classIO_1_1SDK_1_1Time_1_1DateTime.html#a7d9594a26d5d61a79248307e98fa4187":[1,0,0,0,16,0,9], "classIO_1_1SDK_1_1Time_1_1DateTime.html#a7d9594a26d5d61a79248307e98fa4187":[0,0,0,0,19,0,9], "classIO_1_1SDK_1_1Time_1_1DateTime.html#a98d7975b9422550fcd658040392d94ca":[0,0,0,0,19,0,5], "classIO_1_1SDK_1_1Time_1_1DateTime.html#a98d7975b9422550fcd658040392d94ca":[1,0,0,0,16,0,5], -"classIO_1_1SDK_1_1Time_1_1DateTime.html#ad6174101984cc414abe7d61e9faf63c0":[1,0,0,0,16,0,7], "classIO_1_1SDK_1_1Time_1_1DateTime.html#ad6174101984cc414abe7d61e9faf63c0":[0,0,0,0,19,0,7], +"classIO_1_1SDK_1_1Time_1_1DateTime.html#ad6174101984cc414abe7d61e9faf63c0":[1,0,0,0,16,0,7], "classIO_1_1SDK_1_1Time_1_1DateTime.html#add023eabeddb874ac1d55237884fe24c":[0,0,0,0,19,0,2], "classIO_1_1SDK_1_1Time_1_1DateTime.html#add023eabeddb874ac1d55237884fe24c":[1,0,0,0,16,0,2], -"classIO_1_1SDK_1_1Time_1_1DateTime.html#aea56fafe2b7990c4e1232f5bf062eb84":[0,0,0,0,19,0,10], "classIO_1_1SDK_1_1Time_1_1DateTime.html#aea56fafe2b7990c4e1232f5bf062eb84":[1,0,0,0,16,0,10], -"classIO_1_1SDK_1_1Time_1_1DateTime.html#afa50652331641638023a9ca4aa1d445a":[0,0,0,0,19,0,3], +"classIO_1_1SDK_1_1Time_1_1DateTime.html#aea56fafe2b7990c4e1232f5bf062eb84":[0,0,0,0,19,0,10], "classIO_1_1SDK_1_1Time_1_1DateTime.html#afa50652331641638023a9ca4aa1d445a":[1,0,0,0,16,0,3], -"classIO_1_1SDK_1_1Time_1_1TDB.html":[1,0,0,0,16,1], +"classIO_1_1SDK_1_1Time_1_1DateTime.html#afa50652331641638023a9ca4aa1d445a":[0,0,0,0,19,0,3], "classIO_1_1SDK_1_1Time_1_1TDB.html":[0,0,0,0,19,1], +"classIO_1_1SDK_1_1Time_1_1TDB.html":[1,0,0,0,16,1], "classIO_1_1SDK_1_1Time_1_1TDB.html#a052c59cf78649300f515a0a590da0e83":[1,0,0,0,16,1,6], "classIO_1_1SDK_1_1Time_1_1TDB.html#a052c59cf78649300f515a0a590da0e83":[0,0,0,0,19,1,6], -"classIO_1_1SDK_1_1Time_1_1TDB.html#a825aca4f9584bd63d686dd3ac2f3b9fe":[0,0,0,0,19,1,5], "classIO_1_1SDK_1_1Time_1_1TDB.html#a825aca4f9584bd63d686dd3ac2f3b9fe":[1,0,0,0,16,1,5], +"classIO_1_1SDK_1_1Time_1_1TDB.html#a825aca4f9584bd63d686dd3ac2f3b9fe":[0,0,0,0,19,1,5], "classIO_1_1SDK_1_1Time_1_1TDB.html#a960ebafc92bdc161094294e9c3ec9bee":[1,0,0,0,16,1,3], "classIO_1_1SDK_1_1Time_1_1TDB.html#a960ebafc92bdc161094294e9c3ec9bee":[0,0,0,0,19,1,3], -"classIO_1_1SDK_1_1Time_1_1TDB.html#aa5b72eea6c32716a713acf4b4c360de9":[0,0,0,0,19,1,7], "classIO_1_1SDK_1_1Time_1_1TDB.html#aa5b72eea6c32716a713acf4b4c360de9":[1,0,0,0,16,1,7], +"classIO_1_1SDK_1_1Time_1_1TDB.html#aa5b72eea6c32716a713acf4b4c360de9":[0,0,0,0,19,1,7], "classIO_1_1SDK_1_1Time_1_1TDB.html#aa7242ae7e085eed6c9658d13072eb52f":[1,0,0,0,16,1,0], "classIO_1_1SDK_1_1Time_1_1TDB.html#aa7242ae7e085eed6c9658d13072eb52f":[0,0,0,0,19,1,0], -"classIO_1_1SDK_1_1Time_1_1TDB.html#aaddf000171e27a5fbd7043211abf3897":[1,0,0,0,16,1,2], "classIO_1_1SDK_1_1Time_1_1TDB.html#aaddf000171e27a5fbd7043211abf3897":[0,0,0,0,19,1,2], -"classIO_1_1SDK_1_1Time_1_1TDB.html#ad1ba8fc6b7fd1cc170d7fd65ef560915":[0,0,0,0,19,1,4], +"classIO_1_1SDK_1_1Time_1_1TDB.html#aaddf000171e27a5fbd7043211abf3897":[1,0,0,0,16,1,2], "classIO_1_1SDK_1_1Time_1_1TDB.html#ad1ba8fc6b7fd1cc170d7fd65ef560915":[1,0,0,0,16,1,4], +"classIO_1_1SDK_1_1Time_1_1TDB.html#ad1ba8fc6b7fd1cc170d7fd65ef560915":[0,0,0,0,19,1,4], "classIO_1_1SDK_1_1Time_1_1TDB.html#ae65119a6899dcedbb87f4d177393af1d":[1,0,0,0,16,1,1], "classIO_1_1SDK_1_1Time_1_1TDB.html#ae65119a6899dcedbb87f4d177393af1d":[0,0,0,0,19,1,1], "classIO_1_1SDK_1_1Time_1_1TimeSpan.html":[1,0,0,0,16,2], "classIO_1_1SDK_1_1Time_1_1TimeSpan.html":[0,0,0,0,19,2], -"classIO_1_1SDK_1_1Time_1_1TimeSpan.html#a02a5b57b45eb755bc150a52db4cebd0b":[1,0,0,0,16,2,17], "classIO_1_1SDK_1_1Time_1_1TimeSpan.html#a02a5b57b45eb755bc150a52db4cebd0b":[0,0,0,0,19,2,17], -"classIO_1_1SDK_1_1Time_1_1TimeSpan.html#a0434c0503c27689232b456c1de6524ae":[1,0,0,0,16,2,5] +"classIO_1_1SDK_1_1Time_1_1TimeSpan.html#a02a5b57b45eb755bc150a52db4cebd0b":[1,0,0,0,16,2,17], +"classIO_1_1SDK_1_1Time_1_1TimeSpan.html#a0434c0503c27689232b456c1de6524ae":[1,0,0,0,16,2,5], +"classIO_1_1SDK_1_1Time_1_1TimeSpan.html#a0434c0503c27689232b456c1de6524ae":[0,0,0,0,19,2,5], +"classIO_1_1SDK_1_1Time_1_1TimeSpan.html#a0c7934079a719479ed8da2902ec383c1":[1,0,0,0,16,2,18] }; diff --git a/Docs/html/navtreeindex8.js b/Docs/html/navtreeindex8.js index 481d5554..65124af9 100644 --- a/Docs/html/navtreeindex8.js +++ b/Docs/html/navtreeindex8.js @@ -1,22 +1,20 @@ var NAVTREEINDEX8 = { -"classIO_1_1SDK_1_1Time_1_1TimeSpan.html#a0434c0503c27689232b456c1de6524ae":[0,0,0,0,19,2,5], -"classIO_1_1SDK_1_1Time_1_1TimeSpan.html#a0c7934079a719479ed8da2902ec383c1":[1,0,0,0,16,2,18], "classIO_1_1SDK_1_1Time_1_1TimeSpan.html#a0c7934079a719479ed8da2902ec383c1":[0,0,0,0,19,2,18], "classIO_1_1SDK_1_1Time_1_1TimeSpan.html#a43a5afdf740e5560864556d2356dd479":[1,0,0,0,16,2,8], "classIO_1_1SDK_1_1Time_1_1TimeSpan.html#a43a5afdf740e5560864556d2356dd479":[0,0,0,0,19,2,8], -"classIO_1_1SDK_1_1Time_1_1TimeSpan.html#a462d2b73a2814eb1260e98e208d6d2bd":[1,0,0,0,16,2,12], "classIO_1_1SDK_1_1Time_1_1TimeSpan.html#a462d2b73a2814eb1260e98e208d6d2bd":[0,0,0,0,19,2,12], -"classIO_1_1SDK_1_1Time_1_1TimeSpan.html#a49a3b0088840aaaf0b94c74218de5ba8":[1,0,0,0,16,2,1], +"classIO_1_1SDK_1_1Time_1_1TimeSpan.html#a462d2b73a2814eb1260e98e208d6d2bd":[1,0,0,0,16,2,12], "classIO_1_1SDK_1_1Time_1_1TimeSpan.html#a49a3b0088840aaaf0b94c74218de5ba8":[0,0,0,0,19,2,1], +"classIO_1_1SDK_1_1Time_1_1TimeSpan.html#a49a3b0088840aaaf0b94c74218de5ba8":[1,0,0,0,16,2,1], "classIO_1_1SDK_1_1Time_1_1TimeSpan.html#a58f385deb28dda677eb9042c22220419":[1,0,0,0,16,2,16], "classIO_1_1SDK_1_1Time_1_1TimeSpan.html#a58f385deb28dda677eb9042c22220419":[0,0,0,0,19,2,16], -"classIO_1_1SDK_1_1Time_1_1TimeSpan.html#a611e087c6efb0c72249795902de83661":[1,0,0,0,16,2,7], "classIO_1_1SDK_1_1Time_1_1TimeSpan.html#a611e087c6efb0c72249795902de83661":[0,0,0,0,19,2,7], -"classIO_1_1SDK_1_1Time_1_1TimeSpan.html#a7ec10e6ee84fb35e73ab519e3ff9f247":[0,0,0,0,19,2,2], +"classIO_1_1SDK_1_1Time_1_1TimeSpan.html#a611e087c6efb0c72249795902de83661":[1,0,0,0,16,2,7], "classIO_1_1SDK_1_1Time_1_1TimeSpan.html#a7ec10e6ee84fb35e73ab519e3ff9f247":[1,0,0,0,16,2,2], -"classIO_1_1SDK_1_1Time_1_1TimeSpan.html#a8b1b5bfe288bc94084bda1c43a27bb2d":[0,0,0,0,19,2,0], +"classIO_1_1SDK_1_1Time_1_1TimeSpan.html#a7ec10e6ee84fb35e73ab519e3ff9f247":[0,0,0,0,19,2,2], "classIO_1_1SDK_1_1Time_1_1TimeSpan.html#a8b1b5bfe288bc94084bda1c43a27bb2d":[1,0,0,0,16,2,0], +"classIO_1_1SDK_1_1Time_1_1TimeSpan.html#a8b1b5bfe288bc94084bda1c43a27bb2d":[0,0,0,0,19,2,0], "classIO_1_1SDK_1_1Time_1_1TimeSpan.html#a8be5c81342cb91d3f687a07c1a351786":[1,0,0,0,16,2,6], "classIO_1_1SDK_1_1Time_1_1TimeSpan.html#a8be5c81342cb91d3f687a07c1a351786":[0,0,0,0,19,2,6], "classIO_1_1SDK_1_1Time_1_1TimeSpan.html#a8fd270af35bfb37851f8112374bfc79b":[0,0,0,0,19,2,11], @@ -29,28 +27,28 @@ var NAVTREEINDEX8 = "classIO_1_1SDK_1_1Time_1_1TimeSpan.html#ad4cbfc645a2840a15ad7615731196c20":[0,0,0,0,19,2,14], "classIO_1_1SDK_1_1Time_1_1TimeSpan.html#aee34aa225b74ba4fa2c695685e08c721":[0,0,0,0,19,2,19], "classIO_1_1SDK_1_1Time_1_1TimeSpan.html#aee34aa225b74ba4fa2c695685e08c721":[1,0,0,0,16,2,19], -"classIO_1_1SDK_1_1Time_1_1TimeSpan.html#af08c42f7d3ca072847abcd9d329200a2":[1,0,0,0,16,2,13], "classIO_1_1SDK_1_1Time_1_1TimeSpan.html#af08c42f7d3ca072847abcd9d329200a2":[0,0,0,0,19,2,13], +"classIO_1_1SDK_1_1Time_1_1TimeSpan.html#af08c42f7d3ca072847abcd9d329200a2":[1,0,0,0,16,2,13], "classIO_1_1SDK_1_1Time_1_1TimeSpan.html#af50a10567ecc7f176411bb522f148fbd":[1,0,0,0,16,2,4], "classIO_1_1SDK_1_1Time_1_1TimeSpan.html#af50a10567ecc7f176411bb522f148fbd":[0,0,0,0,19,2,4], "classIO_1_1SDK_1_1Time_1_1TimeSpan.html#afac16db8809e1eab5a3bd5c096fb332a":[1,0,0,0,16,2,10], "classIO_1_1SDK_1_1Time_1_1TimeSpan.html#afac16db8809e1eab5a3bd5c096fb332a":[0,0,0,0,19,2,10], -"classIO_1_1SDK_1_1Time_1_1TimeSpan.html#afc98cecdfa7b8bb37f9c81df060f98f4":[0,0,0,0,19,2,9], "classIO_1_1SDK_1_1Time_1_1TimeSpan.html#afc98cecdfa7b8bb37f9c81df060f98f4":[1,0,0,0,16,2,9], +"classIO_1_1SDK_1_1Time_1_1TimeSpan.html#afc98cecdfa7b8bb37f9c81df060f98f4":[0,0,0,0,19,2,9], "classIO_1_1SDK_1_1Time_1_1UTC.html":[0,0,0,0,19,3], "classIO_1_1SDK_1_1Time_1_1UTC.html":[1,0,0,0,16,3], -"classIO_1_1SDK_1_1Time_1_1UTC.html#a273a9b4eeb7721b3062611b9b3d4a449":[1,0,0,0,16,3,0], "classIO_1_1SDK_1_1Time_1_1UTC.html#a273a9b4eeb7721b3062611b9b3d4a449":[0,0,0,0,19,3,0], -"classIO_1_1SDK_1_1Time_1_1UTC.html#a432137549002510ea01664efd65bde47":[1,0,0,0,16,3,5], +"classIO_1_1SDK_1_1Time_1_1UTC.html#a273a9b4eeb7721b3062611b9b3d4a449":[1,0,0,0,16,3,0], "classIO_1_1SDK_1_1Time_1_1UTC.html#a432137549002510ea01664efd65bde47":[0,0,0,0,19,3,5], -"classIO_1_1SDK_1_1Time_1_1UTC.html#a7233ed43dac37bd71e0d2e467ebb1779":[1,0,0,0,16,3,3], +"classIO_1_1SDK_1_1Time_1_1UTC.html#a432137549002510ea01664efd65bde47":[1,0,0,0,16,3,5], "classIO_1_1SDK_1_1Time_1_1UTC.html#a7233ed43dac37bd71e0d2e467ebb1779":[0,0,0,0,19,3,3], +"classIO_1_1SDK_1_1Time_1_1UTC.html#a7233ed43dac37bd71e0d2e467ebb1779":[1,0,0,0,16,3,3], "classIO_1_1SDK_1_1Time_1_1UTC.html#a8ae5a2d871ac5bc2a6aca9e28077f933":[1,0,0,0,16,3,2], "classIO_1_1SDK_1_1Time_1_1UTC.html#a8ae5a2d871ac5bc2a6aca9e28077f933":[0,0,0,0,19,3,2], -"classIO_1_1SDK_1_1Time_1_1UTC.html#ac2abb56b858e6c1585e63089b9b19d85":[1,0,0,0,16,3,4], "classIO_1_1SDK_1_1Time_1_1UTC.html#ac2abb56b858e6c1585e63089b9b19d85":[0,0,0,0,19,3,4], -"classIO_1_1SDK_1_1Time_1_1UTC.html#ae8307f159abb2bc7c30771c2dffdce3e":[1,0,0,0,16,3,1], +"classIO_1_1SDK_1_1Time_1_1UTC.html#ac2abb56b858e6c1585e63089b9b19d85":[1,0,0,0,16,3,4], "classIO_1_1SDK_1_1Time_1_1UTC.html#ae8307f159abb2bc7c30771c2dffdce3e":[0,0,0,0,19,3,1], +"classIO_1_1SDK_1_1Time_1_1UTC.html#ae8307f159abb2bc7c30771c2dffdce3e":[1,0,0,0,16,3,1], "classIO_1_1SDK_1_1Time_1_1UTC.html#aef747ab46ab36ef7398e4dc840d69a9a":[0,0,0,0,19,3,6], "classIO_1_1SDK_1_1Time_1_1UTC.html#aef747ab46ab36ef7398e4dc840d69a9a":[1,0,0,0,16,3,6], "classIO_1_1SDK_1_1Time_1_1Window.html":[1,0,0,0,16,4], @@ -65,8 +63,8 @@ var NAVTREEINDEX8 = "classIO_1_1SDK_1_1Time_1_1Window.html#a3a3afbfefe59249347c6bb0c6691a444":[0,0,0,0,19,4,9], "classIO_1_1SDK_1_1Time_1_1Window.html#a3c16a9de713bfc52a2b7d7cf4fd76908":[0,0,0,0,19,4,7], "classIO_1_1SDK_1_1Time_1_1Window.html#a3c16a9de713bfc52a2b7d7cf4fd76908":[1,0,0,0,16,4,7], -"classIO_1_1SDK_1_1Time_1_1Window.html#a4ebd198849c2f974e364ce86beca3be0":[0,0,0,0,19,4,12], "classIO_1_1SDK_1_1Time_1_1Window.html#a4ebd198849c2f974e364ce86beca3be0":[1,0,0,0,16,4,12], +"classIO_1_1SDK_1_1Time_1_1Window.html#a4ebd198849c2f974e364ce86beca3be0":[0,0,0,0,19,4,12], "classIO_1_1SDK_1_1Time_1_1Window.html#a56f57f3b547b6ee815b98cf11f177a74":[0,0,0,0,19,4,4], "classIO_1_1SDK_1_1Time_1_1Window.html#a56f57f3b547b6ee815b98cf11f177a74":[1,0,0,0,16,4,4], "classIO_1_1SDK_1_1Time_1_1Window.html#a624ffcae0063b0c1f79c95613fca8884":[0,0,0,0,19,4,1], @@ -75,12 +73,12 @@ var NAVTREEINDEX8 = "classIO_1_1SDK_1_1Time_1_1Window.html#a7598155246a7505d6b3c87b2b66ccc48":[1,0,0,0,16,4,0], "classIO_1_1SDK_1_1Time_1_1Window.html#a853fceb94bfe32166b1669f601a790a3":[0,0,0,0,19,4,11], "classIO_1_1SDK_1_1Time_1_1Window.html#a853fceb94bfe32166b1669f601a790a3":[1,0,0,0,16,4,11], -"classIO_1_1SDK_1_1Time_1_1Window.html#ab013e9cbf209160c20e89dc3ef6852d2":[0,0,0,0,19,4,8], "classIO_1_1SDK_1_1Time_1_1Window.html#ab013e9cbf209160c20e89dc3ef6852d2":[1,0,0,0,16,4,8], -"classIO_1_1SDK_1_1Time_1_1Window.html#ac5cc17278c005eeecb158aa28cfcbb77":[0,0,0,0,19,4,5], +"classIO_1_1SDK_1_1Time_1_1Window.html#ab013e9cbf209160c20e89dc3ef6852d2":[0,0,0,0,19,4,8], "classIO_1_1SDK_1_1Time_1_1Window.html#ac5cc17278c005eeecb158aa28cfcbb77":[1,0,0,0,16,4,5], -"classIO_1_1SDK_1_1Time_1_1Window.html#ae0ef2611d26a301ba5befbdafb9f2278":[1,0,0,0,16,4,6], +"classIO_1_1SDK_1_1Time_1_1Window.html#ac5cc17278c005eeecb158aa28cfcbb77":[0,0,0,0,19,4,5], "classIO_1_1SDK_1_1Time_1_1Window.html#ae0ef2611d26a301ba5befbdafb9f2278":[0,0,0,0,19,4,6], +"classIO_1_1SDK_1_1Time_1_1Window.html#ae0ef2611d26a301ba5befbdafb9f2278":[1,0,0,0,16,4,6], "classes.html":[1,1], "dir_01181ad4b3776002eca9374f9f3c1eca.html":[2,0,0,0,0], "dir_0971778ed90f985c280a60f901282cdd.html":[2,0,0,15], @@ -109,15 +107,15 @@ var NAVTREEINDEX8 = "dir_cf0fe74789ff4714afa1b80c8dd26f3c.html":[2,0,0,3], "dir_f5484ecb79d1136e426354a0968a29d0.html":[2,0,0,20], "files.html":[2,0], -"functions.html":[1,3,0], "functions.html":[1,3,0,0], +"functions.html":[1,3,0], "functions_b.html":[1,3,0,1], "functions_c.html":[1,3,0,2], "functions_d.html":[1,3,0,3], "functions_e.html":[1,3,0,4], "functions_f.html":[1,3,0,5], -"functions_func.html":[1,3,1], "functions_func.html":[1,3,1,0], +"functions_func.html":[1,3,1], "functions_func_b.html":[1,3,1,1], "functions_func_c.html":[1,3,1,2], "functions_func_d.html":[1,3,1,3], @@ -249,5 +247,7 @@ var NAVTREEINDEX8 = "namespaceIO_1_1SDK_1_1Parameters.html#a3706cc453e95ad37a010f91469f2fcac":[0,0,0,0,15,1], "namespaceIO_1_1SDK_1_1Parameters.html#a444b6401a92e31ac6f7c39338a49a57c":[0,0,0,0,15,2], "namespaceIO_1_1SDK_1_1Parameters.html#a7f6cf3f43d214a0b3253ae515f2df848":[0,0,0,0,15,5], -"namespaceIO_1_1SDK_1_1Parameters.html#af0adfe53d18f101abb6434d392c44bec":[0,0,0,0,15,4] +"namespaceIO_1_1SDK_1_1Parameters.html#af0adfe53d18f101abb6434d392c44bec":[0,0,0,0,15,4], +"namespaceIO_1_1SDK_1_1Parameters.html#af3f8e4e755115c9fd070d564cde36241":[0,0,0,0,15,0], +"namespaceIO_1_1SDK_1_1Parameters.html#afb6663fa378276d38946b2183ba2fc5f":[0,0,0,0,15,6] }; diff --git a/Docs/html/navtreeindex9.js b/Docs/html/navtreeindex9.js index 7e047889..148499fd 100644 --- a/Docs/html/navtreeindex9.js +++ b/Docs/html/navtreeindex9.js @@ -1,7 +1,5 @@ var NAVTREEINDEX9 = { -"namespaceIO_1_1SDK_1_1Parameters.html#af3f8e4e755115c9fd070d564cde36241":[0,0,0,0,15,0], -"namespaceIO_1_1SDK_1_1Parameters.html#afb6663fa378276d38946b2183ba2fc5f":[0,0,0,0,15,6], "namespaceIO_1_1SDK_1_1Propagators.html":[0,0,0,0,16], "namespaceIO_1_1SDK_1_1Sites.html":[0,0,0,0,17], "namespaceIO_1_1SDK_1_1Spice.html":[0,0,0,0,18], @@ -249,5 +247,7 @@ var NAVTREEINDEX9 = "structIO_1_1SDK_1_1API_1_1DTO_1_1NadirAttitudeDTO.html#a959ea33417a41815b815005f6cbabb67":[1,0,0,0,0,0,16,3], "structIO_1_1SDK_1_1API_1_1DTO_1_1NadirAttitudeDTO.html#a959ea33417a41815b815005f6cbabb67":[0,0,0,0,0,0,16,3], "structIO_1_1SDK_1_1API_1_1DTO_1_1NadirAttitudeDTO.html#aa165ae933683f10b3bf4a846dca48c77":[0,0,0,0,0,0,16,0], -"structIO_1_1SDK_1_1API_1_1DTO_1_1NadirAttitudeDTO.html#aa165ae933683f10b3bf4a846dca48c77":[1,0,0,0,0,0,16,0] +"structIO_1_1SDK_1_1API_1_1DTO_1_1NadirAttitudeDTO.html#aa165ae933683f10b3bf4a846dca48c77":[1,0,0,0,0,0,16,0], +"structIO_1_1SDK_1_1API_1_1DTO_1_1OccultationConstraintDTO.html":[0,0,0,0,0,0,17], +"structIO_1_1SDK_1_1API_1_1DTO_1_1OccultationConstraintDTO.html":[1,0,0,0,0,0,17] }; diff --git a/Docs/html/search/all_16.js b/Docs/html/search/all_16.js index b5c04598..7f597e30 100644 --- a/Docs/html/search/all_16.js +++ b/Docs/html/search/all_16.js @@ -11,12 +11,11 @@ var searchData= ['window_3c_20io_3a_3asdk_3a_3atime_3a_3autc_20_3e_8',['Window< IO::SDK::Time::UTC >',['../classIO_1_1SDK_1_1Time_1_1Window.html',1,'IO::SDK::Time']]], ['windowdto_9',['WindowDTO',['../structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO.html',1,'IO::SDK::API::DTO']]], ['windowdto_2eh_10',['WindowDTO.h',['../WindowDTO_8h.html',1,'']]], - ['windows_11',['windows',['../structIO_1_1SDK_1_1API_1_1DTO_1_1BodyVisibilityFromSiteConstraintDTO.html#a50c5b2cda31f64a81f82348363fa4b75',1,'IO::SDK::API::DTO::BodyVisibilityFromSiteConstraintDTO::windows()'],['../structIO_1_1SDK_1_1API_1_1DTO_1_1OccultationConstraintDTO.html#a7e470b24f31aa2dd866b5c6e516b9755',1,'IO::SDK::API::DTO::OccultationConstraintDTO::windows()'],['../structIO_1_1SDK_1_1API_1_1DTO_1_1LaunchDTO.html#ac97d2f13c17936c7249d8eeda81d73e0',1,'IO::SDK::API::DTO::LaunchDTO::windows()'],['../structIO_1_1SDK_1_1API_1_1DTO_1_1InFieldOfViewConstraintDTO.html#a511581596a6a6f54d7d9c6c3800ba5e2',1,'IO::SDK::API::DTO::InFieldOfViewConstraintDTO::windows()'],['../structIO_1_1SDK_1_1API_1_1DTO_1_1DistanceConstraintDTO.html#accafc86ad478ceac81cea1c00a1dbf6a',1,'IO::SDK::API::DTO::DistanceConstraintDTO::windows()'],['../structIO_1_1SDK_1_1API_1_1DTO_1_1ByNightConstraintDTO.html#afb571ef08172f3c49a66237dcf609ed8',1,'IO::SDK::API::DTO::ByNightConstraintDTO::windows()'],['../structIO_1_1SDK_1_1API_1_1DTO_1_1ByDayConstraintDTO.html#a13550e28cd25b25e2a39330346e2bdde',1,'IO::SDK::API::DTO::ByDayConstraintDTO::windows()']]], + ['windows_11',['windows',['../structIO_1_1SDK_1_1API_1_1DTO_1_1BodyVisibilityFromSiteConstraintDTO.html#a50c5b2cda31f64a81f82348363fa4b75',1,'IO::SDK::API::DTO::BodyVisibilityFromSiteConstraintDTO::windows()'],['../structIO_1_1SDK_1_1API_1_1DTO_1_1ByDayConstraintDTO.html#a13550e28cd25b25e2a39330346e2bdde',1,'IO::SDK::API::DTO::ByDayConstraintDTO::windows()'],['../structIO_1_1SDK_1_1API_1_1DTO_1_1ByNightConstraintDTO.html#afb571ef08172f3c49a66237dcf609ed8',1,'IO::SDK::API::DTO::ByNightConstraintDTO::windows()'],['../structIO_1_1SDK_1_1API_1_1DTO_1_1DistanceConstraintDTO.html#accafc86ad478ceac81cea1c00a1dbf6a',1,'IO::SDK::API::DTO::DistanceConstraintDTO::windows()'],['../structIO_1_1SDK_1_1API_1_1DTO_1_1InFieldOfViewConstraintDTO.html#a511581596a6a6f54d7d9c6c3800ba5e2',1,'IO::SDK::API::DTO::InFieldOfViewConstraintDTO::windows()'],['../structIO_1_1SDK_1_1API_1_1DTO_1_1LaunchDTO.html#ac97d2f13c17936c7249d8eeda81d73e0',1,'IO::SDK::API::DTO::LaunchDTO::windows()'],['../structIO_1_1SDK_1_1API_1_1DTO_1_1OccultationConstraintDTO.html#a7e470b24f31aa2dd866b5c6e516b9755',1,'IO::SDK::API::DTO::OccultationConstraintDTO::windows()']]], ['writedata_12',['WriteData',['../classIO_1_1SDK_1_1Kernels_1_1EphemerisKernel.html#a78970ad88a5d18ee8b6db10f060e2c86',1,'IO::SDK::Kernels::EphemerisKernel']]], ['writeephemeris_13',['WriteEphemeris',['../classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#a8fc5a2e2b3e908e1c2e2e3a8ee987013',1,'IO::SDK::Body::Spacecraft::Spacecraft::WriteEphemeris()'],['../classIO_1_1SDK_1_1Sites_1_1Site.html#afd7cd0a5bd88c097f84e68360015a6f4',1,'IO::SDK::Sites::Site::WriteEphemeris()']]], ['writeephemeriskernelcomment_14',['WriteEphemerisKernelComment',['../classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#adc485efb956d7b98a0c5dca516b15987',1,'IO::SDK::Body::Spacecraft::Spacecraft::WriteEphemerisKernelComment()'],['../classIO_1_1SDK_1_1Sites_1_1Site.html#aa8c1fdc55eaa275d594bb30b99f11582',1,'IO::SDK::Sites::Site::WriteEphemerisKernelComment()']]], ['writeephemerisproxy_15',['WriteEphemerisProxy',['../Proxy_8cpp.html#a54a9e4a083c0856d060fd0a3daa197d1',1,'WriteEphemerisProxy(const char *filePath, int objectId, IO::SDK::API::DTO::StateVectorDTO *sv, int size): Proxy.cpp'],['../Proxy_8h.html#a329824aa5cb9474c5ad8ba77ba8ac569',1,'WriteEphemerisProxy(const char *filePath, int objectId, IO::SDK::API::DTO::StateVectorDTO sv[100000], int size): Proxy.h']]], ['writeorientationkernelcomment_16',['WriteOrientationKernelComment',['../classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#af1b4e362e3d2db8634e6d22f49fbda1a',1,'IO::SDK::Body::Spacecraft::Spacecraft']]], - ['writeorientationproxy_17',['WriteOrientationProxy',['../Proxy_8cpp.html#a1dfd4b544864698af36d7f349d75a682',1,'WriteOrientationProxy(const char *filePath, int objectId, int spacecraftFrameId, IO::SDK::API::DTO::StateOrientationDTO *so, int size): Proxy.cpp'],['../Proxy_8h.html#af8fed4e7969e085725224db1cd8f23b7',1,'WriteOrientationProxy(const char *filePath, int objectId, IO::SDK::API::DTO::StateOrientationDTO so[10000], int size): Proxy.h']]], - ['writeorientations_18',['WriteOrientations',['../classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#a50c25eb963c31fb366c7705659380c71',1,'IO::SDK::Body::Spacecraft::Spacecraft::WriteOrientations()'],['../classIO_1_1SDK_1_1Kernels_1_1OrientationKernel.html#a3568dbf0fceb125a7e77e1558c099ffb',1,'IO::SDK::Kernels::OrientationKernel::WriteOrientations()']]] + ['writeorientations_17',['WriteOrientations',['../classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#a50c25eb963c31fb366c7705659380c71',1,'IO::SDK::Body::Spacecraft::Spacecraft::WriteOrientations()'],['../classIO_1_1SDK_1_1Kernels_1_1OrientationKernel.html#a3568dbf0fceb125a7e77e1558c099ffb',1,'IO::SDK::Kernels::OrientationKernel::WriteOrientations()']]] ]; diff --git a/Docs/html/search/functions_15.js b/Docs/html/search/functions_15.js index 8226406a..13fc3f06 100644 --- a/Docs/html/search/functions_15.js +++ b/Docs/html/search/functions_15.js @@ -7,6 +7,5 @@ var searchData= ['writeephemeriskernelcomment_4',['WriteEphemerisKernelComment',['../classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#adc485efb956d7b98a0c5dca516b15987',1,'IO::SDK::Body::Spacecraft::Spacecraft::WriteEphemerisKernelComment()'],['../classIO_1_1SDK_1_1Sites_1_1Site.html#aa8c1fdc55eaa275d594bb30b99f11582',1,'IO::SDK::Sites::Site::WriteEphemerisKernelComment()']]], ['writeephemerisproxy_5',['WriteEphemerisProxy',['../Proxy_8cpp.html#a54a9e4a083c0856d060fd0a3daa197d1',1,'WriteEphemerisProxy(const char *filePath, int objectId, IO::SDK::API::DTO::StateVectorDTO *sv, int size): Proxy.cpp'],['../Proxy_8h.html#a329824aa5cb9474c5ad8ba77ba8ac569',1,'WriteEphemerisProxy(const char *filePath, int objectId, IO::SDK::API::DTO::StateVectorDTO sv[100000], int size): Proxy.h']]], ['writeorientationkernelcomment_6',['WriteOrientationKernelComment',['../classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#af1b4e362e3d2db8634e6d22f49fbda1a',1,'IO::SDK::Body::Spacecraft::Spacecraft']]], - ['writeorientationproxy_7',['WriteOrientationProxy',['../Proxy_8cpp.html#a1dfd4b544864698af36d7f349d75a682',1,'WriteOrientationProxy(const char *filePath, int objectId, int spacecraftFrameId, IO::SDK::API::DTO::StateOrientationDTO *so, int size): Proxy.cpp'],['../Proxy_8h.html#af8fed4e7969e085725224db1cd8f23b7',1,'WriteOrientationProxy(const char *filePath, int objectId, IO::SDK::API::DTO::StateOrientationDTO so[10000], int size): Proxy.h']]], - ['writeorientations_8',['WriteOrientations',['../classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#a50c25eb963c31fb366c7705659380c71',1,'IO::SDK::Body::Spacecraft::Spacecraft::WriteOrientations()'],['../classIO_1_1SDK_1_1Kernels_1_1OrientationKernel.html#a3568dbf0fceb125a7e77e1558c099ffb',1,'IO::SDK::Kernels::OrientationKernel::WriteOrientations()']]] + ['writeorientations_7',['WriteOrientations',['../classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.html#a50c25eb963c31fb366c7705659380c71',1,'IO::SDK::Body::Spacecraft::Spacecraft::WriteOrientations()'],['../classIO_1_1SDK_1_1Kernels_1_1OrientationKernel.html#a3568dbf0fceb125a7e77e1558c099ffb',1,'IO::SDK::Kernels::OrientationKernel::WriteOrientations()']]] ]; diff --git a/Docs/latex/Proxy_8cpp.tex b/Docs/latex/Proxy_8cpp.tex index 26a87200..86dd6523 100644 --- a/Docs/latex/Proxy_8cpp.tex +++ b/Docs/latex/Proxy_8cpp.tex @@ -18,7 +18,6 @@ {\ttfamily \#include $<$Launch.\+h$>$}\newline {\ttfamily \#include $<$Kernels\+Loader.\+h$>$}\newline {\ttfamily \#include $<$iostream$>$}\newline -{\ttfamily \#include $<$Spacecraft\+Clock\+Kernel.\+h$>$}\newline \doxysubsection*{Functions} \begin{DoxyCompactItemize} \item @@ -26,6 +25,34 @@ \item void \mbox{\hyperlink{Proxy_8cpp_a2781544b349f67f689bb0b6b9e643193}{Propagate\+Proxy}} (\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+Scenario\+DTO}} \&scenario\+Dto) \item +const char $\ast$ \mbox{\hyperlink{Proxy_8cpp_a1bd1683bf72804ee2be2dfe91e4bb337}{Get\+Spice\+Version\+Proxy}} () +\item +bool \mbox{\hyperlink{Proxy_8cpp_a54a9e4a083c0856d060fd0a3daa197d1}{Write\+Ephemeris\+Proxy}} (const char $\ast$file\+Path, int object\+Id, \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1StateVectorDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+State\+Vector\+DTO}} $\ast$sv, int size) +\item +void \mbox{\hyperlink{Proxy_8cpp_a185ec96428eb2855be9209d18f0aa667}{Read\+Orientation\+Proxy}} (\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+Window\+DTO}} search\+Window, int spacecraft\+Id, double tolerance, const char $\ast$frame, double step\+Size, \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1StateOrientationDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+State\+Orientation\+DTO}} $\ast$so) +\item +void \mbox{\hyperlink{Proxy_8cpp_a43dae27d944ca86a60f4259fcd7a3ac3}{Load\+Kernels\+Proxy}} (const char $\ast$path) +\item +const char $\ast$ \mbox{\hyperlink{Proxy_8cpp_a0ea299e073a26b6daf00c819536eae1a}{TDBTo\+String\+Proxy}} (double seconds\+From\+J2000) +\item +const char $\ast$ \mbox{\hyperlink{Proxy_8cpp_af1e6f2f2b5080a1c1fdc85bbe77e1810}{UTCTo\+String\+Proxy}} (double seconds\+From\+J2000) +\item +void \mbox{\hyperlink{Proxy_8cpp_a95a2609c82f64355087f47bac78df473}{Read\+Ephemeris\+Proxy}} (\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+Window\+DTO}} search\+Window, int observer\+Id, int target\+Id, const char $\ast$frame, const char $\ast$aberration, double step\+Size, \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1StateVectorDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+State\+Vector\+DTO}} $\ast$state\+Vectors) +\item +void \mbox{\hyperlink{Proxy_8cpp_a750f7521b8b7b08bb24f54959ddca8f7}{Find\+Windows\+On\+Distance\+Constraint\+Proxy}} (\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+Window\+DTO}} search\+Window, int observer\+Id, int target\+Id, const char $\ast$relational\+Operator, double value, const char $\ast$aberration, double step\+Size, \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+Window\+DTO}} windows\mbox{[}1000\mbox{]}) +\item +void \mbox{\hyperlink{Proxy_8cpp_a7c977c599130c9d2a181b12f0ebb564d}{Find\+Windows\+On\+Occultation\+Constraint\+Proxy}} (\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+Window\+DTO}} search\+Window, int observer\+Id, int target\+Id, const char $\ast$target\+Frame, const char $\ast$target\+Shape, int front\+Body\+Id, const char $\ast$front\+Frame, const char $\ast$front\+Shape, const char $\ast$occultation\+Type, const char $\ast$aberration, double step\+Size, \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+Window\+DTO}} $\ast$windows) +\item +void \mbox{\hyperlink{Proxy_8cpp_a8019b2f5a5e726c750887a14d6897bba}{Find\+Windows\+On\+Coordinate\+Constraint\+Proxy}} (\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+Window\+DTO}} search\+Window, int observer\+Id, int target\+Id, const char $\ast$frame, const char $\ast$coordinate\+System, const char $\ast$coordinate, const char $\ast$relational\+Operator, double value, double adjust\+Value, const char $\ast$aberration, double step\+Size, \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+Window\+DTO}} $\ast$windows) +\item +void \mbox{\hyperlink{Proxy_8cpp_a19c45f4ab6be6be3cd4c8d45a1106cdb}{Find\+Windows\+On\+Illumination\+Constraint\+Proxy}} (\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+Window\+DTO}} search\+Window, int observer\+Id, const char $\ast$illumination\+Source, int target\+Body, const char $\ast$fixed\+Frame, \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1GeodeticDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+Geodetic\+DTO}} geodetic, const char $\ast$illumination\+Type, const char $\ast$relational\+Operator, double value, double adjust\+Value, const char $\ast$aberration, double step\+Size, const char $\ast$method, \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+Window\+DTO}} $\ast$windows) +\item +void \mbox{\hyperlink{Proxy_8cpp_a37b6c558397b63606bcd50c199a0d2fe}{Find\+Windows\+In\+Field\+Of\+View\+Constraint\+Proxy}} (\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+Window\+DTO}} search\+Window, int observer\+Id, int instrument\+Id, int target\+Id, const char $\ast$target\+Frame, const char $\ast$target\+Shape, const char $\ast$aberration, double step\+Size, \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+Window\+DTO}} $\ast$windows) +\item +double \mbox{\hyperlink{Proxy_8cpp_a2fae52dc56d1098cf155b0a49a04cb25}{Convert\+TDBTo\+UTCProxy}} (double tdb) +\item +double \mbox{\hyperlink{Proxy_8cpp_a4fca32d3c594d7677fcadc021102a781}{Convert\+UTCTo\+TDBProxy}} (double utc) +\item void \mbox{\hyperlink{Proxy_8cpp_a55b5f32b6b7ab7369fe7847e4ebc045b}{Read\+Maneuver\+Results}} (\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+Scenario\+DTO}} \&scenario\+Dto, std\+::map$<$ int, std\+::shared\+\_\+ptr$<$ \mbox{\hyperlink{classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase}{IO\+::\+SDK\+::\+Maneuvers\+::\+Maneuver\+Base}} $>$ $>$ \&maneuvers) \item void \mbox{\hyperlink{Proxy_8cpp_a6c39e673976b509ad3fa42613ffa38d7}{Read\+Phasing\+Maneuver\+Result}} (\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+Scenario\+DTO}} \&scenario\+Dto, std\+::map$<$ int, std\+::shared\+\_\+ptr$<$ \mbox{\hyperlink{classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase}{IO\+::\+SDK\+::\+Maneuvers\+::\+Maneuver\+Base}} $>$ $>$ \&maneuvers) @@ -73,36 +100,6 @@ void \mbox{\hyperlink{Proxy_8cpp_a389131e56e754d5a3578f009c8bbab91}{Build\+Nadir\+Attitude}} (\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+Scenario\+DTO}} \&scenario\+Dto, \mbox{\hyperlink{classIO_1_1SDK_1_1Scenario}{IO\+::\+SDK\+::\+Scenario}} \&scenario, std\+::map$<$ int, std\+::shared\+\_\+ptr$<$ \mbox{\hyperlink{classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase}{IO\+::\+SDK\+::\+Maneuvers\+::\+Maneuver\+Base}} $>$ $>$ \&maneuvers) \item void \mbox{\hyperlink{Proxy_8cpp_a70191d395a750d5ca92dd638564d35b2}{Build\+Zenith\+Attitude}} (\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+Scenario\+DTO}} \&scenario\+Dto, \mbox{\hyperlink{classIO_1_1SDK_1_1Scenario}{IO\+::\+SDK\+::\+Scenario}} \&scenario, std\+::map$<$ int, std\+::shared\+\_\+ptr$<$ \mbox{\hyperlink{classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase}{IO\+::\+SDK\+::\+Maneuvers\+::\+Maneuver\+Base}} $>$ $>$ \&maneuvers) -\item -const char $\ast$ \mbox{\hyperlink{Proxy_8cpp_a1bd1683bf72804ee2be2dfe91e4bb337}{Get\+Spice\+Version\+Proxy}} () -\item -bool \mbox{\hyperlink{Proxy_8cpp_a54a9e4a083c0856d060fd0a3daa197d1}{Write\+Ephemeris\+Proxy}} (const char $\ast$file\+Path, int object\+Id, \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1StateVectorDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+State\+Vector\+DTO}} $\ast$sv, int size) -\item -bool \mbox{\hyperlink{Proxy_8cpp_a1dfd4b544864698af36d7f349d75a682}{Write\+Orientation\+Proxy}} (const char $\ast$file\+Path, int object\+Id, int spacecraft\+Frame\+Id, \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1StateOrientationDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+State\+Orientation\+DTO}} $\ast$so, int size) -\item -void \mbox{\hyperlink{Proxy_8cpp_a185ec96428eb2855be9209d18f0aa667}{Read\+Orientation\+Proxy}} (\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+Window\+DTO}} search\+Window, int spacecraft\+Id, double tolerance, const char $\ast$frame, double step\+Size, \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1StateOrientationDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+State\+Orientation\+DTO}} $\ast$so) -\item -void \mbox{\hyperlink{Proxy_8cpp_a43dae27d944ca86a60f4259fcd7a3ac3}{Load\+Kernels\+Proxy}} (const char $\ast$path) -\item -const char $\ast$ \mbox{\hyperlink{Proxy_8cpp_a0ea299e073a26b6daf00c819536eae1a}{TDBTo\+String\+Proxy}} (double seconds\+From\+J2000) -\item -const char $\ast$ \mbox{\hyperlink{Proxy_8cpp_af1e6f2f2b5080a1c1fdc85bbe77e1810}{UTCTo\+String\+Proxy}} (double seconds\+From\+J2000) -\item -void \mbox{\hyperlink{Proxy_8cpp_a95a2609c82f64355087f47bac78df473}{Read\+Ephemeris\+Proxy}} (\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+Window\+DTO}} search\+Window, int observer\+Id, int target\+Id, const char $\ast$frame, const char $\ast$aberration, double step\+Size, \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1StateVectorDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+State\+Vector\+DTO}} $\ast$state\+Vectors) -\item -void \mbox{\hyperlink{Proxy_8cpp_a750f7521b8b7b08bb24f54959ddca8f7}{Find\+Windows\+On\+Distance\+Constraint\+Proxy}} (\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+Window\+DTO}} search\+Window, int observer\+Id, int target\+Id, const char $\ast$relational\+Operator, double value, const char $\ast$aberration, double step\+Size, \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+Window\+DTO}} windows\mbox{[}1000\mbox{]}) -\item -void \mbox{\hyperlink{Proxy_8cpp_a7c977c599130c9d2a181b12f0ebb564d}{Find\+Windows\+On\+Occultation\+Constraint\+Proxy}} (\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+Window\+DTO}} search\+Window, int observer\+Id, int target\+Id, const char $\ast$target\+Frame, const char $\ast$target\+Shape, int front\+Body\+Id, const char $\ast$front\+Frame, const char $\ast$front\+Shape, const char $\ast$occultation\+Type, const char $\ast$aberration, double step\+Size, \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+Window\+DTO}} $\ast$windows) -\item -void \mbox{\hyperlink{Proxy_8cpp_a8019b2f5a5e726c750887a14d6897bba}{Find\+Windows\+On\+Coordinate\+Constraint\+Proxy}} (\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+Window\+DTO}} search\+Window, int observer\+Id, int target\+Id, const char $\ast$frame, const char $\ast$coordinate\+System, const char $\ast$coordinate, const char $\ast$relational\+Operator, double value, double adjust\+Value, const char $\ast$aberration, double step\+Size, \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+Window\+DTO}} $\ast$windows) -\item -void \mbox{\hyperlink{Proxy_8cpp_a19c45f4ab6be6be3cd4c8d45a1106cdb}{Find\+Windows\+On\+Illumination\+Constraint\+Proxy}} (\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+Window\+DTO}} search\+Window, int observer\+Id, const char $\ast$illumination\+Source, int target\+Body, const char $\ast$fixed\+Frame, \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1GeodeticDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+Geodetic\+DTO}} geodetic, const char $\ast$illumination\+Type, const char $\ast$relational\+Operator, double value, double adjust\+Value, const char $\ast$aberration, double step\+Size, const char $\ast$method, \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+Window\+DTO}} $\ast$windows) -\item -void \mbox{\hyperlink{Proxy_8cpp_a37b6c558397b63606bcd50c199a0d2fe}{Find\+Windows\+In\+Field\+Of\+View\+Constraint\+Proxy}} (\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+Window\+DTO}} search\+Window, int observer\+Id, int instrument\+Id, int target\+Id, const char $\ast$target\+Frame, const char $\ast$target\+Shape, const char $\ast$aberration, double step\+Size, \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+Window\+DTO}} $\ast$windows) -\item -double \mbox{\hyperlink{Proxy_8cpp_a2fae52dc56d1098cf155b0a49a04cb25}{Convert\+TDBTo\+UTCProxy}} (double tdb) -\item -double \mbox{\hyperlink{Proxy_8cpp_a4fca32d3c594d7677fcadc021102a781}{Convert\+UTCTo\+TDBProxy}} (double utc) \end{DoxyCompactItemize} @@ -416,9 +413,3 @@ \doxysubsubsection{\texorpdfstring{WriteEphemerisProxy()}{WriteEphemerisProxy()}} {\footnotesize\ttfamily bool Write\+Ephemeris\+Proxy (\begin{DoxyParamCaption}\item[{const char $\ast$}]{file\+Path, }\item[{int}]{object\+Id, }\item[{\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1StateVectorDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+State\+Vector\+DTO}} $\ast$}]{sv, }\item[{int}]{size }\end{DoxyParamCaption})} -\mbox{\Hypertarget{Proxy_8cpp_a1dfd4b544864698af36d7f349d75a682}\label{Proxy_8cpp_a1dfd4b544864698af36d7f349d75a682}} -\index{Proxy.cpp@{Proxy.cpp}!WriteOrientationProxy@{WriteOrientationProxy}} -\index{WriteOrientationProxy@{WriteOrientationProxy}!Proxy.cpp@{Proxy.cpp}} -\doxysubsubsection{\texorpdfstring{WriteOrientationProxy()}{WriteOrientationProxy()}} -{\footnotesize\ttfamily bool Write\+Orientation\+Proxy (\begin{DoxyParamCaption}\item[{const char $\ast$}]{file\+Path, }\item[{int}]{object\+Id, }\item[{int}]{spacecraft\+Frame\+Id, }\item[{\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1StateOrientationDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+State\+Orientation\+DTO}} $\ast$}]{so, }\item[{int}]{size }\end{DoxyParamCaption})} - diff --git a/Docs/latex/Proxy_8h.tex b/Docs/latex/Proxy_8h.tex index 94cea9dd..2805be6e 100644 --- a/Docs/latex/Proxy_8h.tex +++ b/Docs/latex/Proxy_8h.tex @@ -19,8 +19,6 @@ \item \mbox{\hyperlink{Proxy_8h_a283b8fd63f96d196027ef6ad48c4cb85}{MODULE\+\_\+\+API}} void \mbox{\hyperlink{Proxy_8h_aec8180716b9e86621181f82f38419c8f}{Read\+Ephemeris\+Proxy}} (\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+Window\+DTO}} search\+Window, int observer\+Id, int target\+Id, const char $\ast$frame, const char $\ast$aberration, double step\+Size, \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1StateVectorDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+State\+Vector\+DTO}} state\+Vectors\mbox{[}10000\mbox{]}) \item -\mbox{\hyperlink{Proxy_8h_a283b8fd63f96d196027ef6ad48c4cb85}{MODULE\+\_\+\+API}} bool \mbox{\hyperlink{Proxy_8h_af8fed4e7969e085725224db1cd8f23b7}{Write\+Orientation\+Proxy}} (const char $\ast$file\+Path, int object\+Id, \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1StateOrientationDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+State\+Orientation\+DTO}} so\mbox{[}10000\mbox{]}, int size) -\item \mbox{\hyperlink{Proxy_8h_a283b8fd63f96d196027ef6ad48c4cb85}{MODULE\+\_\+\+API}} void \mbox{\hyperlink{Proxy_8h_ad2cb321fd1aa8706954df5b92b3b9a19}{Read\+Orientation\+Proxy}} (\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+Window\+DTO}} search\+Window, int spacecraft\+Id, double tolerance, const char $\ast$frame, double step\+Size, \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1StateOrientationDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+State\+Orientation\+DTO}} so\mbox{[}10000\mbox{]}) \item \mbox{\hyperlink{Proxy_8h_a283b8fd63f96d196027ef6ad48c4cb85}{MODULE\+\_\+\+API}} void \mbox{\hyperlink{Proxy_8h_a53659fe236627b28005a1baae4c072ed}{Propagate\+Proxy}} (\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+Scenario\+DTO}} \&scenario\+Dto) @@ -574,23 +572,3 @@ \begin{DoxyReturn}{Returns} \end{DoxyReturn} -\mbox{\Hypertarget{Proxy_8h_af8fed4e7969e085725224db1cd8f23b7}\label{Proxy_8h_af8fed4e7969e085725224db1cd8f23b7}} -\index{Proxy.h@{Proxy.h}!WriteOrientationProxy@{WriteOrientationProxy}} -\index{WriteOrientationProxy@{WriteOrientationProxy}!Proxy.h@{Proxy.h}} -\doxysubsubsection{\texorpdfstring{WriteOrientationProxy()}{WriteOrientationProxy()}} -{\footnotesize\ttfamily \mbox{\hyperlink{Proxy_8h_a283b8fd63f96d196027ef6ad48c4cb85}{MODULE\+\_\+\+API}} bool Write\+Orientation\+Proxy (\begin{DoxyParamCaption}\item[{const char $\ast$}]{file\+Path, }\item[{int}]{object\+Id, }\item[{\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1StateOrientationDTO}{IO\+::\+SDK\+::\+API\+::\+DTO\+::\+State\+Orientation\+DTO}}}]{so\mbox{[}10000\mbox{]}, }\item[{int}]{size }\end{DoxyParamCaption})} - -Write orientation data into binary file (ck) -\begin{DoxyParams}{Parameters} -{\em file\+Path} & \\ -\hline -{\em object\+Id} & \\ -\hline -{\em so} & \\ -\hline -{\em size} & \\ -\hline -\end{DoxyParams} -\begin{DoxyReturn}{Returns} - -\end{DoxyReturn} diff --git a/Docs/latex/Proxy_8h_source.tex b/Docs/latex/Proxy_8h_source.tex index 7f7a2ddc..294ecf01 100644 --- a/Docs/latex/Proxy_8h_source.tex +++ b/Docs/latex/Proxy_8h_source.tex @@ -7,166 +7,165 @@ \DoxyCodeLine{3 \textcolor{preprocessor}{\#include "{}\mbox{\hyperlink{ManeuverBase_8h}{ManeuverBase.h}}"{}}} \DoxyCodeLine{4 \textcolor{preprocessor}{\#include "{}\mbox{\hyperlink{Scenario_8h}{Scenario.h}}"{}}} \DoxyCodeLine{5 } -\DoxyCodeLine{6 \textcolor{preprocessor}{\#ifdef \_\_cplusplus}} -\DoxyCodeLine{7 \textcolor{keyword}{extern} \textcolor{stringliteral}{"{}C"{}} \{} -\DoxyCodeLine{8 \textcolor{preprocessor}{\#endif}} -\DoxyCodeLine{9 \textcolor{preprocessor}{\#ifdef \_WIN32}} -\DoxyCodeLine{10 \textcolor{preprocessor}{\# ifdef MODULE\_API\_EXPORTS}} -\DoxyCodeLine{11 \textcolor{preprocessor}{\# define MODULE\_API \_\_declspec(dllexport)}} -\DoxyCodeLine{12 \textcolor{preprocessor}{\# else}} -\DoxyCodeLine{13 \textcolor{preprocessor}{\# define MODULE\_API \_\_declspec(dllimport)}} -\DoxyCodeLine{14 \textcolor{preprocessor}{\# endif}} -\DoxyCodeLine{15 \textcolor{preprocessor}{\#else}} -\DoxyCodeLine{16 \textcolor{preprocessor}{\# define MODULE\_API}} -\DoxyCodeLine{17 \textcolor{preprocessor}{\#endif}} -\DoxyCodeLine{22 \mbox{\hyperlink{Proxy_8h_a283b8fd63f96d196027ef6ad48c4cb85}{MODULE\_API}} \textcolor{keyword}{const} \textcolor{keywordtype}{char} *\mbox{\hyperlink{Proxy_8h_a762431b7740df9d560ebe822564369f1}{GetSpiceVersionProxy}}();} -\DoxyCodeLine{23 } -\DoxyCodeLine{32 \mbox{\hyperlink{Proxy_8h_a283b8fd63f96d196027ef6ad48c4cb85}{MODULE\_API}} \textcolor{keywordtype}{bool}} -\DoxyCodeLine{33 \mbox{\hyperlink{Proxy_8h_a329824aa5cb9474c5ad8ba77ba8ac569}{WriteEphemerisProxy}}(\textcolor{keyword}{const} \textcolor{keywordtype}{char} *filePath, \textcolor{keywordtype}{int} objectId, \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1StateVectorDTO}{IO::SDK::API::DTO::StateVectorDTO}} sv[100000], \textcolor{keywordtype}{int} size);} -\DoxyCodeLine{34 } -\DoxyCodeLine{45 \mbox{\hyperlink{Proxy_8h_a283b8fd63f96d196027ef6ad48c4cb85}{MODULE\_API}} \textcolor{keywordtype}{void}} -\DoxyCodeLine{46 \mbox{\hyperlink{Proxy_8h_aec8180716b9e86621181f82f38419c8f}{ReadEphemerisProxy}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO::SDK::API::DTO::WindowDTO}} searchWindow, \textcolor{keywordtype}{int} observerId, \textcolor{keywordtype}{int} targetId, \textcolor{keyword}{const} \textcolor{keywordtype}{char} *frame,} -\DoxyCodeLine{47 \textcolor{keyword}{const} \textcolor{keywordtype}{char} *aberration, \textcolor{keywordtype}{double} stepSize, \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1StateVectorDTO}{IO::SDK::API::DTO::StateVectorDTO}} stateVectors[10000]);} -\DoxyCodeLine{48 } -\DoxyCodeLine{57 \mbox{\hyperlink{Proxy_8h_a283b8fd63f96d196027ef6ad48c4cb85}{MODULE\_API}} \textcolor{keywordtype}{bool}} -\DoxyCodeLine{58 \mbox{\hyperlink{Proxy_8h_af8fed4e7969e085725224db1cd8f23b7}{WriteOrientationProxy}}(\textcolor{keyword}{const} \textcolor{keywordtype}{char} *filePath, \textcolor{keywordtype}{int} objectId, \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1StateOrientationDTO}{IO::SDK::API::DTO::StateOrientationDTO}} so[10000], \textcolor{keywordtype}{int} size);} -\DoxyCodeLine{59 } -\DoxyCodeLine{69 \mbox{\hyperlink{Proxy_8h_a283b8fd63f96d196027ef6ad48c4cb85}{MODULE\_API}} \textcolor{keywordtype}{void}} -\DoxyCodeLine{70 \mbox{\hyperlink{Proxy_8h_ad2cb321fd1aa8706954df5b92b3b9a19}{ReadOrientationProxy}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO::SDK::API::DTO::WindowDTO}} searchWindow, \textcolor{keywordtype}{int} spacecraftId, \textcolor{keywordtype}{double} tolerance, \textcolor{keyword}{const} \textcolor{keywordtype}{char} *frame, \textcolor{keywordtype}{double} stepSize,} -\DoxyCodeLine{71 \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1StateOrientationDTO}{IO::SDK::API::DTO::StateOrientationDTO}} so[10000]);} -\DoxyCodeLine{72 } -\DoxyCodeLine{77 \mbox{\hyperlink{Proxy_8h_a283b8fd63f96d196027ef6ad48c4cb85}{MODULE\_API}} \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a53659fe236627b28005a1baae4c072ed}{PropagateProxy}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto);} -\DoxyCodeLine{78 } -\DoxyCodeLine{79 } -\DoxyCodeLine{80 } -\DoxyCodeLine{85 \mbox{\hyperlink{Proxy_8h_a283b8fd63f96d196027ef6ad48c4cb85}{MODULE\_API}} \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a1d806e18515093a7f25ad338020ec56d}{LaunchProxy}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1LaunchDTO}{IO::SDK::API::DTO::LaunchDTO}} \&launchDto);} -\DoxyCodeLine{86 } -\DoxyCodeLine{91 \mbox{\hyperlink{Proxy_8h_a283b8fd63f96d196027ef6ad48c4cb85}{MODULE\_API}} \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a8e72840432a41c8b143731654b2cef2a}{LoadKernelsProxy}}(\textcolor{keyword}{const} \textcolor{keywordtype}{char} *path);} -\DoxyCodeLine{92 } -\DoxyCodeLine{98 \mbox{\hyperlink{Proxy_8h_a283b8fd63f96d196027ef6ad48c4cb85}{MODULE\_API}} \textcolor{keyword}{const} \textcolor{keywordtype}{char} *\mbox{\hyperlink{Proxy_8h_a866cf6da600090959c6dc47000e75cc4}{TDBToStringProxy}}(\textcolor{keywordtype}{double} secondsFromJ2000);} -\DoxyCodeLine{99 } -\DoxyCodeLine{105 \mbox{\hyperlink{Proxy_8h_a283b8fd63f96d196027ef6ad48c4cb85}{MODULE\_API}} \textcolor{keyword}{const} \textcolor{keywordtype}{char} *\mbox{\hyperlink{Proxy_8h_a8f3164fd10cfa0827e25add2106a71c7}{UTCToStringProxy}}(\textcolor{keywordtype}{double} secondsFromJ2000);} -\DoxyCodeLine{106 } -\DoxyCodeLine{118 \mbox{\hyperlink{Proxy_8h_a283b8fd63f96d196027ef6ad48c4cb85}{MODULE\_API}} \textcolor{keywordtype}{void}} -\DoxyCodeLine{119 \mbox{\hyperlink{Proxy_8h_a6ec1cf8afcc6842627d5f3fcab1f83ef}{FindWindowsOnDistanceConstraintProxy}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO::SDK::API::DTO::WindowDTO}} searchWindow, \textcolor{keywordtype}{int} observerId, \textcolor{keywordtype}{int} targetId,} -\DoxyCodeLine{120 \textcolor{keyword}{const} \textcolor{keywordtype}{char} *relationalOperator, \textcolor{keywordtype}{double} value, \textcolor{keyword}{const} \textcolor{keywordtype}{char} *aberration,} -\DoxyCodeLine{121 \textcolor{keywordtype}{double} stepSize, \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO::SDK::API::DTO::WindowDTO}} windows[1000]);} -\DoxyCodeLine{122 } -\DoxyCodeLine{138 \mbox{\hyperlink{Proxy_8h_a283b8fd63f96d196027ef6ad48c4cb85}{MODULE\_API}} \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a3f435df4a2572b837892811cd273ad04}{FindWindowsOnOccultationConstraintProxy}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO::SDK::API::DTO::WindowDTO}} searchWindow, \textcolor{keywordtype}{int} observerId,} -\DoxyCodeLine{139 \textcolor{keywordtype}{int} targetId, \textcolor{keyword}{const} \textcolor{keywordtype}{char} *targetFrame,} -\DoxyCodeLine{140 \textcolor{keyword}{const} \textcolor{keywordtype}{char} *targetShape,} -\DoxyCodeLine{141 \textcolor{keywordtype}{int} frontBodyId, \textcolor{keyword}{const} \textcolor{keywordtype}{char} *frontFrame, \textcolor{keyword}{const} \textcolor{keywordtype}{char} *frontShape,} -\DoxyCodeLine{142 \textcolor{keyword}{const} \textcolor{keywordtype}{char} *occultationType,} -\DoxyCodeLine{143 \textcolor{keyword}{const} \textcolor{keywordtype}{char} *aberration, \textcolor{keywordtype}{double} stepSize,} -\DoxyCodeLine{144 \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO::SDK::API::DTO::WindowDTO}} windows[1000]);} -\DoxyCodeLine{145 } -\DoxyCodeLine{161 \mbox{\hyperlink{Proxy_8h_a283b8fd63f96d196027ef6ad48c4cb85}{MODULE\_API}} \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a41859ca381c6d0feef334aea372d8f78}{FindWindowsOnCoordinateConstraintProxy}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO::SDK::API::DTO::WindowDTO}} searchWindow, \textcolor{keywordtype}{int} observerId,} -\DoxyCodeLine{162 \textcolor{keywordtype}{int} targetId, \textcolor{keyword}{const} \textcolor{keywordtype}{char} *frame, \textcolor{keyword}{const} \textcolor{keywordtype}{char} *coordinateSystem,} -\DoxyCodeLine{163 \textcolor{keyword}{const} \textcolor{keywordtype}{char} *coordinate, \textcolor{keyword}{const} \textcolor{keywordtype}{char} *relationalOperator,} -\DoxyCodeLine{164 \textcolor{keywordtype}{double} value, \textcolor{keywordtype}{double} adjustValue, \textcolor{keyword}{const} \textcolor{keywordtype}{char} *aberration,} -\DoxyCodeLine{165 \textcolor{keywordtype}{double} stepSize, \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO::SDK::API::DTO::WindowDTO}} windows[1000]);} -\DoxyCodeLine{166 } -\DoxyCodeLine{184 \mbox{\hyperlink{Proxy_8h_a283b8fd63f96d196027ef6ad48c4cb85}{MODULE\_API}} \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_ab9b8fb854911a9ffea45b39d30047442}{FindWindowsOnIlluminationConstraintProxy}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO::SDK::API::DTO::WindowDTO}} searchWindow, \textcolor{keywordtype}{int} observerId,} -\DoxyCodeLine{185 \textcolor{keyword}{const} \textcolor{keywordtype}{char} *illuminationSource, \textcolor{keywordtype}{int} targetBody,} -\DoxyCodeLine{186 \textcolor{keyword}{const} \textcolor{keywordtype}{char} *fixedFrame,} -\DoxyCodeLine{187 \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1GeodeticDTO}{IO::SDK::API::DTO::GeodeticDTO}} geodetic,} -\DoxyCodeLine{188 \textcolor{keyword}{const} \textcolor{keywordtype}{char} *illuminationType,} -\DoxyCodeLine{189 \textcolor{keyword}{const} \textcolor{keywordtype}{char} *relationalOperator, \textcolor{keywordtype}{double} value,} -\DoxyCodeLine{190 \textcolor{keywordtype}{double} adjustValue,} -\DoxyCodeLine{191 \textcolor{keyword}{const} \textcolor{keywordtype}{char} *aberration, \textcolor{keywordtype}{double} stepSize, \textcolor{keyword}{const} \textcolor{keywordtype}{char} *method,} -\DoxyCodeLine{192 \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO::SDK::API::DTO::WindowDTO}} windows[1000]);} -\DoxyCodeLine{193 } -\DoxyCodeLine{206 \mbox{\hyperlink{Proxy_8h_a283b8fd63f96d196027ef6ad48c4cb85}{MODULE\_API}} \textcolor{keywordtype}{void}} -\DoxyCodeLine{207 \mbox{\hyperlink{Proxy_8h_ad3695568d6bd15b6a4c74d9a10f8ea78}{FindWindowsInFieldOfViewConstraintProxy}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO::SDK::API::DTO::WindowDTO}} searchWindow, \textcolor{keywordtype}{int} observerId, \textcolor{keywordtype}{int} instrumentId,} -\DoxyCodeLine{208 \textcolor{keywordtype}{int} targetId, \textcolor{keyword}{const} \textcolor{keywordtype}{char} *targetFrame, \textcolor{keyword}{const} \textcolor{keywordtype}{char} *targetShape,} -\DoxyCodeLine{209 \textcolor{keyword}{const} \textcolor{keywordtype}{char} *aberration, \textcolor{keywordtype}{double} stepSize,} -\DoxyCodeLine{210 \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO::SDK::API::DTO::WindowDTO}} windows[1000]);} -\DoxyCodeLine{216 \mbox{\hyperlink{Proxy_8h_a283b8fd63f96d196027ef6ad48c4cb85}{MODULE\_API}} \textcolor{keywordtype}{double} \mbox{\hyperlink{Proxy_8h_a21e5be456b638ec478bbe753d51d4d82}{ConvertTDBToUTCProxy}}(\textcolor{keywordtype}{double} tdb);} -\DoxyCodeLine{217 } -\DoxyCodeLine{223 \mbox{\hyperlink{Proxy_8h_a283b8fd63f96d196027ef6ad48c4cb85}{MODULE\_API}} \textcolor{keywordtype}{double} \mbox{\hyperlink{Proxy_8h_ab9c954c87940d8be415c2f8b7696ed15}{ConvertUTCToTDBProxy}}(\textcolor{keywordtype}{double} utc);} -\DoxyCodeLine{224 \textcolor{preprocessor}{\#ifdef \_\_cplusplus}} -\DoxyCodeLine{225 \}} -\DoxyCodeLine{226 \textcolor{preprocessor}{\#endif}} -\DoxyCodeLine{227 } -\DoxyCodeLine{228 \textcolor{preprocessor}{\#ifndef PROXY\_H}} -\DoxyCodeLine{229 \textcolor{preprocessor}{\#define PROXY\_H}} -\DoxyCodeLine{230 } -\DoxyCodeLine{231 std::map>} -\DoxyCodeLine{232 \mbox{\hyperlink{Proxy_8h_ad45407eab2a930ba06148832da6fcbd5}{BuildCelestialBodies}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenario);} -\DoxyCodeLine{233 } -\DoxyCodeLine{234 \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_ac6213574be074a2bf1b4f87f2818d76a}{BuildPayload}}(\textcolor{keyword}{const} \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto, \mbox{\hyperlink{classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft}{IO::SDK::Body::Spacecraft::Spacecraft}} \&spacecraft);} -\DoxyCodeLine{235 } -\DoxyCodeLine{236 \textcolor{keywordtype}{void}} -\DoxyCodeLine{237 \mbox{\hyperlink{Proxy_8h_a4ed0bdca1f06eded1b33477141a77ff4}{BuildInstruments}}(\textcolor{keyword}{const} \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDTO, \mbox{\hyperlink{classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft}{IO::SDK::Body::Spacecraft::Spacecraft}} \&spacecraft);} -\DoxyCodeLine{238 } -\DoxyCodeLine{239 \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a88f9374e58b0d18eae74c7b7af4d1988}{BuildEngines}}(\textcolor{keyword}{const} \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDTO, \mbox{\hyperlink{classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft}{IO::SDK::Body::Spacecraft::Spacecraft}} \&spacecraft);} +\DoxyCodeLine{6 \textcolor{preprocessor}{\#pragma region Proxy}} +\DoxyCodeLine{7 \textcolor{preprocessor}{\#ifdef \_\_cplusplus}} +\DoxyCodeLine{8 \textcolor{keyword}{extern} \textcolor{stringliteral}{"{}C"{}} \{} +\DoxyCodeLine{9 \textcolor{preprocessor}{\#endif}} +\DoxyCodeLine{10 \textcolor{preprocessor}{\#ifdef \_WIN32}} +\DoxyCodeLine{11 \textcolor{preprocessor}{\# ifdef MODULE\_API\_EXPORTS}} +\DoxyCodeLine{12 \textcolor{preprocessor}{\# define MODULE\_API \_\_declspec(dllexport)}} +\DoxyCodeLine{13 \textcolor{preprocessor}{\# else}} +\DoxyCodeLine{14 \textcolor{preprocessor}{\# define MODULE\_API \_\_declspec(dllimport)}} +\DoxyCodeLine{15 \textcolor{preprocessor}{\# endif}} +\DoxyCodeLine{16 \textcolor{preprocessor}{\#else}} +\DoxyCodeLine{17 \textcolor{preprocessor}{\# define MODULE\_API}} +\DoxyCodeLine{18 \textcolor{preprocessor}{\#endif}} +\DoxyCodeLine{23 \mbox{\hyperlink{Proxy_8h_a283b8fd63f96d196027ef6ad48c4cb85}{MODULE\_API}} \textcolor{keyword}{const} \textcolor{keywordtype}{char} *\mbox{\hyperlink{Proxy_8h_a762431b7740df9d560ebe822564369f1}{GetSpiceVersionProxy}}();} +\DoxyCodeLine{24 } +\DoxyCodeLine{33 \mbox{\hyperlink{Proxy_8h_a283b8fd63f96d196027ef6ad48c4cb85}{MODULE\_API}} \textcolor{keywordtype}{bool}} +\DoxyCodeLine{34 \mbox{\hyperlink{Proxy_8h_a329824aa5cb9474c5ad8ba77ba8ac569}{WriteEphemerisProxy}}(\textcolor{keyword}{const} \textcolor{keywordtype}{char} *filePath, \textcolor{keywordtype}{int} objectId, \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1StateVectorDTO}{IO::SDK::API::DTO::StateVectorDTO}} sv[100000], \textcolor{keywordtype}{int} size);} +\DoxyCodeLine{35 } +\DoxyCodeLine{46 \mbox{\hyperlink{Proxy_8h_a283b8fd63f96d196027ef6ad48c4cb85}{MODULE\_API}} \textcolor{keywordtype}{void}} +\DoxyCodeLine{47 \mbox{\hyperlink{Proxy_8h_aec8180716b9e86621181f82f38419c8f}{ReadEphemerisProxy}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO::SDK::API::DTO::WindowDTO}} searchWindow, \textcolor{keywordtype}{int} observerId, \textcolor{keywordtype}{int} targetId, \textcolor{keyword}{const} \textcolor{keywordtype}{char} *frame,} +\DoxyCodeLine{48 \textcolor{keyword}{const} \textcolor{keywordtype}{char} *aberration, \textcolor{keywordtype}{double} stepSize, \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1StateVectorDTO}{IO::SDK::API::DTO::StateVectorDTO}} stateVectors[10000]);} +\DoxyCodeLine{49 } +\DoxyCodeLine{59 \mbox{\hyperlink{Proxy_8h_a283b8fd63f96d196027ef6ad48c4cb85}{MODULE\_API}} \textcolor{keywordtype}{void}} +\DoxyCodeLine{60 \mbox{\hyperlink{Proxy_8h_ad2cb321fd1aa8706954df5b92b3b9a19}{ReadOrientationProxy}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO::SDK::API::DTO::WindowDTO}} searchWindow, \textcolor{keywordtype}{int} spacecraftId, \textcolor{keywordtype}{double} tolerance, \textcolor{keyword}{const} \textcolor{keywordtype}{char} *frame, \textcolor{keywordtype}{double} stepSize,} +\DoxyCodeLine{61 \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1StateOrientationDTO}{IO::SDK::API::DTO::StateOrientationDTO}} so[10000]);} +\DoxyCodeLine{62 } +\DoxyCodeLine{67 \mbox{\hyperlink{Proxy_8h_a283b8fd63f96d196027ef6ad48c4cb85}{MODULE\_API}} \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a53659fe236627b28005a1baae4c072ed}{PropagateProxy}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto);} +\DoxyCodeLine{68 } +\DoxyCodeLine{69 } +\DoxyCodeLine{70 } +\DoxyCodeLine{75 \mbox{\hyperlink{Proxy_8h_a283b8fd63f96d196027ef6ad48c4cb85}{MODULE\_API}} \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a1d806e18515093a7f25ad338020ec56d}{LaunchProxy}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1LaunchDTO}{IO::SDK::API::DTO::LaunchDTO}} \&launchDto);} +\DoxyCodeLine{76 } +\DoxyCodeLine{81 \mbox{\hyperlink{Proxy_8h_a283b8fd63f96d196027ef6ad48c4cb85}{MODULE\_API}} \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a8e72840432a41c8b143731654b2cef2a}{LoadKernelsProxy}}(\textcolor{keyword}{const} \textcolor{keywordtype}{char} *path);} +\DoxyCodeLine{82 } +\DoxyCodeLine{88 \mbox{\hyperlink{Proxy_8h_a283b8fd63f96d196027ef6ad48c4cb85}{MODULE\_API}} \textcolor{keyword}{const} \textcolor{keywordtype}{char} *\mbox{\hyperlink{Proxy_8h_a866cf6da600090959c6dc47000e75cc4}{TDBToStringProxy}}(\textcolor{keywordtype}{double} secondsFromJ2000);} +\DoxyCodeLine{89 } +\DoxyCodeLine{95 \mbox{\hyperlink{Proxy_8h_a283b8fd63f96d196027ef6ad48c4cb85}{MODULE\_API}} \textcolor{keyword}{const} \textcolor{keywordtype}{char} *\mbox{\hyperlink{Proxy_8h_a8f3164fd10cfa0827e25add2106a71c7}{UTCToStringProxy}}(\textcolor{keywordtype}{double} secondsFromJ2000);} +\DoxyCodeLine{96 } +\DoxyCodeLine{108 \mbox{\hyperlink{Proxy_8h_a283b8fd63f96d196027ef6ad48c4cb85}{MODULE\_API}} \textcolor{keywordtype}{void}} +\DoxyCodeLine{109 \mbox{\hyperlink{Proxy_8h_a6ec1cf8afcc6842627d5f3fcab1f83ef}{FindWindowsOnDistanceConstraintProxy}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO::SDK::API::DTO::WindowDTO}} searchWindow, \textcolor{keywordtype}{int} observerId, \textcolor{keywordtype}{int} targetId,} +\DoxyCodeLine{110 \textcolor{keyword}{const} \textcolor{keywordtype}{char} *relationalOperator, \textcolor{keywordtype}{double} value, \textcolor{keyword}{const} \textcolor{keywordtype}{char} *aberration,} +\DoxyCodeLine{111 \textcolor{keywordtype}{double} stepSize, \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO::SDK::API::DTO::WindowDTO}} windows[1000]);} +\DoxyCodeLine{112 } +\DoxyCodeLine{128 \mbox{\hyperlink{Proxy_8h_a283b8fd63f96d196027ef6ad48c4cb85}{MODULE\_API}} \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a3f435df4a2572b837892811cd273ad04}{FindWindowsOnOccultationConstraintProxy}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO::SDK::API::DTO::WindowDTO}} searchWindow, \textcolor{keywordtype}{int} observerId,} +\DoxyCodeLine{129 \textcolor{keywordtype}{int} targetId, \textcolor{keyword}{const} \textcolor{keywordtype}{char} *targetFrame,} +\DoxyCodeLine{130 \textcolor{keyword}{const} \textcolor{keywordtype}{char} *targetShape,} +\DoxyCodeLine{131 \textcolor{keywordtype}{int} frontBodyId, \textcolor{keyword}{const} \textcolor{keywordtype}{char} *frontFrame, \textcolor{keyword}{const} \textcolor{keywordtype}{char} *frontShape,} +\DoxyCodeLine{132 \textcolor{keyword}{const} \textcolor{keywordtype}{char} *occultationType,} +\DoxyCodeLine{133 \textcolor{keyword}{const} \textcolor{keywordtype}{char} *aberration, \textcolor{keywordtype}{double} stepSize,} +\DoxyCodeLine{134 \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO::SDK::API::DTO::WindowDTO}} windows[1000]);} +\DoxyCodeLine{135 } +\DoxyCodeLine{151 \mbox{\hyperlink{Proxy_8h_a283b8fd63f96d196027ef6ad48c4cb85}{MODULE\_API}} \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a41859ca381c6d0feef334aea372d8f78}{FindWindowsOnCoordinateConstraintProxy}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO::SDK::API::DTO::WindowDTO}} searchWindow, \textcolor{keywordtype}{int} observerId,} +\DoxyCodeLine{152 \textcolor{keywordtype}{int} targetId, \textcolor{keyword}{const} \textcolor{keywordtype}{char} *frame, \textcolor{keyword}{const} \textcolor{keywordtype}{char} *coordinateSystem,} +\DoxyCodeLine{153 \textcolor{keyword}{const} \textcolor{keywordtype}{char} *coordinate, \textcolor{keyword}{const} \textcolor{keywordtype}{char} *relationalOperator,} +\DoxyCodeLine{154 \textcolor{keywordtype}{double} value, \textcolor{keywordtype}{double} adjustValue, \textcolor{keyword}{const} \textcolor{keywordtype}{char} *aberration,} +\DoxyCodeLine{155 \textcolor{keywordtype}{double} stepSize, \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO::SDK::API::DTO::WindowDTO}} windows[1000]);} +\DoxyCodeLine{156 } +\DoxyCodeLine{174 \mbox{\hyperlink{Proxy_8h_a283b8fd63f96d196027ef6ad48c4cb85}{MODULE\_API}} \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_ab9b8fb854911a9ffea45b39d30047442}{FindWindowsOnIlluminationConstraintProxy}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO::SDK::API::DTO::WindowDTO}} searchWindow, \textcolor{keywordtype}{int} observerId,} +\DoxyCodeLine{175 \textcolor{keyword}{const} \textcolor{keywordtype}{char} *illuminationSource, \textcolor{keywordtype}{int} targetBody,} +\DoxyCodeLine{176 \textcolor{keyword}{const} \textcolor{keywordtype}{char} *fixedFrame,} +\DoxyCodeLine{177 \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1GeodeticDTO}{IO::SDK::API::DTO::GeodeticDTO}} geodetic,} +\DoxyCodeLine{178 \textcolor{keyword}{const} \textcolor{keywordtype}{char} *illuminationType,} +\DoxyCodeLine{179 \textcolor{keyword}{const} \textcolor{keywordtype}{char} *relationalOperator, \textcolor{keywordtype}{double} value,} +\DoxyCodeLine{180 \textcolor{keywordtype}{double} adjustValue,} +\DoxyCodeLine{181 \textcolor{keyword}{const} \textcolor{keywordtype}{char} *aberration, \textcolor{keywordtype}{double} stepSize, \textcolor{keyword}{const} \textcolor{keywordtype}{char} *method,} +\DoxyCodeLine{182 \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO::SDK::API::DTO::WindowDTO}} windows[1000]);} +\DoxyCodeLine{183 } +\DoxyCodeLine{196 \mbox{\hyperlink{Proxy_8h_a283b8fd63f96d196027ef6ad48c4cb85}{MODULE\_API}} \textcolor{keywordtype}{void}} +\DoxyCodeLine{197 \mbox{\hyperlink{Proxy_8h_ad3695568d6bd15b6a4c74d9a10f8ea78}{FindWindowsInFieldOfViewConstraintProxy}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO::SDK::API::DTO::WindowDTO}} searchWindow, \textcolor{keywordtype}{int} observerId, \textcolor{keywordtype}{int} instrumentId,} +\DoxyCodeLine{198 \textcolor{keywordtype}{int} targetId, \textcolor{keyword}{const} \textcolor{keywordtype}{char} *targetFrame, \textcolor{keyword}{const} \textcolor{keywordtype}{char} *targetShape,} +\DoxyCodeLine{199 \textcolor{keyword}{const} \textcolor{keywordtype}{char} *aberration, \textcolor{keywordtype}{double} stepSize,} +\DoxyCodeLine{200 \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO}{IO::SDK::API::DTO::WindowDTO}} windows[1000]);} +\DoxyCodeLine{206 \mbox{\hyperlink{Proxy_8h_a283b8fd63f96d196027ef6ad48c4cb85}{MODULE\_API}} \textcolor{keywordtype}{double} \mbox{\hyperlink{Proxy_8h_a21e5be456b638ec478bbe753d51d4d82}{ConvertTDBToUTCProxy}}(\textcolor{keywordtype}{double} tdb);} +\DoxyCodeLine{207 } +\DoxyCodeLine{213 \mbox{\hyperlink{Proxy_8h_a283b8fd63f96d196027ef6ad48c4cb85}{MODULE\_API}} \textcolor{keywordtype}{double} \mbox{\hyperlink{Proxy_8h_ab9c954c87940d8be415c2f8b7696ed15}{ConvertUTCToTDBProxy}}(\textcolor{keywordtype}{double} utc);} +\DoxyCodeLine{214 \textcolor{preprocessor}{\#ifdef \_\_cplusplus}} +\DoxyCodeLine{215 \}} +\DoxyCodeLine{216 \textcolor{preprocessor}{\#endif}} +\DoxyCodeLine{217 \textcolor{preprocessor}{\#pragma endregion}} +\DoxyCodeLine{218 } +\DoxyCodeLine{219 \textcolor{preprocessor}{\#ifndef PROXY\_H}} +\DoxyCodeLine{220 \textcolor{preprocessor}{\#define PROXY\_H}} +\DoxyCodeLine{221 } +\DoxyCodeLine{222 std::map>} +\DoxyCodeLine{223 \mbox{\hyperlink{Proxy_8h_ad45407eab2a930ba06148832da6fcbd5}{BuildCelestialBodies}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenario);} +\DoxyCodeLine{224 } +\DoxyCodeLine{225 \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_ac6213574be074a2bf1b4f87f2818d76a}{BuildPayload}}(\textcolor{keyword}{const} \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto, \mbox{\hyperlink{classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft}{IO::SDK::Body::Spacecraft::Spacecraft}} \&spacecraft);} +\DoxyCodeLine{226 } +\DoxyCodeLine{227 \textcolor{keywordtype}{void}} +\DoxyCodeLine{228 \mbox{\hyperlink{Proxy_8h_a4ed0bdca1f06eded1b33477141a77ff4}{BuildInstruments}}(\textcolor{keyword}{const} \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDTO, \mbox{\hyperlink{classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft}{IO::SDK::Body::Spacecraft::Spacecraft}} \&spacecraft);} +\DoxyCodeLine{229 } +\DoxyCodeLine{230 \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a88f9374e58b0d18eae74c7b7af4d1988}{BuildEngines}}(\textcolor{keyword}{const} \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDTO, \mbox{\hyperlink{classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft}{IO::SDK::Body::Spacecraft::Spacecraft}} \&spacecraft);} +\DoxyCodeLine{231 } +\DoxyCodeLine{232 \textcolor{keywordtype}{void}} +\DoxyCodeLine{233 \mbox{\hyperlink{Proxy_8h_a444759ce742846c2f1f52befdbb211be}{BuildFuelTank}}(\textcolor{keyword}{const} \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDTO, \mbox{\hyperlink{classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft}{IO::SDK::Body::Spacecraft::Spacecraft}} \&spacecraft);} +\DoxyCodeLine{234 } +\DoxyCodeLine{235 \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a7486ed1a8282bf3a560293bfb277999f}{BuildApogeeManeuver}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto, \mbox{\hyperlink{classIO_1_1SDK_1_1Scenario}{IO::SDK::Scenario}} \&scenario,} +\DoxyCodeLine{236 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&maneuvers);} +\DoxyCodeLine{237 } +\DoxyCodeLine{238 \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a566ad9c1f30ae8c312dddd06bfbced01}{BuildPerigeeManeuver}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto, \mbox{\hyperlink{classIO_1_1SDK_1_1Scenario}{IO::SDK::Scenario}} \&scenario,} +\DoxyCodeLine{239 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&maneuvers);} \DoxyCodeLine{240 } -\DoxyCodeLine{241 \textcolor{keywordtype}{void}} -\DoxyCodeLine{242 \mbox{\hyperlink{Proxy_8h_a444759ce742846c2f1f52befdbb211be}{BuildFuelTank}}(\textcolor{keyword}{const} \mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDTO, \mbox{\hyperlink{classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft}{IO::SDK::Body::Spacecraft::Spacecraft}} \&spacecraft);} -\DoxyCodeLine{243 } -\DoxyCodeLine{244 \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a7486ed1a8282bf3a560293bfb277999f}{BuildApogeeManeuver}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto, \mbox{\hyperlink{classIO_1_1SDK_1_1Scenario}{IO::SDK::Scenario}} \&scenario,} -\DoxyCodeLine{245 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&maneuvers);} -\DoxyCodeLine{246 } -\DoxyCodeLine{247 \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a566ad9c1f30ae8c312dddd06bfbced01}{BuildPerigeeManeuver}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto, \mbox{\hyperlink{classIO_1_1SDK_1_1Scenario}{IO::SDK::Scenario}} \&scenario,} -\DoxyCodeLine{248 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&maneuvers);} -\DoxyCodeLine{249 } -\DoxyCodeLine{250 \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a6f1de3af5690e1feed42099f39919d30}{BuildApsidalManeuver}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto, \mbox{\hyperlink{classIO_1_1SDK_1_1Scenario}{IO::SDK::Scenario}} \&scenario,} -\DoxyCodeLine{251 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&maneuvers,} -\DoxyCodeLine{252 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&celestialBodies);} -\DoxyCodeLine{253 } -\DoxyCodeLine{254 \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a92c53c4d657938e271d054a5d9cf1723}{BuildCombinedManeuver}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto, \mbox{\hyperlink{classIO_1_1SDK_1_1Scenario}{IO::SDK::Scenario}} \&scenario,} -\DoxyCodeLine{255 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&maneuvers);} +\DoxyCodeLine{241 \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a6f1de3af5690e1feed42099f39919d30}{BuildApsidalManeuver}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto, \mbox{\hyperlink{classIO_1_1SDK_1_1Scenario}{IO::SDK::Scenario}} \&scenario,} +\DoxyCodeLine{242 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&maneuvers,} +\DoxyCodeLine{243 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&celestialBodies);} +\DoxyCodeLine{244 } +\DoxyCodeLine{245 \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a92c53c4d657938e271d054a5d9cf1723}{BuildCombinedManeuver}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto, \mbox{\hyperlink{classIO_1_1SDK_1_1Scenario}{IO::SDK::Scenario}} \&scenario,} +\DoxyCodeLine{246 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&maneuvers);} +\DoxyCodeLine{247 } +\DoxyCodeLine{248 \textcolor{keywordtype}{void}} +\DoxyCodeLine{249 \mbox{\hyperlink{Proxy_8h_a296f11ad5c2d250c0b15cd9894df78d7}{BuildOrbitalPlaneManeuver}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto, \mbox{\hyperlink{classIO_1_1SDK_1_1Scenario}{IO::SDK::Scenario}} \&scenario,} +\DoxyCodeLine{250 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&maneuvers,} +\DoxyCodeLine{251 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&celestialBodies);} +\DoxyCodeLine{252 } +\DoxyCodeLine{253 \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a122e6a78b5bcdc264eb9e74ad7c8c437}{BuildPhasingManeuver}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto, \mbox{\hyperlink{classIO_1_1SDK_1_1Scenario}{IO::SDK::Scenario}} \&scenario,} +\DoxyCodeLine{254 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&maneuvers,} +\DoxyCodeLine{255 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&celestialBodies);} \DoxyCodeLine{256 } -\DoxyCodeLine{257 \textcolor{keywordtype}{void}} -\DoxyCodeLine{258 \mbox{\hyperlink{Proxy_8h_a296f11ad5c2d250c0b15cd9894df78d7}{BuildOrbitalPlaneManeuver}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto, \mbox{\hyperlink{classIO_1_1SDK_1_1Scenario}{IO::SDK::Scenario}} \&scenario,} -\DoxyCodeLine{259 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&maneuvers,} -\DoxyCodeLine{260 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&celestialBodies);} -\DoxyCodeLine{261 } -\DoxyCodeLine{262 \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a122e6a78b5bcdc264eb9e74ad7c8c437}{BuildPhasingManeuver}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto, \mbox{\hyperlink{classIO_1_1SDK_1_1Scenario}{IO::SDK::Scenario}} \&scenario,} -\DoxyCodeLine{263 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&maneuvers,} -\DoxyCodeLine{264 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&celestialBodies);} -\DoxyCodeLine{265 } -\DoxyCodeLine{266 \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_abb049e2c0f71131a987bf56c3f4fbcf3}{BuildManeuvers}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto, \mbox{\hyperlink{classIO_1_1SDK_1_1Scenario}{IO::SDK::Scenario}} \&scenario,} -\DoxyCodeLine{267 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&celestialBodies,} -\DoxyCodeLine{268 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&maneuvers);} +\DoxyCodeLine{257 \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_abb049e2c0f71131a987bf56c3f4fbcf3}{BuildManeuvers}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto, \mbox{\hyperlink{classIO_1_1SDK_1_1Scenario}{IO::SDK::Scenario}} \&scenario,} +\DoxyCodeLine{258 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&celestialBodies,} +\DoxyCodeLine{259 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&maneuvers);} +\DoxyCodeLine{260 } +\DoxyCodeLine{261 \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_ad109937e075918a4169dbe2876ac2e30}{BuildProgradeAttitude}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto, \mbox{\hyperlink{classIO_1_1SDK_1_1Scenario}{IO::SDK::Scenario}} \&scenario,} +\DoxyCodeLine{262 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&maneuvers);} +\DoxyCodeLine{263 } +\DoxyCodeLine{264 \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a85720c91750cd873d1dbf050fa3d2a18}{BuildRetrogradeAttitude}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto, \mbox{\hyperlink{classIO_1_1SDK_1_1Scenario}{IO::SDK::Scenario}} \&scenario,} +\DoxyCodeLine{265 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&maneuvers);} +\DoxyCodeLine{266 } +\DoxyCodeLine{267 \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a70191d395a750d5ca92dd638564d35b2}{BuildZenithAttitude}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto, \mbox{\hyperlink{classIO_1_1SDK_1_1Scenario}{IO::SDK::Scenario}} \&scenario,} +\DoxyCodeLine{268 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&maneuvers);} \DoxyCodeLine{269 } -\DoxyCodeLine{270 \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_ad109937e075918a4169dbe2876ac2e30}{BuildProgradeAttitude}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto, \mbox{\hyperlink{classIO_1_1SDK_1_1Scenario}{IO::SDK::Scenario}} \&scenario,} -\DoxyCodeLine{271 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&maneuvers);} +\DoxyCodeLine{270 \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a389131e56e754d5a3578f009c8bbab91}{BuildNadirAttitude}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto, \mbox{\hyperlink{classIO_1_1SDK_1_1Scenario}{IO::SDK::Scenario}} \&scenario,} +\DoxyCodeLine{271 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&maneuvers);} \DoxyCodeLine{272 } -\DoxyCodeLine{273 \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a85720c91750cd873d1dbf050fa3d2a18}{BuildRetrogradeAttitude}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto, \mbox{\hyperlink{classIO_1_1SDK_1_1Scenario}{IO::SDK::Scenario}} \&scenario,} -\DoxyCodeLine{274 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&maneuvers);} -\DoxyCodeLine{275 } -\DoxyCodeLine{276 \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a70191d395a750d5ca92dd638564d35b2}{BuildZenithAttitude}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto, \mbox{\hyperlink{classIO_1_1SDK_1_1Scenario}{IO::SDK::Scenario}} \&scenario,} -\DoxyCodeLine{277 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&maneuvers);} -\DoxyCodeLine{278 } -\DoxyCodeLine{279 \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a389131e56e754d5a3578f009c8bbab91}{BuildNadirAttitude}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto, \mbox{\hyperlink{classIO_1_1SDK_1_1Scenario}{IO::SDK::Scenario}} \&scenario,} -\DoxyCodeLine{280 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&maneuvers);} -\DoxyCodeLine{281 } -\DoxyCodeLine{282 \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a820df7ddc7223c06513f52b0845db89e}{BuildInstrumentPointingToAttitude}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto, \mbox{\hyperlink{classIO_1_1SDK_1_1Scenario}{IO::SDK::Scenario}} \&scenario,} -\DoxyCodeLine{283 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&maneuvers,} -\DoxyCodeLine{284 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&celestialBodies);} +\DoxyCodeLine{273 \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a820df7ddc7223c06513f52b0845db89e}{BuildInstrumentPointingToAttitude}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto, \mbox{\hyperlink{classIO_1_1SDK_1_1Scenario}{IO::SDK::Scenario}} \&scenario,} +\DoxyCodeLine{274 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&maneuvers,} +\DoxyCodeLine{275 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&celestialBodies);} +\DoxyCodeLine{276 } +\DoxyCodeLine{277 \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a466bec93a33dfabd6a60722c8edf333f}{ReadApogeeManeuverResult}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto,} +\DoxyCodeLine{278 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&maneuvers);} +\DoxyCodeLine{279 } +\DoxyCodeLine{280 \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_aa7d09fd7d9d73216a3ee6020565d061e}{ReadPerigeeManeuverResult}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto,} +\DoxyCodeLine{281 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&maneuvers);} +\DoxyCodeLine{282 } +\DoxyCodeLine{283 \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a717c7d3ca5a48e85b637148eb0262df8}{ReadOrbitalPlaneManeuverResult}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto,} +\DoxyCodeLine{284 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&maneuvers);} \DoxyCodeLine{285 } -\DoxyCodeLine{286 \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a466bec93a33dfabd6a60722c8edf333f}{ReadApogeeManeuverResult}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto,} -\DoxyCodeLine{287 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&maneuvers);} +\DoxyCodeLine{286 \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a29b830927e678eac49585d2c12370135}{ReadCombinedManeuverResult}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto,} +\DoxyCodeLine{287 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&maneuvers);} \DoxyCodeLine{288 } -\DoxyCodeLine{289 \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_aa7d09fd7d9d73216a3ee6020565d061e}{ReadPerigeeManeuverResult}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto,} -\DoxyCodeLine{290 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&maneuvers);} +\DoxyCodeLine{289 \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a274e1f3865453efe582b74fce0b657a1}{ReadApsidalAlignmentManeuverResult}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto,} +\DoxyCodeLine{290 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&maneuvers);} \DoxyCodeLine{291 } -\DoxyCodeLine{292 \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a717c7d3ca5a48e85b637148eb0262df8}{ReadOrbitalPlaneManeuverResult}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto,} -\DoxyCodeLine{293 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&maneuvers);} +\DoxyCodeLine{292 \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a6c39e673976b509ad3fa42613ffa38d7}{ReadPhasingManeuverResult}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto,} +\DoxyCodeLine{293 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&maneuvers);} \DoxyCodeLine{294 } -\DoxyCodeLine{295 \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a29b830927e678eac49585d2c12370135}{ReadCombinedManeuverResult}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto,} -\DoxyCodeLine{296 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&maneuvers);} +\DoxyCodeLine{295 \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a55b5f32b6b7ab7369fe7847e4ebc045b}{ReadManeuverResults}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto,} +\DoxyCodeLine{296 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&maneuvers);} \DoxyCodeLine{297 } -\DoxyCodeLine{298 \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a274e1f3865453efe582b74fce0b657a1}{ReadApsidalAlignmentManeuverResult}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto,} -\DoxyCodeLine{299 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&maneuvers);} -\DoxyCodeLine{300 } -\DoxyCodeLine{301 \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a6c39e673976b509ad3fa42613ffa38d7}{ReadPhasingManeuverResult}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto,} -\DoxyCodeLine{302 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&maneuvers);} -\DoxyCodeLine{303 } -\DoxyCodeLine{304 \textcolor{keywordtype}{void} \mbox{\hyperlink{Proxy_8h_a55b5f32b6b7ab7369fe7847e4ebc045b}{ReadManeuverResults}}(\mbox{\hyperlink{structIO_1_1SDK_1_1API_1_1DTO_1_1ScenarioDTO}{IO::SDK::API::DTO::ScenarioDTO}} \&scenarioDto,} -\DoxyCodeLine{305 std::map<\textcolor{keywordtype}{int}, std::shared\_ptr> \&maneuvers);} -\DoxyCodeLine{306 } -\DoxyCodeLine{307 \textcolor{preprocessor}{\#endif}} +\DoxyCodeLine{298 \textcolor{preprocessor}{\#endif}} \end{DoxyCode} diff --git a/Docs/latex/classIO_1_1SDK_1_1Body_1_1Body.pdf b/Docs/latex/classIO_1_1SDK_1_1Body_1_1Body.pdf index 2f4ecc04..62316644 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Body_1_1Body.pdf and b/Docs/latex/classIO_1_1SDK_1_1Body_1_1Body.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Body_1_1CelestialBody.pdf b/Docs/latex/classIO_1_1SDK_1_1Body_1_1CelestialBody.pdf index 74d53f30..6de571de 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Body_1_1CelestialBody.pdf and b/Docs/latex/classIO_1_1SDK_1_1Body_1_1CelestialBody.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.pdf b/Docs/latex/classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.pdf index 1cfa8b47..1129d324 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.pdf and b/Docs/latex/classIO_1_1SDK_1_1Body_1_1Spacecraft_1_1Spacecraft.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Exception_1_1InvalidArgumentException.pdf b/Docs/latex/classIO_1_1SDK_1_1Exception_1_1InvalidArgumentException.pdf index f4048727..d20ca4ff 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Exception_1_1InvalidArgumentException.pdf and b/Docs/latex/classIO_1_1SDK_1_1Exception_1_1InvalidArgumentException.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Exception_1_1PropagatorException.pdf b/Docs/latex/classIO_1_1SDK_1_1Exception_1_1PropagatorException.pdf index b6594b3c..4e6650b3 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Exception_1_1PropagatorException.pdf and b/Docs/latex/classIO_1_1SDK_1_1Exception_1_1PropagatorException.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Exception_1_1SDKException.pdf b/Docs/latex/classIO_1_1SDK_1_1Exception_1_1SDKException.pdf index f7fb903b..38f1dd45 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Exception_1_1SDKException.pdf and b/Docs/latex/classIO_1_1SDK_1_1Exception_1_1SDKException.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Exception_1_1TooEarlyManeuverException.pdf b/Docs/latex/classIO_1_1SDK_1_1Exception_1_1TooEarlyManeuverException.pdf index 7ee9fe60..e1e22a41 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Exception_1_1TooEarlyManeuverException.pdf and b/Docs/latex/classIO_1_1SDK_1_1Exception_1_1TooEarlyManeuverException.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Frames_1_1BodyFixedFrames.pdf b/Docs/latex/classIO_1_1SDK_1_1Frames_1_1BodyFixedFrames.pdf index 5f4868b7..46788497 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Frames_1_1BodyFixedFrames.pdf and b/Docs/latex/classIO_1_1SDK_1_1Frames_1_1BodyFixedFrames.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Frames_1_1FrameFile.pdf b/Docs/latex/classIO_1_1SDK_1_1Frames_1_1FrameFile.pdf index 02ae5163..c8d4a10b 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Frames_1_1FrameFile.pdf and b/Docs/latex/classIO_1_1SDK_1_1Frames_1_1FrameFile.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Frames_1_1Frames.pdf b/Docs/latex/classIO_1_1SDK_1_1Frames_1_1Frames.pdf index 838a3b7f..d3e55f50 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Frames_1_1Frames.pdf and b/Docs/latex/classIO_1_1SDK_1_1Frames_1_1Frames.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Frames_1_1InertialFrames.pdf b/Docs/latex/classIO_1_1SDK_1_1Frames_1_1InertialFrames.pdf index d2c6ab8b..25705933 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Frames_1_1InertialFrames.pdf and b/Docs/latex/classIO_1_1SDK_1_1Frames_1_1InertialFrames.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Frames_1_1InstrumentFrameFile.pdf b/Docs/latex/classIO_1_1SDK_1_1Frames_1_1InstrumentFrameFile.pdf index eaeb072e..16d39f19 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Frames_1_1InstrumentFrameFile.pdf and b/Docs/latex/classIO_1_1SDK_1_1Frames_1_1InstrumentFrameFile.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Frames_1_1SiteFrameFile.pdf b/Docs/latex/classIO_1_1SDK_1_1Frames_1_1SiteFrameFile.pdf index ecb60b2e..999ec972 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Frames_1_1SiteFrameFile.pdf and b/Docs/latex/classIO_1_1SDK_1_1Frames_1_1SiteFrameFile.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Frames_1_1SpacecraftFrameFile.pdf b/Docs/latex/classIO_1_1SDK_1_1Frames_1_1SpacecraftFrameFile.pdf index bb7771d9..1191d1ac 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Frames_1_1SpacecraftFrameFile.pdf and b/Docs/latex/classIO_1_1SDK_1_1Frames_1_1SpacecraftFrameFile.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Integrators_1_1Forces_1_1Force.pdf b/Docs/latex/classIO_1_1SDK_1_1Integrators_1_1Forces_1_1Force.pdf index e3b00d9f..10f18821 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Integrators_1_1Forces_1_1Force.pdf and b/Docs/latex/classIO_1_1SDK_1_1Integrators_1_1Forces_1_1Force.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Integrators_1_1Forces_1_1GravityForce.pdf b/Docs/latex/classIO_1_1SDK_1_1Integrators_1_1Forces_1_1GravityForce.pdf index 2a4f2c14..c83f41d1 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Integrators_1_1Forces_1_1GravityForce.pdf and b/Docs/latex/classIO_1_1SDK_1_1Integrators_1_1Forces_1_1GravityForce.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Integrators_1_1IntegratorBase.pdf b/Docs/latex/classIO_1_1SDK_1_1Integrators_1_1IntegratorBase.pdf index 1cef7a77..ff034a15 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Integrators_1_1IntegratorBase.pdf and b/Docs/latex/classIO_1_1SDK_1_1Integrators_1_1IntegratorBase.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Integrators_1_1TLEIntegrator.pdf b/Docs/latex/classIO_1_1SDK_1_1Integrators_1_1TLEIntegrator.pdf index 6a9c1499..8ba48dab 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Integrators_1_1TLEIntegrator.pdf and b/Docs/latex/classIO_1_1SDK_1_1Integrators_1_1TLEIntegrator.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Integrators_1_1VVIntegrator.pdf b/Docs/latex/classIO_1_1SDK_1_1Integrators_1_1VVIntegrator.pdf index 4f661dc8..f3af81fd 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Integrators_1_1VVIntegrator.pdf and b/Docs/latex/classIO_1_1SDK_1_1Integrators_1_1VVIntegrator.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Kernels_1_1CircularInstrumentKernel.pdf b/Docs/latex/classIO_1_1SDK_1_1Kernels_1_1CircularInstrumentKernel.pdf index a5fa68cd..bce39001 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Kernels_1_1CircularInstrumentKernel.pdf and b/Docs/latex/classIO_1_1SDK_1_1Kernels_1_1CircularInstrumentKernel.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Kernels_1_1EllipticalInstrumentKernel.pdf b/Docs/latex/classIO_1_1SDK_1_1Kernels_1_1EllipticalInstrumentKernel.pdf index fffb50d3..e420cfbd 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Kernels_1_1EllipticalInstrumentKernel.pdf and b/Docs/latex/classIO_1_1SDK_1_1Kernels_1_1EllipticalInstrumentKernel.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Kernels_1_1EphemerisKernel.pdf b/Docs/latex/classIO_1_1SDK_1_1Kernels_1_1EphemerisKernel.pdf index 1870ff32..fca02f00 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Kernels_1_1EphemerisKernel.pdf and b/Docs/latex/classIO_1_1SDK_1_1Kernels_1_1EphemerisKernel.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Kernels_1_1InstrumentKernel.pdf b/Docs/latex/classIO_1_1SDK_1_1Kernels_1_1InstrumentKernel.pdf index 00db3e95..5d290b0b 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Kernels_1_1InstrumentKernel.pdf and b/Docs/latex/classIO_1_1SDK_1_1Kernels_1_1InstrumentKernel.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Kernels_1_1Kernel.pdf b/Docs/latex/classIO_1_1SDK_1_1Kernels_1_1Kernel.pdf index 22337cf3..8c2dd546 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Kernels_1_1Kernel.pdf and b/Docs/latex/classIO_1_1SDK_1_1Kernels_1_1Kernel.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Kernels_1_1OrientationKernel.pdf b/Docs/latex/classIO_1_1SDK_1_1Kernels_1_1OrientationKernel.pdf index c5c0e2af..cfc50012 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Kernels_1_1OrientationKernel.pdf and b/Docs/latex/classIO_1_1SDK_1_1Kernels_1_1OrientationKernel.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Kernels_1_1RectangularInstrumentKernel.pdf b/Docs/latex/classIO_1_1SDK_1_1Kernels_1_1RectangularInstrumentKernel.pdf index 1a5f0638..4054dd1a 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Kernels_1_1RectangularInstrumentKernel.pdf and b/Docs/latex/classIO_1_1SDK_1_1Kernels_1_1RectangularInstrumentKernel.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Kernels_1_1SpacecraftClockKernel.pdf b/Docs/latex/classIO_1_1SDK_1_1Kernels_1_1SpacecraftClockKernel.pdf index 4fd364d1..4ffb1701 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Kernels_1_1SpacecraftClockKernel.pdf and b/Docs/latex/classIO_1_1SDK_1_1Kernels_1_1SpacecraftClockKernel.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1ApogeeHeightChangingManeuver.pdf b/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1ApogeeHeightChangingManeuver.pdf index ade3e06e..8ecc191e 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1ApogeeHeightChangingManeuver.pdf and b/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1ApogeeHeightChangingManeuver.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1ApsidalAlignmentManeuver.pdf b/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1ApsidalAlignmentManeuver.pdf index 93f6bfb4..1eebd21e 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1ApsidalAlignmentManeuver.pdf and b/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1ApsidalAlignmentManeuver.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1InstrumentPointingToAttitude.pdf b/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1InstrumentPointingToAttitude.pdf index b01fed50..1fc7e2eb 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1InstrumentPointingToAttitude.pdf and b/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1InstrumentPointingToAttitude.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1NadirAttitude.pdf b/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1NadirAttitude.pdf index 14fa7fca..e4e20ba8 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1NadirAttitude.pdf and b/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1NadirAttitude.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1ProgradeAttitude.pdf b/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1ProgradeAttitude.pdf index 2ae7fa19..5267e63b 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1ProgradeAttitude.pdf and b/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1ProgradeAttitude.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1RetrogradeAttitude.pdf b/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1RetrogradeAttitude.pdf index fb8bb159..512fd5ad 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1RetrogradeAttitude.pdf and b/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1RetrogradeAttitude.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1TowardObjectAttitude.pdf b/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1TowardObjectAttitude.pdf index 0fceab4a..2f0dd664 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1TowardObjectAttitude.pdf and b/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1TowardObjectAttitude.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1ZenithAttitude.pdf b/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1ZenithAttitude.pdf index 7e50a87a..130fe011 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1ZenithAttitude.pdf and b/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1Attitudes_1_1ZenithAttitude.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1CombinedManeuver.pdf b/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1CombinedManeuver.pdf index 21e8cab8..f7df43b5 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1CombinedManeuver.pdf and b/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1CombinedManeuver.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.pdf b/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.pdf index 1260e584..354bdd7a 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.pdf and b/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1ManeuverBase.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1OrbitalPlaneChangingManeuver.pdf b/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1OrbitalPlaneChangingManeuver.pdf index 8650e916..b687715b 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1OrbitalPlaneChangingManeuver.pdf and b/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1OrbitalPlaneChangingManeuver.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1PerigeeHeightChangingManeuver.pdf b/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1PerigeeHeightChangingManeuver.pdf index dcd5e29a..1eb2c5aa 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1PerigeeHeightChangingManeuver.pdf and b/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1PerigeeHeightChangingManeuver.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1PhasingManeuver.pdf b/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1PhasingManeuver.pdf index 8c1866c4..861e0c41 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1PhasingManeuver.pdf and b/Docs/latex/classIO_1_1SDK_1_1Maneuvers_1_1PhasingManeuver.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.pdf b/Docs/latex/classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.pdf index a7c2d20a..ded4e11f 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.pdf and b/Docs/latex/classIO_1_1SDK_1_1OrbitalParameters_1_1ConicOrbitalElements.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.pdf b/Docs/latex/classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.pdf index 5d6a8596..a37ecb47 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.pdf and b/Docs/latex/classIO_1_1SDK_1_1OrbitalParameters_1_1EquinoctialElements.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.pdf b/Docs/latex/classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.pdf index 8c2e685a..d5195e73 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.pdf and b/Docs/latex/classIO_1_1SDK_1_1OrbitalParameters_1_1OrbitalParameters.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.pdf b/Docs/latex/classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.pdf index 6cf2b024..520e8322 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.pdf and b/Docs/latex/classIO_1_1SDK_1_1OrbitalParameters_1_1StateVector.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.pdf b/Docs/latex/classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.pdf index 3b658c24..eef5b4d1 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.pdf and b/Docs/latex/classIO_1_1SDK_1_1OrbitalParameters_1_1TLE.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Sites_1_1LaunchSite.pdf b/Docs/latex/classIO_1_1SDK_1_1Sites_1_1LaunchSite.pdf index fbbba9d4..fc103df5 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Sites_1_1LaunchSite.pdf and b/Docs/latex/classIO_1_1SDK_1_1Sites_1_1LaunchSite.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Sites_1_1Site.pdf b/Docs/latex/classIO_1_1SDK_1_1Sites_1_1Site.pdf index 56d12bca..b9e81c65 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Sites_1_1Site.pdf and b/Docs/latex/classIO_1_1SDK_1_1Sites_1_1Site.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Time_1_1DateTime.pdf b/Docs/latex/classIO_1_1SDK_1_1Time_1_1DateTime.pdf index ccac7855..649c39bc 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Time_1_1DateTime.pdf and b/Docs/latex/classIO_1_1SDK_1_1Time_1_1DateTime.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Time_1_1TDB.pdf b/Docs/latex/classIO_1_1SDK_1_1Time_1_1TDB.pdf index 6a4e9ef2..23f3eb76 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Time_1_1TDB.pdf and b/Docs/latex/classIO_1_1SDK_1_1Time_1_1TDB.pdf differ diff --git a/Docs/latex/classIO_1_1SDK_1_1Time_1_1UTC.pdf b/Docs/latex/classIO_1_1SDK_1_1Time_1_1UTC.pdf index 88b56913..98538962 100644 Binary files a/Docs/latex/classIO_1_1SDK_1_1Time_1_1UTC.pdf and b/Docs/latex/classIO_1_1SDK_1_1Time_1_1UTC.pdf differ diff --git a/Doxyfile b/Doxyfile index 023ed5ed..19230d4e 100644 --- a/Doxyfile +++ b/Doxyfile @@ -47,7 +47,7 @@ PROJECT_NAME = IO-SDK # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 0.5.x +PROJECT_NUMBER = 0.6.x # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/IO.SDK.Scenarios/CMakeLists.txt b/IO.SDK.Scenarios/CMakeLists.txt index f304fb45..f498e2be 100644 --- a/IO.SDK.Scenarios/CMakeLists.txt +++ b/IO.SDK.Scenarios/CMakeLists.txt @@ -1,28 +1,28 @@ -cmake_minimum_required (VERSION 3.18) +cmake_minimum_required(VERSION 3.18) set(This IO.SDK.Scenarios) file(GLOB_RECURSE IO_SDK_SCENARIOS_SRC "${CMAKE_CURRENT_SOURCE_DIR}/*.cpp") file(GLOB_RECURSE IO_SDK_SCENARIOS_H "${CMAKE_CURRENT_SOURCE_DIR}/*.h") -add_executable(${This} ${IO_SDK_SCENARIOS_SRC} ) +add_executable(${This} ${IO_SDK_SCENARIOS_SRC}) target_link_libraries(${This} PUBLIC "IO.SDK") target_include_directories(${This} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}) -if (MSVC) -add_custom_command(TARGET ${This} -POST_BUILD -COMMAND ${CMAKE_COMMAND} -E copy $ "${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}" -COMMENT "Copy dll file to ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR} directory" VERBATIM) -file(COPY "Data/Windows/" DESTINATION "Release") -file(COPY "Data/Windows/" DESTINATION "Debug") -elseif(UNIX) -add_custom_command(TARGET ${This} -POST_BUILD -COMMAND ${CMAKE_COMMAND} -E copy $ "${CMAKE_CURRENT_BINARY_DIR}/" -COMMENT "Copy dll file to ${CMAKE_CURRENT_BINARY_DIR} directory" VERBATIM) -file(COPY "Data/Linux/" DESTINATION ".") +if (UNIX) + add_custom_command(TARGET ${This} + POST_BUILD + COMMAND ${CMAKE_COMMAND} -E copy $ "${CMAKE_CURRENT_BINARY_DIR}/" + COMMENT "Copy dll file to ${CMAKE_CURRENT_BINARY_DIR} directory" VERBATIM) + file(COPY "Data/Linux/" DESTINATION ".") +else () + add_custom_command(TARGET ${This} + POST_BUILD + COMMAND ${CMAKE_COMMAND} -E copy $ "${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}" + COMMENT "Copy dll file to ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR} directory" VERBATIM) + file(COPY "Data/Windows/" DESTINATION "Release") + file(COPY "Data/Windows/" DESTINATION "Debug") endif () diff --git a/IO.SDK.Tests/APITests.cpp b/IO.SDK.Tests/APITests.cpp index 6079966c..6ae0e143 100644 --- a/IO.SDK.Tests/APITests.cpp +++ b/IO.SDK.Tests/APITests.cpp @@ -344,4 +344,53 @@ TEST(API, ToTDB) TEST(API, ToUTC) { ASSERT_DOUBLE_EQ(-64.183927263223808, ConvertTDBToUTCProxy(0.0)); -} \ No newline at end of file +} + +TEST(API, Version) +{ + ASSERT_STREQ("CSPICE_N0067", GetSpiceVersionProxy()); +} + +TEST(API, WriteEphemeris) +{ + const int size = 10; + IO::SDK::API::DTO::StateVectorDTO sv[size]; + for (int i = 0; i < size; ++i) + { + sv[i].position.x = 6800 + i; + sv[i].position.y = i; + sv[i].position.z = i; + sv[i].velocity.x = i; + sv[i].velocity.y = 8.0 + i * 0.001; + sv[i].velocity.z = i; + sv[i].epoch = i; + sv[i].centerOfMotion.id = 399; + sv[i].centerOfMotion.centerOfMotionId = 10; + sv[i].inertialFrame = "J2000"; + } + + //Write ephemeris file + WriteEphemerisProxy("EphemerisTestFile.spk", -135, sv, size); + + //Load ephemeris file + LoadKernelsProxy("EphemerisTestFile.spk"); + + IO::SDK::API::DTO::WindowDTO window{}; + window.start = 0.0; + window.end = 9.0; + IO::SDK::API::DTO::StateVectorDTO svresult[size]; + ReadEphemerisProxy(window, 399, -135, "J2000", "NONE", 1.0, svresult); + for (int i = 0; i < size; ++i) + { + ASSERT_DOUBLE_EQ(svresult[i].position.x, 6800 + i); + ASSERT_DOUBLE_EQ(svresult[i].position.y, i); + ASSERT_DOUBLE_EQ(svresult[i].position.z, i); + ASSERT_DOUBLE_EQ(svresult[i].velocity.x, i); + ASSERT_DOUBLE_EQ(svresult[i].velocity.y, 8 + i * 0.001); + ASSERT_DOUBLE_EQ(svresult[i].velocity.z, i); + ASSERT_DOUBLE_EQ(svresult[i].epoch, i); + ASSERT_EQ(svresult[i].centerOfMotion.id, 399); + ASSERT_DOUBLE_EQ(svresult[i].centerOfMotion.centerOfMotionId, 10); + ASSERT_STREQ(svresult[i].inertialFrame, "J2000"); + } +} diff --git a/IO.SDK.Tests/CMakeLists.txt b/IO.SDK.Tests/CMakeLists.txt index 53c0d647..b6c6e88d 100644 --- a/IO.SDK.Tests/CMakeLists.txt +++ b/IO.SDK.Tests/CMakeLists.txt @@ -1,9 +1,9 @@ -cmake_minimum_required (VERSION 3.18) +cmake_minimum_required(VERSION 3.18) set(This IO.SDK.Tests) file(GLOB_RECURSE IO_SDK_TESTS_SRC "${CMAKE_CURRENT_SOURCE_DIR}/*.cpp") -add_executable(${This} ${IO_SDK_TESTS_SRC} ) +add_executable(${This} ${IO_SDK_TESTS_SRC}) target_link_libraries(${This} PUBLIC "IO.SDK" gtest_main) @@ -11,20 +11,19 @@ add_test(NAME ${This} COMMAND ${This}) target_include_directories(${This} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}) -if (MSVC) -add_custom_command(TARGET ${This} -POST_BUILD -COMMAND ${CMAKE_COMMAND} -E copy $ "${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}" -COMMENT "Copy dll file to ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR} directory" VERBATIM) -file(COPY "Data/Windows/" DESTINATION "Release") -file(COPY "Data/Windows/" DESTINATION "Debug") -elseif(UNIX) - -add_custom_command(TARGET ${This} -POST_BUILD -COMMAND ${CMAKE_COMMAND} -E copy $ "${CMAKE_CURRENT_BINARY_DIR}/" -COMMENT "Copy dll file to ${CMAKE_CURRENT_BINARY_DIR} directory" VERBATIM) -file(COPY "Data/Linux/" DESTINATION ".") +if (UNIX) + add_custom_command(TARGET ${This} + POST_BUILD + COMMAND ${CMAKE_COMMAND} -E copy $ "${CMAKE_CURRENT_BINARY_DIR}/" + COMMENT "Copy dll file to ${CMAKE_CURRENT_BINARY_DIR} directory" VERBATIM) + file(COPY "Data/Linux/" DESTINATION ".") +else () + add_custom_command(TARGET ${This} + POST_BUILD + COMMAND ${CMAKE_COMMAND} -E copy $ "${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}" + COMMENT "Copy dll file to ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR} directory" VERBATIM) + file(COPY "Data/Windows/" DESTINATION "Release") + file(COPY "Data/Windows/" DESTINATION "Debug") endif () diff --git a/IO.SDK/API/Proxy.cpp b/IO.SDK/API/Proxy.cpp index 7c0bdf8a..8644d414 100644 --- a/IO.SDK/API/Proxy.cpp +++ b/IO.SDK/API/Proxy.cpp @@ -17,9 +17,8 @@ #include #include #include -#include - +#pragma region Proxy void LaunchProxy(IO::SDK::API::DTO::LaunchDTO &launchDto) { auto celestialBody = std::make_shared(launchDto.recoverySite.bodyId); @@ -110,283 +109,582 @@ void PropagateProxy(IO::SDK::API::DTO::ScenarioDTO &scenarioDto) } -void ReadManeuverResults(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, - std::map> &maneuvers) +const char *GetSpiceVersionProxy() { - ReadApogeeManeuverResult(scenarioDto, maneuvers); - - ReadPerigeeManeuverResult(scenarioDto, maneuvers); - - ReadOrbitalPlaneManeuverResult(scenarioDto, maneuvers); + const char *version; + version = tkvrsn_c("TOOLKIT"); + return strdup(version); +} - ReadCombinedManeuverResult(scenarioDto, maneuvers); +bool WriteEphemerisProxy(const char *filePath, int objectId, IO::SDK::API::DTO::StateVectorDTO *sv, int size) +{ + IO::SDK::Kernels::EphemerisKernel kernel(filePath, objectId); - ReadApsidalAlignmentManeuverResult(scenarioDto, maneuvers); + std::vector states; + states.reserve(size); + std::map> celestialBodies; - ReadPhasingManeuverResult(scenarioDto, maneuvers); -} -void ReadPhasingManeuverResult(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, - std::map> &maneuvers) -{ - for (auto &maneuver: scenarioDto.Spacecraft.phasingManeuverDto) + for (int i = 0; i < size; ++i) { - if (maneuver.maneuverOrder < 0) + if (celestialBodies.find(sv[0].centerOfMotion.id) == celestialBodies.end()) { - break; + celestialBodies[sv[i].centerOfMotion.id] = std::make_shared( + sv[i].centerOfMotion.id); } - - auto value = maneuvers[maneuver.maneuverOrder]; - maneuver.attitudeWindow = ToWindowDTO(*value->GetAttitudeWindow()); - maneuver.maneuverWindow = ToWindowDTO(*value->GetManeuverWindow()); - maneuver.thrustWindow = ToWindowDTO(*value->GetThrustWindow()); - maneuver.deltaV = ToVector3DDTO(value->GetDeltaV()); - maneuver.FuelBurned = value->GetFuelBurned(); + states.emplace_back(celestialBodies[sv[i].centerOfMotion.id], ToVector3D(sv[i].position), + ToVector3D(sv[i].velocity), + IO::SDK::Time::TDB(std::chrono::duration(sv[i].epoch)), + IO::SDK::Frames::Frames(sv[i].inertialFrame)); } -} -void ReadApsidalAlignmentManeuverResult(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, - std::map> &maneuvers) -{ - for (auto &maneuver: scenarioDto.Spacecraft.apsidalAlignmentManeuvers) - { - if (maneuver.maneuverOrder < 0) - { - break; - } + kernel.WriteData(states); - auto value = maneuvers[maneuver.maneuverOrder]; - maneuver.attitudeWindow = ToWindowDTO(*value->GetAttitudeWindow()); - maneuver.maneuverWindow = ToWindowDTO(*value->GetManeuverWindow()); - maneuver.thrustWindow = ToWindowDTO(*value->GetThrustWindow()); - maneuver.deltaV = ToVector3DDTO(value->GetDeltaV()); - maneuver.FuelBurned = value->GetFuelBurned(); - } + return true; } -void ReadCombinedManeuverResult(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, - std::map> &maneuvers) +void +ReadOrientationProxy(IO::SDK::API::DTO::WindowDTO searchWindow, int spacecraftId, double tolerance, const char *frame, + double stepSize, IO::SDK::API::DTO::StateOrientationDTO *so) { - for (auto &maneuver: scenarioDto.Spacecraft.combinedManeuvers) + if ((searchWindow.end - searchWindow.start) / stepSize > 10000) { - if (maneuver.maneuverOrder < 0) - { - break; - } - - auto value = maneuvers[maneuver.maneuverOrder]; - maneuver.attitudeWindow = ToWindowDTO(*value->GetAttitudeWindow()); - maneuver.maneuverWindow = ToWindowDTO(*value->GetManeuverWindow()); - maneuver.thrustWindow = ToWindowDTO(*value->GetThrustWindow()); - maneuver.deltaV = ToVector3DDTO(value->GetDeltaV()); - maneuver.FuelBurned = value->GetFuelBurned(); + throw IO::SDK::Exception::InvalidArgumentException( + "Step size to small or search window to large. The number of State orientation must be lower than 10000"); } -} + //Build platform id + SpiceInt id = spacecraftId * 1000; -void ReadOrbitalPlaneManeuverResult(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, - std::map> &maneuvers) -{ - for (auto &maneuver: scenarioDto.Spacecraft.orbitalPlaneChangingManeuvers) + double epoch = searchWindow.start; + int idx{0}; + while (epoch <= searchWindow.end) { - if (maneuver.maneuverOrder < 0) + //Get encoded clock + SpiceDouble sclk = IO::SDK::Kernels::SpacecraftClockKernel::ConvertToEncodedClock(spacecraftId, + IO::SDK::Time::TDB( + std::chrono::duration( + epoch))); + + SpiceDouble cmat[3][3]; + SpiceDouble av[3]; + SpiceDouble clkout; + SpiceBoolean found; + + //Get orientation and angular velocity + ckgpav_c(id, sclk, tolerance, frame, cmat, av, &clkout, &found); + + if (!found) { - break; + throw IO::SDK::Exception::SDKException("No orientation found"); } - auto value = maneuvers[maneuver.maneuverOrder]; - maneuver.attitudeWindow = ToWindowDTO(*value->GetAttitudeWindow()); - maneuver.maneuverWindow = ToWindowDTO(*value->GetManeuverWindow()); - maneuver.thrustWindow = ToWindowDTO(*value->GetThrustWindow()); - maneuver.deltaV = ToVector3DDTO(value->GetDeltaV()); - maneuver.FuelBurned = value->GetFuelBurned(); - } -} + //Build array pointers + double **arrayCmat; + arrayCmat = new double *[3]; + for (int i = 0; i < 3; i++) + { + arrayCmat[i] = new double[3]{}; + } -void ReadPerigeeManeuverResult(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, - std::map> &maneuvers) -{ - for (auto &maneuver: scenarioDto.Spacecraft.perigeeHeightChangingManeuvers) - { - if (maneuver.maneuverOrder < 0) + for (size_t i = 0; i < 3; i++) { - break; + for (size_t j = 0; j < 3; j++) + { + arrayCmat[i][j] = cmat[i][j]; + } } - auto value = maneuvers[maneuver.maneuverOrder]; - maneuver.attitudeWindow = ToWindowDTO(*value->GetAttitudeWindow()); - maneuver.maneuverWindow = ToWindowDTO(*value->GetManeuverWindow()); - maneuver.thrustWindow = ToWindowDTO(*value->GetThrustWindow()); - maneuver.deltaV = ToVector3DDTO(value->GetDeltaV()); - maneuver.FuelBurned = value->GetFuelBurned(); + IO::SDK::Math::Quaternion q(IO::SDK::Math::Matrix(3, 3, arrayCmat)); + + //Free memory + for (int i = 0; i < 3; i++) + delete[] arrayCmat[i]; + delete[] arrayCmat; + + double correctedEpoch{}; + sct2e_c(spacecraftId, sclk, &correctedEpoch); + so[idx].epoch = correctedEpoch; + so[idx].frame = strdup(frame); + so[idx].orientation = ToQuaternionDTO(q); + so[idx].angularVelocity.x = av[0]; + so[idx].angularVelocity.y = av[1]; + so[idx].angularVelocity.z = av[2]; + + epoch += stepSize; + idx++; } } -void ReadApogeeManeuverResult(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, - std::map> &maneuvers) +void LoadKernelsProxy(const char *path) { - for (auto &maneuver: scenarioDto.Spacecraft.apogeeHeightChangingManeuvers) - { - if (maneuver.maneuverOrder < 0) - { - break; - } - - auto value = maneuvers[maneuver.maneuverOrder]; - maneuver.attitudeWindow = ToWindowDTO(*value->GetAttitudeWindow()); - maneuver.maneuverWindow = ToWindowDTO(*value->GetManeuverWindow()); - maneuver.thrustWindow = ToWindowDTO(*value->GetThrustWindow()); - maneuver.deltaV = ToVector3DDTO(value->GetDeltaV()); - maneuver.FuelBurned = value->GetFuelBurned(); - } + IO::SDK::Kernels::KernelsLoader::Load(path); } +const char *TDBToStringProxy(double secondsFromJ2000) +{ + IO::SDK::Time::TDB tdb((std::chrono::duration(secondsFromJ2000))); + std::string str = tdb.ToString(); + return strdup(str.c_str()); +} -std::map> -BuildCelestialBodies(IO::SDK::API::DTO::ScenarioDTO &scenario) +const char *UTCToStringProxy(double secondsFromJ2000) { - std::map> celestialBodies; + IO::SDK::Time::UTC utc((std::chrono::duration(secondsFromJ2000))); + std::string str = utc.ToString(); + return strdup(str.c_str()); +} - // insert sun - for (auto &cb: scenario.CelestialBodies) +void ReadEphemerisProxy(IO::SDK::API::DTO::WindowDTO searchWindow, int observerId, int targetId, + const char *frame, + const char *aberration, double stepSize, IO::SDK::API::DTO::StateVectorDTO *stateVectors) +{ + if ((searchWindow.end - searchWindow.start) / stepSize > 10000) { - if (cb.id == -1) - { - break; - } - if (IO::SDK::Body::CelestialBody::IsSun(cb.id)) - { - IO::SDK::Body::CelestialBody c(cb.id); - celestialBodies[cb.id] = std::make_shared(cb.id); - break; - } + throw IO::SDK::Exception::InvalidArgumentException( + "Step size to small or search window to large. The number of State vector must be lower than 10000"); } - //insert planets or asteroids - for (auto &cb: scenario.CelestialBodies) + int idx = 0; + double epoch = searchWindow.start; + while (epoch <= searchWindow.end) { - if (cb.id == -1) - { - break; - } - if (IO::SDK::Body::CelestialBody::IsAsteroid(cb.id) || IO::SDK::Body::CelestialBody::IsPlanet(cb.id)) - { - IO::SDK::Body::CelestialBody c(cb.id); - celestialBodies.emplace(cb.id, std::make_shared(cb.id, - celestialBodies[IO::SDK::Body::CelestialBody::FindCenterOfMotionId( - cb.id)])); - } - } - //insert moons - for (auto &cb: scenario.CelestialBodies) - { - if (cb.id == -1) - { - break; - } - if (IO::SDK::Body::CelestialBody::IsMoon(cb.id)) - { - IO::SDK::Body::CelestialBody c(cb.id); - celestialBodies.emplace(cb.id, std::make_shared(cb.id, - celestialBodies[IO::SDK::Body::CelestialBody::FindCenterOfMotionId( - cb.id)])); - } - } + SpiceDouble vs[6]; + SpiceDouble lt; + spkezr_c(std::to_string(targetId).c_str(), epoch, frame, aberration, std::to_string(observerId).c_str(), vs, + <); - return celestialBodies; -} + stateVectors[idx].centerOfMotion.id = observerId; + stateVectors[idx].centerOfMotion.centerOfMotionId = IO::SDK::Body::CelestialBody::FindCenterOfMotionId( + observerId); -void BuildPayload(const IO::SDK::API::DTO::ScenarioDTO &scenarioDto, - IO::SDK::Body::Spacecraft::Spacecraft &spacecraft) -{//Add FuelTank - for (auto &payload: scenarioDto.Spacecraft.payloads) + stateVectors[idx].epoch = epoch; + stateVectors[idx].inertialFrame = strdup(frame); + stateVectors[idx].position.x = vs[0] * 1000.0; + stateVectors[idx].position.y = vs[1] * 1000.0; + stateVectors[idx].position.z = vs[2] * 1000.0; + stateVectors[idx].velocity.x = vs[3] * 1000.0; + stateVectors[idx].velocity.y = vs[4] * 1000.0; + stateVectors[idx].velocity.z = vs[5] * 1000.0; + + epoch += stepSize; + idx++; + } +} + +void +FindWindowsOnDistanceConstraintProxy(IO::SDK::API::DTO::WindowDTO searchWindow, int observerId, int targetId, + const char *relationalOperator, double value, const char *aberration, + double stepSize, IO::SDK::API::DTO::WindowDTO windows[1000]) +{ + auto relationalOpe = IO::SDK::Constraints::RelationalOperator::ToRelationalOperator(relationalOperator); + auto abe = IO::SDK::Aberrations::ToEnum(aberration); + + auto res = IO::SDK::Constraints::GeometryFinder::FindWindowsOnDistanceConstraint(ToTDBWindow(searchWindow), + observerId, targetId, + relationalOpe, value, abe, + IO::SDK::Time::TimeSpan(stepSize)); + for (size_t i = 0; i < res.size(); ++i) { - if (payload.serialNumber == nullptr) - { - break; - } - spacecraft.AddPayload(payload.serialNumber, payload.name, payload.mass); + windows[i] = ToWindowDTO(res[i]); } } -void BuildFuelTank(const IO::SDK::API::DTO::ScenarioDTO &scenarioDto, - IO::SDK::Body::Spacecraft::Spacecraft &spacecraft) -{//Add FuelTank - for (auto &fuelTank: scenarioDto.Spacecraft.fuelTank) +void +FindWindowsOnOccultationConstraintProxy(IO::SDK::API::DTO::WindowDTO searchWindow, int observerId, int targetId, + const char *targetFrame, const char *targetShape, int frontBodyId, + const char *frontFrame, const char *frontShape, const char *occultationType, + const char *aberration, double stepSize, + IO::SDK::API::DTO::WindowDTO *windows) +{ + auto abe = IO::SDK::Aberrations::ToEnum(aberration); + auto res = IO::SDK::Constraints::GeometryFinder::FindWindowsOnOccultationConstraint(ToTDBWindow(searchWindow), + observerId, targetId, + targetFrame, targetShape, + frontBodyId, + frontFrame, frontShape, + IO::SDK::OccultationType::ToOccultationType( + occultationType), abe, + IO::SDK::Time::TimeSpan( + stepSize)); + + for (size_t i = 0; i < res.size(); ++i) { - if (fuelTank.id == 0) - { - break; - } - spacecraft.AddFuelTank(fuelTank.serialNumber, fuelTank.capacity, fuelTank.quantity); + windows[i] = ToWindowDTO(res[i]); } } -void BuildEngines(const IO::SDK::API::DTO::ScenarioDTO &scenarioDto, - IO::SDK::Body::Spacecraft::Spacecraft &spacecraft) -{//AddEngine - for (auto &engine: scenarioDto.Spacecraft.engines) +void +FindWindowsOnCoordinateConstraintProxy(IO::SDK::API::DTO::WindowDTO searchWindow, int observerId, int targetId, + const char *frame, const char *coordinateSystem, + const char *coordinate, + const char *relationalOperator, double value, double adjustValue, + const char *aberration, double stepSize, + IO::SDK::API::DTO::WindowDTO *windows) +{ + auto abe = IO::SDK::Aberrations::ToEnum(aberration); + auto systemType = IO::SDK::CoordinateSystem::ToCoordinateSystemType(coordinateSystem); + auto coordinateType = IO::SDK::Coordinate::ToCoordinateType(coordinate); + auto relationalOpe = IO::SDK::Constraints::RelationalOperator::ToRelationalOperator(relationalOperator); + auto res = IO::SDK::Constraints::GeometryFinder::FindWindowsOnCoordinateConstraint(ToTDBWindow(searchWindow), + observerId, targetId, frame, + systemType, coordinateType, + relationalOpe, value, + adjustValue, abe, + IO::SDK::Time::TimeSpan( + stepSize)); + + for (size_t i = 0; i < res.size(); ++i) { - if (engine.id == 0) - { - break; - } - spacecraft.AddEngine(engine.serialNumber, engine.name, engine.fuelTankSerialNumber, - IO::SDK::Math::Vector3D::Zero, IO::SDK::Math::Vector3D::Zero, engine.isp, - engine.fuelflow); + windows[i] = ToWindowDTO(res[i]); } } -void BuildInstruments(const IO::SDK::API::DTO::ScenarioDTO &scenarioDto, - IO::SDK::Body::Spacecraft::Spacecraft &spacecraft) -{//Add instrument - for (auto &instrument: scenarioDto.Spacecraft.instruments) +void FindWindowsOnIlluminationConstraintProxy(IO::SDK::API::DTO::WindowDTO searchWindow, int observerId, + const char *illuminationSource, int targetBody, const char *fixedFrame, + IO::SDK::API::DTO::GeodeticDTO geodetic, const char *illuminationType, + const char *relationalOperator, double value, + double adjustValue, + const char *aberration, double stepSize, const char *method, + IO::SDK::API::DTO::WindowDTO *windows) +{ + double coordinates[3] = {geodetic.latitude, geodetic.longitude, geodetic.altitude}; + + IO::SDK::Body::CelestialBody body(targetBody); + SpiceDouble bodyFixedLocation[3]; + georec_c(geodetic.longitude, geodetic.latitude, geodetic.altitude, body.GetRadius().GetX(), body.GetFlattening(), + bodyFixedLocation); + auto abe = IO::SDK::Aberrations::ToEnum(aberration); + auto illumination = IO::SDK::IlluminationAngle::ToIlluminationAngleType(illuminationType); + auto relationalOpe = IO::SDK::Constraints::RelationalOperator::ToRelationalOperator(relationalOperator); + auto res = IO::SDK::Constraints::GeometryFinder::FindWindowsOnIlluminationConstraint(ToTDBWindow(searchWindow), + observerId, illuminationSource, + targetBody, fixedFrame, + bodyFixedLocation, + illumination, relationalOpe, + value, adjustValue, abe, + IO::SDK::Time::TimeSpan( + stepSize), method); + for (size_t i = 0; i < res.size(); ++i) { - if (instrument.id <= 0) + windows[i] = ToWindowDTO(res[i]); + } +} + +void +FindWindowsInFieldOfViewConstraintProxy(IO::SDK::API::DTO::WindowDTO searchWindow, int observerId, int instrumentId, + int targetId, const char *targetFrame, + const char *targetShape, + const char *aberration, double stepSize, + IO::SDK::API::DTO::WindowDTO *windows) +{ + auto abe = IO::SDK::Aberrations::ToEnum(aberration); + auto res = IO::SDK::Constraints::GeometryFinder::FindWindowsInFieldOfViewConstraint(ToTDBWindow(searchWindow), + observerId, instrumentId, + targetId, targetFrame, + targetShape, + abe, IO::SDK::Time::TimeSpan( + stepSize)); + for (size_t i = 0; i < res.size(); ++i) + { + windows[i] = ToWindowDTO(res[i]); + } +} + +double ConvertTDBToUTCProxy(double tdb) +{ + double delta{}; + deltet_c(tdb, "et", &delta); + return tdb - delta; +} + +double ConvertUTCToTDBProxy(double utc) +{ + double delta{}; + deltet_c(utc, "UTC", &delta); + return utc + delta; +} + +#pragma endregion + +#pragma region ReadResults +void ReadManeuverResults(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, + std::map> &maneuvers) +{ + ReadApogeeManeuverResult(scenarioDto, maneuvers); + + ReadPerigeeManeuverResult(scenarioDto, maneuvers); + + ReadOrbitalPlaneManeuverResult(scenarioDto, maneuvers); + + ReadCombinedManeuverResult(scenarioDto, maneuvers); + + ReadApsidalAlignmentManeuverResult(scenarioDto, maneuvers); + + ReadPhasingManeuverResult(scenarioDto, maneuvers); +} + +void ReadPhasingManeuverResult(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, + std::map> &maneuvers) +{ + for (auto &maneuver: scenarioDto.Spacecraft.phasingManeuverDto) + { + if (maneuver.maneuverOrder < 0) { break; } - if (strcmp(instrument.shape, "rectangular") == 0) - { - spacecraft.AddRectangularFOVInstrument(instrument.id, instrument.name, ToVector3D(instrument.orientation), - ToVector3D(instrument.boresight), - ToVector3D(instrument.fovRefVector), instrument.fieldOfView, - instrument.crossAngle); - } + auto value = maneuvers[maneuver.maneuverOrder]; + maneuver.attitudeWindow = ToWindowDTO(*value->GetAttitudeWindow()); + maneuver.maneuverWindow = ToWindowDTO(*value->GetManeuverWindow()); + maneuver.thrustWindow = ToWindowDTO(*value->GetThrustWindow()); + maneuver.deltaV = ToVector3DDTO(value->GetDeltaV()); + maneuver.FuelBurned = value->GetFuelBurned(); + } +} - if (strcmp(instrument.shape, "circular") == 0) +void ReadApsidalAlignmentManeuverResult(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, + std::map> &maneuvers) +{ + for (auto &maneuver: scenarioDto.Spacecraft.apsidalAlignmentManeuvers) + { + if (maneuver.maneuverOrder < 0) { - spacecraft.AddCircularFOVInstrument(instrument.id, instrument.name, ToVector3D(instrument.orientation), - ToVector3D(instrument.boresight), - ToVector3D(instrument.fovRefVector), instrument.fieldOfView); + break; } - if (strcmp(instrument.shape, "elliptical") == 0) + auto value = maneuvers[maneuver.maneuverOrder]; + maneuver.attitudeWindow = ToWindowDTO(*value->GetAttitudeWindow()); + maneuver.maneuverWindow = ToWindowDTO(*value->GetManeuverWindow()); + maneuver.thrustWindow = ToWindowDTO(*value->GetThrustWindow()); + maneuver.deltaV = ToVector3DDTO(value->GetDeltaV()); + maneuver.FuelBurned = value->GetFuelBurned(); + } +} + +void ReadCombinedManeuverResult(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, + std::map> &maneuvers) +{ + for (auto &maneuver: scenarioDto.Spacecraft.combinedManeuvers) + { + if (maneuver.maneuverOrder < 0) { - spacecraft.AddEllipticalFOVInstrument(instrument.id, instrument.name, ToVector3D(instrument.orientation), - ToVector3D(instrument.boresight), - ToVector3D(instrument.fovRefVector), instrument.fieldOfView, - instrument.crossAngle); + break; } + auto value = maneuvers[maneuver.maneuverOrder]; + maneuver.attitudeWindow = ToWindowDTO(*value->GetAttitudeWindow()); + maneuver.maneuverWindow = ToWindowDTO(*value->GetManeuverWindow()); + maneuver.thrustWindow = ToWindowDTO(*value->GetThrustWindow()); + maneuver.deltaV = ToVector3DDTO(value->GetDeltaV()); + maneuver.FuelBurned = value->GetFuelBurned(); } } -void BuildInstrumentPointingToAttitude(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, IO::SDK::Scenario &scenario, - std::map> &maneuvers, - std::map> &celestialBodies) +void ReadOrbitalPlaneManeuverResult(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, + std::map> &maneuvers) { - for (auto &maneuver: scenarioDto.Spacecraft.pointingToAttitudes) + for (auto &maneuver: scenarioDto.Spacecraft.orbitalPlaneChangingManeuvers) { - if (maneuver.maneuverOrder == -1) + if (maneuver.maneuverOrder < 0) { break; } - std::vector engines; - for (auto engine: maneuver.engines) - { - if (engine == nullptr) - { + + auto value = maneuvers[maneuver.maneuverOrder]; + maneuver.attitudeWindow = ToWindowDTO(*value->GetAttitudeWindow()); + maneuver.maneuverWindow = ToWindowDTO(*value->GetManeuverWindow()); + maneuver.thrustWindow = ToWindowDTO(*value->GetThrustWindow()); + maneuver.deltaV = ToVector3DDTO(value->GetDeltaV()); + maneuver.FuelBurned = value->GetFuelBurned(); + } +} + +void ReadPerigeeManeuverResult(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, + std::map> &maneuvers) +{ + for (auto &maneuver: scenarioDto.Spacecraft.perigeeHeightChangingManeuvers) + { + if (maneuver.maneuverOrder < 0) + { + break; + } + + auto value = maneuvers[maneuver.maneuverOrder]; + maneuver.attitudeWindow = ToWindowDTO(*value->GetAttitudeWindow()); + maneuver.maneuverWindow = ToWindowDTO(*value->GetManeuverWindow()); + maneuver.thrustWindow = ToWindowDTO(*value->GetThrustWindow()); + maneuver.deltaV = ToVector3DDTO(value->GetDeltaV()); + maneuver.FuelBurned = value->GetFuelBurned(); + } +} + +void ReadApogeeManeuverResult(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, + std::map> &maneuvers) +{ + for (auto &maneuver: scenarioDto.Spacecraft.apogeeHeightChangingManeuvers) + { + if (maneuver.maneuverOrder < 0) + { + break; + } + + auto value = maneuvers[maneuver.maneuverOrder]; + maneuver.attitudeWindow = ToWindowDTO(*value->GetAttitudeWindow()); + maneuver.maneuverWindow = ToWindowDTO(*value->GetManeuverWindow()); + maneuver.thrustWindow = ToWindowDTO(*value->GetThrustWindow()); + maneuver.deltaV = ToVector3DDTO(value->GetDeltaV()); + maneuver.FuelBurned = value->GetFuelBurned(); + } +} +#pragma endregion + +#pragma region BuildScenario +std::map> +BuildCelestialBodies(IO::SDK::API::DTO::ScenarioDTO &scenario) +{ + std::map> celestialBodies; + + // insert sun + for (auto &cb: scenario.CelestialBodies) + { + if (cb.id == -1) + { + break; + } + if (IO::SDK::Body::CelestialBody::IsSun(cb.id)) + { + IO::SDK::Body::CelestialBody c(cb.id); + celestialBodies[cb.id] = std::make_shared(cb.id); + break; + } + } + //insert planets or asteroids + for (auto &cb: scenario.CelestialBodies) + { + if (cb.id == -1) + { + break; + } + if (IO::SDK::Body::CelestialBody::IsAsteroid(cb.id) || IO::SDK::Body::CelestialBody::IsPlanet(cb.id)) + { + IO::SDK::Body::CelestialBody c(cb.id); + celestialBodies.emplace(cb.id, std::make_shared(cb.id, + celestialBodies[IO::SDK::Body::CelestialBody::FindCenterOfMotionId( + cb.id)])); + } + } + + //insert moons + for (auto &cb: scenario.CelestialBodies) + { + if (cb.id == -1) + { + break; + } + if (IO::SDK::Body::CelestialBody::IsMoon(cb.id)) + { + IO::SDK::Body::CelestialBody c(cb.id); + celestialBodies.emplace(cb.id, std::make_shared(cb.id, + celestialBodies[IO::SDK::Body::CelestialBody::FindCenterOfMotionId( + cb.id)])); + } + } + + return celestialBodies; +} + +void BuildPayload(const IO::SDK::API::DTO::ScenarioDTO &scenarioDto, + IO::SDK::Body::Spacecraft::Spacecraft &spacecraft) +{//Add FuelTank + for (auto &payload: scenarioDto.Spacecraft.payloads) + { + if (payload.serialNumber == nullptr) + { + break; + } + spacecraft.AddPayload(payload.serialNumber, payload.name, payload.mass); + } +} + +void BuildFuelTank(const IO::SDK::API::DTO::ScenarioDTO &scenarioDto, + IO::SDK::Body::Spacecraft::Spacecraft &spacecraft) +{//Add FuelTank + for (auto &fuelTank: scenarioDto.Spacecraft.fuelTank) + { + if (fuelTank.id == 0) + { + break; + } + spacecraft.AddFuelTank(fuelTank.serialNumber, fuelTank.capacity, fuelTank.quantity); + } +} + +void BuildEngines(const IO::SDK::API::DTO::ScenarioDTO &scenarioDto, + IO::SDK::Body::Spacecraft::Spacecraft &spacecraft) +{//AddEngine + for (auto &engine: scenarioDto.Spacecraft.engines) + { + if (engine.id == 0) + { + break; + } + spacecraft.AddEngine(engine.serialNumber, engine.name, engine.fuelTankSerialNumber, + IO::SDK::Math::Vector3D::Zero, IO::SDK::Math::Vector3D::Zero, engine.isp, + engine.fuelflow); + } +} + +void BuildInstruments(const IO::SDK::API::DTO::ScenarioDTO &scenarioDto, + IO::SDK::Body::Spacecraft::Spacecraft &spacecraft) +{//Add instrument + for (auto &instrument: scenarioDto.Spacecraft.instruments) + { + if (instrument.id <= 0) + { + break; + } + + if (strcmp(instrument.shape, "rectangular") == 0) + { + spacecraft.AddRectangularFOVInstrument(instrument.id, instrument.name, ToVector3D(instrument.orientation), + ToVector3D(instrument.boresight), + ToVector3D(instrument.fovRefVector), instrument.fieldOfView, + instrument.crossAngle); + } + + if (strcmp(instrument.shape, "circular") == 0) + { + spacecraft.AddCircularFOVInstrument(instrument.id, instrument.name, ToVector3D(instrument.orientation), + ToVector3D(instrument.boresight), + ToVector3D(instrument.fovRefVector), instrument.fieldOfView); + } + + if (strcmp(instrument.shape, "elliptical") == 0) + { + spacecraft.AddEllipticalFOVInstrument(instrument.id, instrument.name, ToVector3D(instrument.orientation), + ToVector3D(instrument.boresight), + ToVector3D(instrument.fovRefVector), instrument.fieldOfView, + instrument.crossAngle); + } + + } +} + +void BuildInstrumentPointingToAttitude(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, IO::SDK::Scenario &scenario, + std::map> &maneuvers, + std::map> &celestialBodies) +{ + for (auto &maneuver: scenarioDto.Spacecraft.pointingToAttitudes) + { + if (maneuver.maneuverOrder == -1) + { + break; + } + std::vector engines; + for (auto engine: maneuver.engines) + { + if (engine == nullptr) + { break; } engines.push_back(const_cast(scenario.GetSpacecraft()->GetEngine( @@ -759,322 +1057,4 @@ void BuildZenithAttitude(IO::SDK::API::DTO::ScenarioDTO &scenarioDto, IO::SDK::S } } - -const char *GetSpiceVersionProxy() -{ - const char *version; - version = tkvrsn_c("TOOLKIT"); - return strdup(version); -} - -bool WriteEphemerisProxy(const char *filePath, int objectId, IO::SDK::API::DTO::StateVectorDTO *sv, int size) -{ - IO::SDK::Kernels::EphemerisKernel kernel(filePath, objectId); - - std::vector states; - states.reserve(size); - std::map> celestialBodies; - - - for (int i = 0; i < size; ++i) - { - if (celestialBodies.find(sv[0].centerOfMotion.id) == celestialBodies.end()) - { - celestialBodies[sv[i].centerOfMotion.id] = std::make_shared( - sv[i].centerOfMotion.id); - } - states.emplace_back(celestialBodies[sv[i].centerOfMotion.id], ToVector3D(sv[i].position), - ToVector3D(sv[i].velocity), - IO::SDK::Time::TDB(std::chrono::duration(sv[i].epoch)), - IO::SDK::Frames::Frames(sv[i].inertialFrame)); - } - - kernel.WriteData(states); - - return true; -} - - -bool WriteOrientationProxy(const char *filePath, int objectId, int spacecraftFrameId, - IO::SDK::API::DTO::StateOrientationDTO *so, int size) -{ - IO::SDK::Kernels::OrientationKernel kernel(filePath, objectId, spacecraftFrameId); - std::vector orientations; - orientations.reserve(size); - for (int i = 0; i < size; ++i) - { - orientations.emplace_back(ToQuaternion(so[i].orientation), ToVector3D(so[i].angularVelocity), - IO::SDK::Time::TDB(std::chrono::duration(so[i].epoch)), - IO::SDK::Frames::Frames(so[i].frame)); - } - std::vector> intervals; - intervals.push_back(orientations); - kernel.WriteOrientations(intervals); - return true; -} - -void -ReadOrientationProxy(IO::SDK::API::DTO::WindowDTO searchWindow, int spacecraftId, double tolerance, const char *frame, - double stepSize, IO::SDK::API::DTO::StateOrientationDTO *so) -{ - if ((searchWindow.end - searchWindow.start) / stepSize > 10000) - { - throw IO::SDK::Exception::InvalidArgumentException( - "Step size to small or search window to large. The number of State orientation must be lower than 10000"); - } - //Build platform id - SpiceInt id = spacecraftId * 1000; - - double epoch = searchWindow.start; - int idx{0}; - while (epoch <= searchWindow.end) - { - //Get encoded clock - SpiceDouble sclk = IO::SDK::Kernels::SpacecraftClockKernel::ConvertToEncodedClock(spacecraftId, - IO::SDK::Time::TDB( - std::chrono::duration( - epoch))); - - SpiceDouble cmat[3][3]; - SpiceDouble av[3]; - SpiceDouble clkout; - SpiceBoolean found; - - //Get orientation and angular velocity - ckgpav_c(id, sclk, tolerance, frame, cmat, av, &clkout, &found); - - if (!found) - { - throw IO::SDK::Exception::SDKException("No orientation found"); - } - - //Build array pointers - double **arrayCmat; - arrayCmat = new double *[3]; - for (int i = 0; i < 3; i++) - { - arrayCmat[i] = new double[3]{}; - } - - for (size_t i = 0; i < 3; i++) - { - for (size_t j = 0; j < 3; j++) - { - arrayCmat[i][j] = cmat[i][j]; - } - } - - IO::SDK::Math::Quaternion q(IO::SDK::Math::Matrix(3, 3, arrayCmat)); - - //Free memory - for (int i = 0; i < 3; i++) - delete[] arrayCmat[i]; - delete[] arrayCmat; - - double correctedEpoch{}; - sct2e_c(spacecraftId, sclk, &correctedEpoch); - so[idx].epoch = correctedEpoch; - so[idx].frame = strdup(frame); - so[idx].orientation = ToQuaternionDTO(q); - so[idx].angularVelocity.x = av[0]; - so[idx].angularVelocity.y = av[1]; - so[idx].angularVelocity.z = av[2]; - - epoch += stepSize; - idx++; - } -} - -void LoadKernelsProxy(const char *path) -{ - IO::SDK::Kernels::KernelsLoader::Load(path); -} - -const char *TDBToStringProxy(double secondsFromJ2000) -{ - IO::SDK::Time::TDB tdb((std::chrono::duration(secondsFromJ2000))); - std::string str = tdb.ToString(); - return strdup(str.c_str()); -} - -const char *UTCToStringProxy(double secondsFromJ2000) -{ - IO::SDK::Time::UTC utc((std::chrono::duration(secondsFromJ2000))); - std::string str = utc.ToString(); - return strdup(str.c_str()); -} - -void ReadEphemerisProxy(IO::SDK::API::DTO::WindowDTO searchWindow, int observerId, int targetId, - const char *frame, - const char *aberration, double stepSize, IO::SDK::API::DTO::StateVectorDTO *stateVectors) -{ - if ((searchWindow.end - searchWindow.start) / stepSize > 10000) - { - throw IO::SDK::Exception::InvalidArgumentException( - "Step size to small or search window to large. The number of State vector must be lower than 10000"); - } - int idx = 0; - double epoch = searchWindow.start; - while (epoch <= searchWindow.end) - { - - SpiceDouble vs[6]; - SpiceDouble lt; - spkezr_c(std::to_string(targetId).c_str(), epoch, frame, aberration, std::to_string(observerId).c_str(), vs, - <); - - stateVectors[idx].centerOfMotion.id = observerId; - stateVectors[idx].centerOfMotion.centerOfMotionId = IO::SDK::Body::CelestialBody::FindCenterOfMotionId( - observerId); - - stateVectors[idx].epoch = epoch; - stateVectors[idx].inertialFrame = strdup(frame); - stateVectors[idx].position.x = vs[0] * 1000.0; - stateVectors[idx].position.y = vs[1] * 1000.0; - stateVectors[idx].position.z = vs[2] * 1000.0; - stateVectors[idx].velocity.x = vs[3] * 1000.0; - stateVectors[idx].velocity.y = vs[4] * 1000.0; - stateVectors[idx].velocity.z = vs[5] * 1000.0; - - epoch += stepSize; - idx++; - } -} - -void -FindWindowsOnDistanceConstraintProxy(IO::SDK::API::DTO::WindowDTO searchWindow, int observerId, int targetId, - const char *relationalOperator, double value, const char *aberration, - double stepSize, IO::SDK::API::DTO::WindowDTO windows[1000]) -{ - auto relationalOpe = IO::SDK::Constraints::RelationalOperator::ToRelationalOperator(relationalOperator); - auto abe = IO::SDK::Aberrations::ToEnum(aberration); - - auto res = IO::SDK::Constraints::GeometryFinder::FindWindowsOnDistanceConstraint(ToTDBWindow(searchWindow), - observerId, targetId, - relationalOpe, value, abe, - IO::SDK::Time::TimeSpan(stepSize)); - for (size_t i = 0; i < res.size(); ++i) - { - windows[i] = ToWindowDTO(res[i]); - } -} - -void -FindWindowsOnOccultationConstraintProxy(IO::SDK::API::DTO::WindowDTO searchWindow, int observerId, int targetId, - const char *targetFrame, const char *targetShape, int frontBodyId, - const char *frontFrame, const char *frontShape, const char *occultationType, - const char *aberration, double stepSize, - IO::SDK::API::DTO::WindowDTO *windows) -{ - auto abe = IO::SDK::Aberrations::ToEnum(aberration); - auto res = IO::SDK::Constraints::GeometryFinder::FindWindowsOnOccultationConstraint(ToTDBWindow(searchWindow), - observerId, targetId, - targetFrame, targetShape, - frontBodyId, - frontFrame, frontShape, - IO::SDK::OccultationType::ToOccultationType( - occultationType), abe, - IO::SDK::Time::TimeSpan( - stepSize)); - - for (size_t i = 0; i < res.size(); ++i) - { - windows[i] = ToWindowDTO(res[i]); - } -} - -void -FindWindowsOnCoordinateConstraintProxy(IO::SDK::API::DTO::WindowDTO searchWindow, int observerId, int targetId, - const char *frame, const char *coordinateSystem, - const char *coordinate, - const char *relationalOperator, double value, double adjustValue, - const char *aberration, double stepSize, - IO::SDK::API::DTO::WindowDTO *windows) -{ - auto abe = IO::SDK::Aberrations::ToEnum(aberration); - auto systemType = IO::SDK::CoordinateSystem::ToCoordinateSystemType(coordinateSystem); - auto coordinateType = IO::SDK::Coordinate::ToCoordinateType(coordinate); - auto relationalOpe = IO::SDK::Constraints::RelationalOperator::ToRelationalOperator(relationalOperator); - auto res = IO::SDK::Constraints::GeometryFinder::FindWindowsOnCoordinateConstraint(ToTDBWindow(searchWindow), - observerId, targetId, frame, - systemType, coordinateType, - relationalOpe, value, - adjustValue, abe, - IO::SDK::Time::TimeSpan( - stepSize)); - - for (size_t i = 0; i < res.size(); ++i) - { - windows[i] = ToWindowDTO(res[i]); - } -} - -void FindWindowsOnIlluminationConstraintProxy(IO::SDK::API::DTO::WindowDTO searchWindow, int observerId, - const char *illuminationSource, int targetBody, const char *fixedFrame, - IO::SDK::API::DTO::GeodeticDTO geodetic, const char *illuminationType, - const char *relationalOperator, double value, - double adjustValue, - const char *aberration, double stepSize, const char *method, - IO::SDK::API::DTO::WindowDTO *windows) -{ - double coordinates[3] = {geodetic.latitude, geodetic.longitude, geodetic.altitude}; - - IO::SDK::Body::CelestialBody body(targetBody); - SpiceDouble bodyFixedLocation[3]; - georec_c(geodetic.longitude, geodetic.latitude, geodetic.altitude, body.GetRadius().GetX(), body.GetFlattening(), - bodyFixedLocation); - auto abe = IO::SDK::Aberrations::ToEnum(aberration); - auto illumination = IO::SDK::IlluminationAngle::ToIlluminationAngleType(illuminationType); - auto relationalOpe = IO::SDK::Constraints::RelationalOperator::ToRelationalOperator(relationalOperator); - auto res = IO::SDK::Constraints::GeometryFinder::FindWindowsOnIlluminationConstraint(ToTDBWindow(searchWindow), - observerId, illuminationSource, - targetBody, fixedFrame, - bodyFixedLocation, - illumination, relationalOpe, - value, adjustValue, abe, - IO::SDK::Time::TimeSpan( - stepSize), method); - for (size_t i = 0; i < res.size(); ++i) - { - windows[i] = ToWindowDTO(res[i]); - } -} - -void -FindWindowsInFieldOfViewConstraintProxy(IO::SDK::API::DTO::WindowDTO searchWindow, int observerId, int instrumentId, - int targetId, const char *targetFrame, - const char *targetShape, - const char *aberration, double stepSize, - IO::SDK::API::DTO::WindowDTO *windows) -{ - auto abe = IO::SDK::Aberrations::ToEnum(aberration); - auto res = IO::SDK::Constraints::GeometryFinder::FindWindowsInFieldOfViewConstraint(ToTDBWindow(searchWindow), - observerId, instrumentId, - targetId, targetFrame, - targetShape, - abe, IO::SDK::Time::TimeSpan( - stepSize)); - for (size_t i = 0; i < res.size(); ++i) - { - windows[i] = ToWindowDTO(res[i]); - } -} - -double ConvertTDBToUTCProxy(double tdb) -{ - double delta{}; - deltet_c(tdb, "et", &delta); - return tdb - delta; -} - -double ConvertUTCToTDBProxy(double utc) -{ - double delta{}; - deltet_c(utc, "UTC", &delta); - return utc + delta; -} - - - - - +#pragma endregion \ No newline at end of file diff --git a/IO.SDK/API/Proxy.h b/IO.SDK/API/Proxy.h index 34fc77b7..2ec7f3c3 100644 --- a/IO.SDK/API/Proxy.h +++ b/IO.SDK/API/Proxy.h @@ -3,6 +3,7 @@ #include "ManeuverBase.h" #include "Scenario.h" +#pragma region Proxy #ifdef __cplusplus extern "C" { #endif @@ -46,17 +47,6 @@ MODULE_API void ReadEphemerisProxy(IO::SDK::API::DTO::WindowDTO searchWindow, int observerId, int targetId, const char *frame, const char *aberration, double stepSize, IO::SDK::API::DTO::StateVectorDTO stateVectors[10000]); -/** - * Write orientation data into binary file (ck) - * @param filePath - * @param objectId - * @param so - * @param size - * @return - */ -MODULE_API bool -WriteOrientationProxy(const char *filePath, int objectId, IO::SDK::API::DTO::StateOrientationDTO so[10000], int size); - /** * Read spacecraft orientation * @param searchWindow @@ -224,6 +214,7 @@ MODULE_API double ConvertUTCToTDBProxy(double utc); #ifdef __cplusplus } #endif +#pragma endregion #ifndef PROXY_H #define PROXY_H diff --git a/IO.SDK/CMakeLists.txt b/IO.SDK/CMakeLists.txt index 180163f2..ed10b796 100644 --- a/IO.SDK/CMakeLists.txt +++ b/IO.SDK/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.18) +cmake_minimum_required(VERSION 3.18) set(This IO.SDK) message(STATUS "Tests Projet source: ${PROJECT_SOURCE_DIR}") message(STATUS "Tests CMake source dir: ${CMAKE_SOURCE_DIR}") @@ -14,10 +14,10 @@ add_library(${This} SHARED ${IO_SDK_SRC}) MACRO(HEADER_DIRECTORIES return_list) FILE(GLOB_RECURSE new_list ${CMAKE_CURRENT_SOURCE_DIR}/*.h) SET(dir_list "") - FOREACH(file_path ${new_list}) + FOREACH (file_path ${new_list}) GET_FILENAME_COMPONENT(dir_path ${file_path} PATH) SET(dir_list ${dir_list} ${dir_path}) - ENDFOREACH() + ENDFOREACH () LIST(REMOVE_DUPLICATES dir_list) SET(${return_list} ${dir_list}) ENDMACRO() @@ -25,20 +25,20 @@ HEADER_DIRECTORIES(MyList) target_include_directories(${This} PUBLIC ${MyList}) #ADD SPECIFICS LIBS AND HEADERS -if (MSVC) - target_include_directories(${This} PUBLIC ${CMAKE_SOURCE_DIR}/external-lib/includeWindows) - target_link_libraries(${This} ${CMAKE_SOURCE_DIR}/external-lib/cspice.lib) -elseif(UNIX) +if (UNIX) target_include_directories(${This} PUBLIC ${CMAKE_SOURCE_DIR}/external-lib/includeLinux) target_link_libraries(${This} ${CMAKE_SOURCE_DIR}/external-lib/cspice.a) +else () + target_include_directories(${This} PUBLIC ${CMAKE_SOURCE_DIR}/external-lib/includeWindows) + target_link_libraries(${This} ${CMAKE_SOURCE_DIR}/external-lib/cspice.lib) endif () #INSTALL -if (MSVC) - install(DIRECTORY ${CMAKE_SOURCE_DIR}/external-lib/includeWindows/ DESTINATION include/IO FILES_MATCHING PATTERN "*.h") -elseif(UNIX) +if (UNIX) install(DIRECTORY ${CMAKE_SOURCE_DIR}/external-lib/includeLinux/ DESTINATION include/IO FILES_MATCHING PATTERN "*.h") +elseif () + install(DIRECTORY ${CMAKE_SOURCE_DIR}/external-lib/includeWindows/ DESTINATION include/IO FILES_MATCHING PATTERN "*.h") endif () install(FILES ${IO_SDK_H} DESTINATION include/IO)