mirror of
https://github.com/nasa/fpp.git
synced 2025-12-12 04:41:37 -06:00
22 lines
507 B
C++
22 lines
507 B
C++
// ======================================================================
|
|
// \title EmptySerializableAc.hpp
|
|
// \author Generated by fpp-to-cpp
|
|
// \brief hpp file for Empty struct
|
|
// ======================================================================
|
|
|
|
#ifndef EmptySerializableAc_HPP
|
|
#define EmptySerializableAc_HPP
|
|
|
|
#include "FpConfig.hpp"
|
|
#include "Fw/Types/ExternalString.hpp"
|
|
#include "Fw/Types/Serializable.hpp"
|
|
#include "Fw/Types/String.hpp"
|
|
|
|
class Empty :
|
|
public Fw::Serializable
|
|
{
|
|
|
|
};
|
|
|
|
#endif
|