Declared in Spacecraft
Declaration
void SetTwoLineElements(
string line1,
string line2,
string line3,
string orbitingBody
);Description
Sets the Two Line Elements (TLE) data of a particular craft to a specific position stored in the struct.
Parameters
| Name | Description |
|---|---|
| line1 | |
| line2 | |
| line3 | |
| orbitingBody | The name of the body orbiting |