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

22 lines
518 B
C++
Vendored

// ======================================================================
// \title EmptySerializableAc.hpp
// \author Generated by fpp-to-cpp
// \brief hpp file for Empty struct
// ======================================================================
#ifndef EmptySerializableAc_HPP
#define EmptySerializableAc_HPP
#include "Fw/FPrimeBasicTypes.hpp"
#include "Fw/Types/ExternalString.hpp"
#include "Fw/Types/Serializable.hpp"
#include "Fw/Types/String.hpp"
class Empty :
public Fw::Serializable
{
};
#endif