-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(automatic) update dialects to rev https://github.com/mavlink/mavlink…
- Loading branch information
gomavlib-bot
committed
Nov 7, 2024
1 parent
277e1b6
commit a0b7119
Showing
62 changed files
with
602 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
//autogenerated:yes | ||
//nolint:revive,misspell,govet,lll,dupl,gocritic | ||
package all | ||
|
||
import ( | ||
"github.com/bluenviron/gomavlib/v3/pkg/dialects/development" | ||
) | ||
|
||
// CONTROL_STATUS flags. | ||
type GCS_CONTROL_STATUS_FLAGS = development.GCS_CONTROL_STATUS_FLAGS | ||
|
||
const ( | ||
// If set, this CONTROL_STATUS publishes the controlling GCS for the whole system. If unset, the CONTROL_STATUS indicates the controlling GCS for just the component emitting the message. Note that to request control of the system a GCS should send MAV_CMD_REQUEST_OPERATOR_CONTROL to the component emitting CONTROL_STATUS with this flag set. | ||
GCS_CONTROL_STATUS_FLAGS_SYSTEM_MANAGER GCS_CONTROL_STATUS_FLAGS = development.GCS_CONTROL_STATUS_FLAGS_SYSTEM_MANAGER | ||
// Takeover allowed (requests for control will be granted). If not set requests for control will be rejected, but the controlling GCS will be notified (and may release control or allow takeover). | ||
GCS_CONTROL_STATUS_FLAGS_TAKEOVER_ALLOWED GCS_CONTROL_STATUS_FLAGS = development.GCS_CONTROL_STATUS_FLAGS_TAKEOVER_ALLOWED | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
//autogenerated:yes | ||
//nolint:revive,misspell,govet,lll,dupl,gocritic | ||
package all | ||
|
||
import ( | ||
"github.com/bluenviron/gomavlib/v3/pkg/dialects/common" | ||
) | ||
|
||
// RC sub-type of types defined in RC_TYPE. Used in MAV_CMD_START_RX_PAIR. Ignored if value does not correspond to the set RC_TYPE. | ||
type RC_SUB_TYPE = common.RC_SUB_TYPE | ||
|
||
const ( | ||
// Spektrum DSM2 | ||
RC_SUB_TYPE_SPEKTRUM_DSM2 RC_SUB_TYPE = common.RC_SUB_TYPE_SPEKTRUM_DSM2 | ||
// Spektrum DSMX | ||
RC_SUB_TYPE_SPEKTRUM_DSMX RC_SUB_TYPE = common.RC_SUB_TYPE_SPEKTRUM_DSMX | ||
// Spektrum DSMX8 | ||
RC_SUB_TYPE_SPEKTRUM_DSMX8 RC_SUB_TYPE = common.RC_SUB_TYPE_SPEKTRUM_DSMX8 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
//autogenerated:yes | ||
//nolint:revive,misspell,govet,lll | ||
package all | ||
|
||
import ( | ||
"github.com/bluenviron/gomavlib/v3/pkg/dialects/development" | ||
) | ||
|
||
// Information about GCS in control of this MAV. This should be broadcast at low rate (nominally 1 Hz) and emitted when ownership or takeover status change. Control over MAV is requested using MAV_CMD_REQUEST_OPERATOR_CONTROL. | ||
type MessageControlStatus = development.MessageControlStatus |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
//autogenerated:yes | ||
//nolint:revive,misspell,govet,lll,dupl,gocritic | ||
package ardupilotmega | ||
|
||
import ( | ||
"github.com/bluenviron/gomavlib/v3/pkg/dialects/common" | ||
) | ||
|
||
// RC sub-type of types defined in RC_TYPE. Used in MAV_CMD_START_RX_PAIR. Ignored if value does not correspond to the set RC_TYPE. | ||
type RC_SUB_TYPE = common.RC_SUB_TYPE | ||
|
||
const ( | ||
// Spektrum DSM2 | ||
RC_SUB_TYPE_SPEKTRUM_DSM2 RC_SUB_TYPE = common.RC_SUB_TYPE_SPEKTRUM_DSM2 | ||
// Spektrum DSMX | ||
RC_SUB_TYPE_SPEKTRUM_DSMX RC_SUB_TYPE = common.RC_SUB_TYPE_SPEKTRUM_DSMX | ||
// Spektrum DSMX8 | ||
RC_SUB_TYPE_SPEKTRUM_DSMX8 RC_SUB_TYPE = common.RC_SUB_TYPE_SPEKTRUM_DSMX8 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
//autogenerated:yes | ||
//nolint:revive,misspell,govet,lll,dupl,gocritic | ||
package asluav | ||
|
||
import ( | ||
"github.com/bluenviron/gomavlib/v3/pkg/dialects/common" | ||
) | ||
|
||
// RC sub-type of types defined in RC_TYPE. Used in MAV_CMD_START_RX_PAIR. Ignored if value does not correspond to the set RC_TYPE. | ||
type RC_SUB_TYPE = common.RC_SUB_TYPE | ||
|
||
const ( | ||
// Spektrum DSM2 | ||
RC_SUB_TYPE_SPEKTRUM_DSM2 RC_SUB_TYPE = common.RC_SUB_TYPE_SPEKTRUM_DSM2 | ||
// Spektrum DSMX | ||
RC_SUB_TYPE_SPEKTRUM_DSMX RC_SUB_TYPE = common.RC_SUB_TYPE_SPEKTRUM_DSMX | ||
// Spektrum DSMX8 | ||
RC_SUB_TYPE_SPEKTRUM_DSMX8 RC_SUB_TYPE = common.RC_SUB_TYPE_SPEKTRUM_DSMX8 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
//autogenerated:yes | ||
//nolint:revive,misspell,govet,lll,dupl,gocritic | ||
package avssuas | ||
|
||
import ( | ||
"github.com/bluenviron/gomavlib/v3/pkg/dialects/common" | ||
) | ||
|
||
// RC sub-type of types defined in RC_TYPE. Used in MAV_CMD_START_RX_PAIR. Ignored if value does not correspond to the set RC_TYPE. | ||
type RC_SUB_TYPE = common.RC_SUB_TYPE | ||
|
||
const ( | ||
// Spektrum DSM2 | ||
RC_SUB_TYPE_SPEKTRUM_DSM2 RC_SUB_TYPE = common.RC_SUB_TYPE_SPEKTRUM_DSM2 | ||
// Spektrum DSMX | ||
RC_SUB_TYPE_SPEKTRUM_DSMX RC_SUB_TYPE = common.RC_SUB_TYPE_SPEKTRUM_DSMX | ||
// Spektrum DSMX8 | ||
RC_SUB_TYPE_SPEKTRUM_DSMX8 RC_SUB_TYPE = common.RC_SUB_TYPE_SPEKTRUM_DSMX8 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.