mirror of
https://github.com/nasa/fpp.git
synced 2025-12-15 04:05:00 -06:00
16 lines
484 B
C++
Vendored
16 lines
484 B
C++
Vendored
// ======================================================================
|
|
// \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
|