mirror of
https://github.com/nasa/fpp.git
synced 2025-12-11 11:16:42 -06:00
85 lines
1.1 KiB
C++
Vendored
85 lines
1.1 KiB
C++
Vendored
// ======================================================================
|
|
// \title FppConstantsAc.hpp
|
|
// \author Generated by fpp-to-cpp
|
|
// \brief hpp file for FPP constants
|
|
// ======================================================================
|
|
|
|
#ifndef FppConstantsAc_HPP
|
|
#define FppConstantsAc_HPP
|
|
|
|
#include "Fw/Types/BasicTypes.hpp"
|
|
|
|
//! Constant a
|
|
enum FppConstant_a {
|
|
a = 0
|
|
};
|
|
|
|
//! Constant b
|
|
extern const F64 b;
|
|
|
|
//! Constant c
|
|
extern const bool c;
|
|
|
|
//! Constant d
|
|
extern const char *const d;
|
|
|
|
//! Constant e
|
|
enum FppConstant_e {
|
|
e = 3
|
|
};
|
|
|
|
namespace M {
|
|
|
|
//! Constant a
|
|
enum FppConstant_a {
|
|
a = 0
|
|
};
|
|
|
|
//! Constant b
|
|
extern const F64 b;
|
|
|
|
//! Constant c
|
|
extern const bool c;
|
|
|
|
//! Constant d
|
|
extern const char *const d;
|
|
|
|
//! Constant e
|
|
enum FppConstant_e {
|
|
e = 3
|
|
};
|
|
|
|
}
|
|
|
|
//! Constant a
|
|
enum FppConstant_C_a {
|
|
C_a = 0
|
|
};
|
|
|
|
//! Constant b
|
|
extern const F64 C_b;
|
|
|
|
//! Constant c
|
|
extern const bool C_c;
|
|
|
|
//! Constant d
|
|
extern const char *const C_d;
|
|
|
|
//! Constant e
|
|
enum FppConstant_C_e {
|
|
C_e = 3
|
|
};
|
|
|
|
//! Constant g
|
|
enum FppConstant_C_g {
|
|
C_g = 1
|
|
};
|
|
|
|
//! Constant j
|
|
extern const F64 C_j;
|
|
|
|
//! Constant k
|
|
extern const F64 C_k;
|
|
|
|
#endif
|