![]() |
siderust-cpp 0.8.0
Header-only C++ wrapper for siderust
|
CCSDS OEM (Orbit Ephemeris Message) parser C++ wrapper. More...


Go to the source code of this file.
Classes | |
| struct | siderust::oem::detail::OemStatesGuard |
| struct | siderust::oem::StateVector |
| A single spacecraft state vector from a CCSDS OEM file. More... | |
Namespaces | |
| namespace | siderust |
| namespace | siderust::oem |
| namespace | siderust::oem::detail |
Functions | |
| std::vector< StateVector > | siderust::oem::parse (std::string_view text) |
| Parse a CCSDS OEM (KVN) document from a string. | |
CCSDS OEM (Orbit Ephemeris Message) parser C++ wrapper.
Wraps siderust_oem_parse_str to parse a CCSDS OEM v2/v3 document from a std::string and return a std::vector<StateVector>.
Definition in file oem.hpp.