Definition Aerodynamics.hpp:11
constexpr FrameID FRAME_ECI
Definition FrameID.hpp:49
constexpr int MAX_FRAME_DEPTH
Maximum supported frame tree depth.
Definition FrameNode.hpp:13
Universal frame identifier.
Definition FrameID.hpp:25
int depth
Definition FrameNode.hpp:20
std::string name
Definition FrameNode.hpp:19
bool is_root
Definition FrameNode.hpp:21
FrameID id
Definition FrameNode.hpp:17
FrameNode(FrameID id_, FrameID parent_id_, std::string name_, int depth_)
Definition FrameNode.hpp:27
FrameID parent_id
Definition FrameNode.hpp:18
FrameNode()
Definition FrameNode.hpp:23