mirror of
https://github.com/nasa/fpp.git
synced 2025-12-13 08:41:15 -06:00
18 lines
507 B
C++
18 lines
507 B
C++
// ======================================================================
|
|
// \title AnotherAliasStructAliasAc.hpp
|
|
// \author Generated by fpp-to-cpp
|
|
// \brief hpp file for AnotherAliasStruct alias
|
|
// ======================================================================
|
|
|
|
#ifndef AnotherAliasStructAliasAc_HPP
|
|
#define AnotherAliasStructAliasAc_HPP
|
|
|
|
#include <FpConfig.hpp>
|
|
|
|
#include "Fw/Types/BasicTypes.h"
|
|
#include "StructWithAliasSerializableAc.hpp"
|
|
|
|
using AnotherAliasStruct = StructWithAlias;
|
|
|
|
#endif
|