fpp/compiler/tools/fpp-to-cpp/test/component/base/AliasStructAliasAc.ref.hpp

19 lines
466 B
C++

// ======================================================================
// \title AliasStructAliasAc.hpp
// \author Generated by fpp-to-cpp
// \brief hpp file for AliasStruct alias
// ======================================================================
#ifndef AliasStructAliasAc_HPP
#define AliasStructAliasAc_HPP
#include <FpConfig.hpp>
#include "Fw/Types/BasicTypes.h"
#include "SSerializableAc.hpp"
//! Alias of a struct
using AliasStruct = S;
#endif