mirror of
https://github.com/nasa/fpp.git
synced 2025-12-13 00:06:20 -06:00
15 lines
385 B
C++
15 lines
385 B
C++
// ======================================================================
|
|
// \title TStringAliasAc.hpp
|
|
// \author Generated by fpp-to-cpp
|
|
// \brief hpp file for TString alias
|
|
// ======================================================================
|
|
|
|
#ifndef TStringAliasAc_HPP
|
|
#define TStringAliasAc_HPP
|
|
|
|
#include "Fw/Types/BasicTypes.h"
|
|
|
|
using TString = Fw::ExternalString;
|
|
|
|
#endif
|