fpp/compiler/tools/fpp-to-cpp/test/top/tlm_packets/OneInstance_P2TlmPacketsAc.ref.hpp
2025-12-04 21:09:38 -08:00

31 lines
830 B
C++
Vendored

// ======================================================================
// \title OneInstance_P2TlmPacketsAc.hpp
// \author Generated by fpp-to-cpp
// \brief hpp file for P2 telemetry packets
// ======================================================================
#ifndef M_OneInstance_P2TlmPackets_HPP
#define M_OneInstance_P2TlmPackets_HPP
#include "Svc/TlmPacketizer/TlmPacketizerTypes.hpp"
namespace M {
namespace OneInstance_P2TlmPackets {
// ----------------------------------------------------------------------
// Extern variables
// ----------------------------------------------------------------------
//! The list of packets
extern const Svc::TlmPacketizerPacketList packetList;
//! The omitted channels
extern const Svc::TlmPacketizerPacket omittedChannels;
}
}
#endif