mavlink v0.9.0 MAVLink.Message protocol View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: term()
t() :: term()
Link to this section Functions
Link to this function
pack(message, version)
View Source
pack(message, version)
View Source
pack(MAVLink.Message.t(), 1 | 2) ::
{:ok, MAVLink.Types.message_id(),
{:ok, MAVLink.Types.crc_extra(), pos_integer(),
:broadcast | :system | :system_component | :component}, binary()}
| {:error, String.t()}
pack(MAVLink.Message.t(), 1 | 2) :: {:ok, MAVLink.Types.message_id(), {:ok, MAVLink.Types.crc_extra(), pos_integer(), :broadcast | :system | :system_component | :component}, binary()} | {:error, String.t()}