mirror of
https://github.com/nasa/fpp.git
synced 2025-12-12 15:59:33 -06:00
16 lines
380 B
C++
16 lines
380 B
C++
// ======================================================================
|
|
// \title TAliasAliasAc.hpp
|
|
// \author Generated by fpp-to-cpp
|
|
// \brief hpp file for TAlias alias
|
|
// ======================================================================
|
|
|
|
#ifndef TAliasAliasAc_HPP
|
|
#define TAliasAliasAc_HPP
|
|
|
|
#include "Fw/Types/BasicTypes.h"
|
|
#include "T.hpp"
|
|
|
|
using TAlias = T;
|
|
|
|
#endif
|