maviola 0.3.0

High-level MAVLink communication library with support for essential micro-services.
Documentation
1
2
3
4
5
6
7
8
9
//! # 🔒 Core node handlers

mod heartbeats;
mod inactive_peers;
mod incoming_frames;

pub(super) use heartbeats::HeartbeatEmitter;
pub(super) use inactive_peers::InactivePeersHandler;
pub(super) use incoming_frames::IncomingFramesHandler;