mirror of
https://github.com/nasa/fpp.git
synced 2025-12-11 03:05:32 -06:00
31 lines
830 B
C++
Vendored
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
|