Ginan
Loading...
Searching...
No Matches
OrbexEntry Struct Reference

ORBEX entry to write out. More...

Detailed Description

ORBEX entry to write out.

Collaboration diagram for OrbexEntry:

Data Fields

SatSys Sat = {}
 Satellite ID.
 
Vector3d pos = Vector3d::Zero()
 Satellite position (m)
 
Vector3d vel = Vector3d::Zero()
 Satellite velocity (m/s)
 
double clk = NO_CLK
 Satellite clock (microsecond) & clock-rate (nanosecond/s)
 
double clkVel = NO_CLK
 
Vector3d posStd = Vector3d::Ones() * NO_PV_STD
 Satellite position std (mm)
 
Vector3d velStd = Vector3d::Ones() * NO_PV_STD
 Satellite velocity std (micrometer/s)
 
double clkStd = NO_CLK_STD
 Satellite clock (picosecond)
 
double clkVelStd = NO_CLK_STD
 Satellite clock-rate std (femtosecond/s)
 
Quaterniond q = {0, 0, 0, 0}
 Satellite attitude in quaternions.
 

Field Documentation

◆ clk

double OrbexEntry::clk = NO_CLK

Satellite clock (microsecond) & clock-rate (nanosecond/s)

◆ clkStd

double OrbexEntry::clkStd = NO_CLK_STD

Satellite clock (picosecond)

◆ clkVel

double OrbexEntry::clkVel = NO_CLK

◆ clkVelStd

double OrbexEntry::clkVelStd = NO_CLK_STD

Satellite clock-rate std (femtosecond/s)

◆ pos

Vector3d OrbexEntry::pos = Vector3d::Zero()

Satellite position (m)

◆ posStd

Vector3d OrbexEntry::posStd = Vector3d::Ones() * NO_PV_STD

Satellite position std (mm)

◆ q

Quaterniond OrbexEntry::q = {0, 0, 0, 0}

Satellite attitude in quaternions.

◆ Sat

SatSys OrbexEntry::Sat = {}

Satellite ID.

◆ vel

Vector3d OrbexEntry::vel = Vector3d::Zero()

Satellite velocity (m/s)

◆ velStd

Vector3d OrbexEntry::velStd = Vector3d::Ones() * NO_PV_STD

Satellite velocity std (micrometer/s)


The documentation for this struct was generated from the following file: