mavlinkclient
R2026bStore remote MAVLink client information
Description
The mavlinkclient object stores the information of a remote
MAVLink client that the local MAVLink client mavlinkio communicates
with.
When the local MAVLink client receives a HEARTBEAT message whose system and component IDs
match those stored in this mavlinkclient object, the
ComponentType and AutopilotType properties update
automatically to the ComponentType and AutopilotType of
the remote MAVLink client.
Creation
Description
creates a client = mavlinkclient(mavlink,sysID,compID)mavlinkclient object that represents a remote MAVLink
client identified by sysID and compID. The
ComponentType and AutopilotType properties of
the object update automatically when the local MAVLink client
mavlinkio receives a HEARTBEAT message with matching
identifiers.
Tip
Use the heartbeatMicroservice object to enable the local MAVLink client
mavlinkio to exchange HEARTBEAT messages with a remote MAVLink
client.
Input Arguments
Properties
Examples
Version History
Introduced in R2019a
See Also
mavlinkio | heartbeatMicroservice | commandMicroservice | missionMicroservice | ftpMicroservice | mavlinkdialect