fpp/compiler/tools/fpp-to-cpp/test/constants/FppConstantsAc_constants_guard_prefix.ref.hpp
2025-03-28 16:41:34 -07:00

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