mirror of
https://github.com/nasa/fpp.git
synced 2025-12-12 04:41:37 -06:00
22 lines
518 B
C++
Vendored
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
|