mirror of
https://github.com/nasa/fpp.git
synced 2025-12-12 15:59:33 -06:00
74 lines
1.0 KiB
C++
Vendored
74 lines
1.0 KiB
C++
Vendored
// ======================================================================
|
|
// \title FppConstantsAc.hpp
|
|
// \author Generated by fpp-to-cpp
|
|
// \brief hpp file for FPP constants
|
|
// ======================================================================
|
|
|
|
#ifndef GUARD_PREFIX_FppConstantsAc_HPP
|
|
#define GUARD_PREFIX_FppConstantsAc_HPP
|
|
|
|
#include "Fw/FPrimeBasicTypes.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
|
|
};
|
|
|
|
#endif
|