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

Go to the source code of this file.

Classes

class  packet_v2::Packet
 

Namespaces

 packet_v2
 

Variables

const uint8_t packet_v2::START_BYTE = MAVLINK_STX
 
const size_t packet_v2::HEADER_LENGTH = MAVLINK_NUM_HEADER_BYTES
 
const size_t packet_v2::CHECKSUM_LENGTH = MAVLINK_NUM_CHECKSUM_BYTES
 
const size_t packet_v2::SIGNATURE_LENGTH = MAVLINK_SIGNATURE_BLOCK_LEN
 
const ::Packet::Version packet_v2::VERSION = ::Packet::V2