mirror of
https://github.com/nasa/fpp.git
synced 2025-12-11 11:16:42 -06:00
17 lines
429 B
C++
Vendored
17 lines
429 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.h"
|
|
|
|
//! Alias of an array
|
|
using AliasArray = A;
|
|
|
|
#endif
|