// ====================================================================== // \title AnotherAliasStructAliasAc.hpp // \author Generated by fpp-to-cpp // \brief hpp file for AnotherAliasStruct alias // ====================================================================== #ifndef AnotherAliasStructAliasAc_HPP #define AnotherAliasStructAliasAc_HPP #include "Fw/Types/BasicTypes.hpp" #include "StructWithAliasSerializableAc.hpp" using AnotherAliasStruct = StructWithAlias; #endif