mirror of
https://github.com/nasa/fpp.git
synced 2025-12-12 04:41:37 -06:00
18 lines
442 B
C++
18 lines
442 B
C++
// ======================================================================
|
|
// \title AliasStringAliasAc.hpp
|
|
// \author Generated by fpp-to-cpp
|
|
// \brief hpp file for AliasString alias
|
|
// ======================================================================
|
|
|
|
#ifndef AliasStringAliasAc_HPP
|
|
#define AliasStringAliasAc_HPP
|
|
|
|
#include <FpConfig.hpp>
|
|
|
|
#include "Fw/Types/String.hpp"
|
|
|
|
//! Alias of a string
|
|
using AliasString = Fw::String;
|
|
|
|
#endif
|