mirror of
https://github.com/nasa/fpp.git
synced 2025-12-10 00:40:22 -06:00
27 lines
790 B
C++
Vendored
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
|