Vulcan
Aerospace Engineering Utilities Built on Janus
Loading...
Searching...
No Matches
vulcan::FramePath Struct Reference

Ordered path between frames from source to target. More...

#include <FrameRegistry.hpp>

Collaboration diagram for vulcan::FramePath:

Public Member Functions

bool is_valid () const
int length () const

Public Attributes

std::vector< FrameIDframes
FrameID lca = FRAME_ECI
int ascending_count = 0
int descending_count = 0

Detailed Description

Ordered path between frames from source to target.

Member Function Documentation

◆ is_valid()

bool vulcan::FramePath::is_valid ( ) const
inlinenodiscard

◆ length()

int vulcan::FramePath::length ( ) const
inlinenodiscard

Member Data Documentation

◆ ascending_count

int vulcan::FramePath::ascending_count = 0

◆ descending_count

int vulcan::FramePath::descending_count = 0

◆ frames

std::vector<FrameID> vulcan::FramePath::frames

◆ lca

FrameID vulcan::FramePath::lca = FRAME_ECI

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