fpp/compiler/tools/fpp-to-cpp/test/constants/FppConstantsAc_constants_guard_dir.ref.hpp
2025-09-15 09:24:58 -07:00

85 lines
1.2 KiB
C++
Vendored

// ======================================================================
// \title FppConstantsAc.hpp
// \author Generated by fpp-to-cpp
// \brief hpp file for FPP constants
// ======================================================================
#ifndef fpp_to_cpp_test_constants_FppConstantsAc_HPP
#define fpp_to_cpp_test_constants_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