mavtables  0.2.1
MAVLink router and firewall.
Classes | Namespaces | Functions | Variables
PacketVersion1.hpp File Reference
#include <cstdint>
#include <memory>
#include <string>
#include <vector>
#include "mavlink.hpp"
#include "Packet.hpp"
Include dependency graph for PacketVersion1.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  packet_v1::Packet
 

Namespaces

 packet_v1
 

Variables

const uint8_t packet_v1::START_BYTE = MAVLINK_STX_MAVLINK1
 
const size_t packet_v1::HEADER_LENGTH = 1 + MAVLINK_CORE_HEADER_MAVLINK1_LEN
 
const size_t packet_v1::CHECKSUM_LENGTH = MAVLINK_NUM_CHECKSUM_BYTES
 
const ::Packet::Version packet_v1::VERSION = ::Packet::V1