WarpTwin
Documentation for WarpTwin models and classes.
Loading...
Searching...
No Matches
tlm_InertialNavigationDeadReckon.h
Go to the documentation of this file.
1/******************************************************************************
2* Copyright (c) ATTX INC 2025. All Rights Reserved.
3*
4* This software and associated documentation (the "Software") are the
5* proprietary and confidential information of ATTX, INC. The Software is
6* furnished under a license agreement between ATTX and the user organization
7* and may be used or copied only in accordance with the terms of the agreement.
8* Refer to 'license/attx_license.adoc' for standard license terms.
9*
10* EXPORT CONTROL NOTICE: THIS SOFTWARE MAY INCLUDE CONTENT CONTROLLED UNDER THE
11* INTERNATIONAL TRAFFIC IN ARMS REGULATIONS (ITAR) OR THE EXPORT ADMINISTRATION
12* REGULATIONS (EAR99). No part of the Software may be used, reproduced, or
13* transmitted in any form or by any means, for any purpose, without the express
14* written permission of ATTX, INC.
15******************************************************************************/
16/*
17Inertial Navigation Dead Reckon telemetry definition header file
18
19Author: James Tabony
20*/
21
22#ifndef TELEMETRY_TLM_INERTIAL_NAVIGATION_DEAD_RECKON_H
23#define TELEMETRY_TLM_INERTIAL_NAVIGATION_DEAD_RECKON_H
24
25#include "flight/Telemetry.h"
26#include "apps/app_apids.h"
28
29// Define the telemetry base for the Inertial Navigation EKF Dead Reckon Propagation Step
30#define TLM_GNC_INERT_NAV_DEAD_RECKON_BASE APP_APID_GNC_INERT_NAV_DEAD_RECKON + TLM_APID_BASE
31
32// -------------------------------------------------------------------------------------
33// INERTIAL NAVIGATION DEAD RECKON TELEMETRY APID DEFINITIONS
34// -------------------------------------------------------------------------------------
36#define TLM_GNC_INERT_PROP_STATE TLM_GNC_INERT_NAV_DEAD_RECKON_BASE + 0x000
37
50 ((std::array<float16, 16>), state_vector),
51 ((std::array<float16, 16>), state_cov)
53
54#endif
Header for generic telemetry packet struct generation and serialization.
#define TELEMETRY(NAME, APID, SIZE,...)
Definition Telemetry.h:297
Definition tlm_InertialNavigationDeadReckon.h:52
#define TLM_GNC_INERT_PROP_STATE
Telemetry code for the propagation step output.
Definition tlm_InertialNavigationDeadReckon.h:36