mirror of
https://github.com/nasa/fpp.git
synced 2025-12-12 15:59:33 -06:00
19 lines
432 B
C++
19 lines
432 B
C++
// ======================================================================
|
|
// \title AliasPrim2AliasAc.hpp
|
|
// \author Generated by fpp-to-cpp
|
|
// \brief hpp file for AliasPrim2 alias
|
|
// ======================================================================
|
|
|
|
#ifndef AliasPrim2AliasAc_HPP
|
|
#define AliasPrim2AliasAc_HPP
|
|
|
|
#include <FpConfig.hpp>
|
|
|
|
#include "Fw/Types/BasicTypes.h"
|
|
|
|
extern "C" {
|
|
#include "AliasPrim2AliasAc.h"
|
|
}
|
|
|
|
#endif
|