fpp/compiler/tools/fpp-to-cpp/test/component/base/AliasStructAliasAc.ref.hpp
2025-03-26 16:13:16 -07:00

17 lines
441 B
C++
Vendored

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