mirror of
https://github.com/nasa/fpp.git
synced 2025-12-12 04:41:37 -06:00
22 lines
513 B
C++
Vendored
22 lines
513 B
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"
|
|
|
|
//! Escaped quotation marks
|
|
extern const char *const s1;
|
|
|
|
//! Escaped newlines
|
|
extern const char *const s2;
|
|
|
|
//! Escaped backslashes
|
|
extern const char *const s3;
|
|
|
|
#endif
|