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

27 lines
790 B
C++
Vendored

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