Skip to main content

Module protocol

Module protocol 

Source
Expand description

Flare 协议模块

包含 protobuf 生成的消息定义和快速构建工具

Re-exports§

pub use flare::core::commands::system_command::SerializationFormat;
pub use flare::core::Frame;
pub use flare::core::Reliability;
pub use builder::*;
pub use flare::core::commands::*;

Modules§

builder
快速构建命令和 Frame 消息的辅助模块 提供便捷方法创建各种类型的命令,自动生成消息 ID 和时间戳
flare