Common logging variables like time into run and local positions.
More...
|
| CommonLog (CommonLog &&)=delete |
| Move constructor.
|
|
| CommonLog (const CommonLog &)=delete |
| Copy constructor.
|
|
void | initialize () const |
| Initialize the common log variables.
|
|
CommonLog & | operator= (CommonLog &&)=delete |
| Move assignment operator.
|
|
CommonLog & | operator= (const CommonLog &)=delete |
| Copy assignment operator.
|
|
virtual | ~CommonLog () |
| Destructor.
|
|
|
static LocalPosition | calcLocalPosition (const Eigen::Vector3d &lla_position) |
| Calculate the local position offset from a reference point.
|
|
static double | calcTimeIntoRun (const InsTime &insTime) |
| Calculates the relative time into he run.
|
|
static void | restore (const json &j) |
| Read info from a json object.
|
|
static json | save () |
| Returns a json object of the common log.
|
|
static bool | ShowOriginInput (const char *id) |
| Shows a GUI to input a origin location.
|
|
|
| CommonLog () |
| Default constructor.
|
|
|
static std::optional< gui::widgets::PositionWithFrame > | _originPosition |
| Origin for calculation of relative position.
|
|
static InsTime | _startTime |
| Start Time for calculation of relative time.
|
|
static bool | _useGuiInputs |
| Use GUI inputs.
|
|
|
size_t | _index |
| Index which common log node this is.
|
|
|
static std::mutex | _mutex |
| Mutex to lock before writing.
|
|
static std::vector< bool > | _wantsInit |
| Vector on which nodes want to initialize.
|
|
Common logging variables like time into run and local positions.
◆ calcLocalPosition()
static LocalPosition NAV::CommonLog::calcLocalPosition |
( |
const Eigen::Vector3d & | lla_position | ) |
|
|
static |
Calculate the local position offset from a reference point.
- Parameters
-
[in] | lla_position | [𝜙, λ, h] Latitude, Longitude, Altitude in [rad, rad, m] |
- Returns
- Local positions in north/south and east/west directions in [m]
◆ calcTimeIntoRun()
static double NAV::CommonLog::calcTimeIntoRun |
( |
const InsTime & | insTime | ) |
|
|
static |
Calculates the relative time into he run.
- Parameters
-
- Returns
- Relative
◆ restore()
static void NAV::CommonLog::restore |
( |
const json & | j | ) |
|
|
static |
Read info from a json object.
- Parameters
-
[in] | j | Json variable to read info from |
◆ ShowOriginInput()
static bool NAV::CommonLog::ShowOriginInput |
( |
const char * | id | ) |
|
|
static |
Shows a GUI to input a origin location.
- Parameters
-
[in] | id | Unique id for ImGui |
- Returns
- True if something was changed
The documentation for this class was generated from the following file:
- /home/runner/work/INSTINCT/INSTINCT/src/util/Logger/CommonLog.hpp