mirror of
https://github.com/nasa/fpp.git
synced 2025-12-16 05:15:08 -06:00
17 lines
431 B
C++
Vendored
17 lines
431 B
C++
Vendored
// ======================================================================
|
|
// \title AliasArrayAliasAc.hpp
|
|
// \author Generated by fpp-to-cpp
|
|
// \brief hpp file for AliasArray alias
|
|
// ======================================================================
|
|
|
|
#ifndef AliasArrayAliasAc_HPP
|
|
#define AliasArrayAliasAc_HPP
|
|
|
|
#include "AArrayAc.hpp"
|
|
#include "Fw/Types/BasicTypes.hpp"
|
|
|
|
//! Alias of an array
|
|
using AliasArray = A;
|
|
|
|
#endif
|