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