![]() |
siderust-cpp 0.8.0
Header-only C++ wrapper for siderust
|
Namespaces | |
| namespace | detail |
Classes | |
| struct | StateVector |
| A single spacecraft state vector from a CCSDS OEM file. More... | |
Functions | |
| std::vector< StateVector > | parse (std::string_view text) |
| Parse a CCSDS OEM (KVN) document from a string. | |
|
inline |
Parse a CCSDS OEM (KVN) document from a string.
All state vectors from all OEM segments are returned in a flat vector, in the order they appear in the document.
| text | OEM document text (null termination added internally). |
| siderust::InvalidArgumentError | if the OEM document is malformed. |
Definition at line 75 of file oem.hpp.
References siderust::check_status(), and siderust::oem::detail::OemStatesGuard::ptr.