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

27 lines
790 B
C++
Vendored

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