mirror of
https://github.com/nasa/fpp.git
synced 2025-12-12 04:41:37 -06:00
19 lines
466 B
C++
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
|