siderust-cpp 0.8.0
Header-only C++ wrapper for siderust
Loading...
Searching...
No Matches
siderust::oem::StateVector Struct Reference

A single spacecraft state vector from a CCSDS OEM file. More...

#include <siderust/oem.hpp>

Collaboration diagram for siderust::oem::StateVector:

Public Attributes

double epoch_jd
 Epoch as Julian Date.
 
std::array< double, 3 > pos_km
 Position [x, y, z] in km.
 
std::array< double, 3 > vel_kms
 Velocity [vx, vy, vz] in km/s.
 

Detailed Description

A single spacecraft state vector from a CCSDS OEM file.

Definition at line 58 of file oem.hpp.

Member Data Documentation

◆ epoch_jd

double siderust::oem::StateVector::epoch_jd

Epoch as Julian Date.

Definition at line 59 of file oem.hpp.

◆ pos_km

std::array<double, 3> siderust::oem::StateVector::pos_km

Position [x, y, z] in km.

Definition at line 60 of file oem.hpp.

◆ vel_kms

std::array<double, 3> siderust::oem::StateVector::vel_kms

Velocity [vx, vy, vz] in km/s.

Definition at line 61 of file oem.hpp.


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