-
Notifications
You must be signed in to change notification settings - Fork 36
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
Apr 11, 2024
1 parent
c1f2d05
commit 031807d
Showing
108 changed files
with
1,006 additions
and
27 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,19 @@ | ||
//autogenerated:yes | ||
//nolint:revive,misspell,govet,lll,dupl,gocritic | ||
package all | ||
|
||
import ( | ||
"github.com/bluenviron/gomavlib/v2/pkg/dialects/common" | ||
) | ||
|
||
// Illuminator module error flags (bitmap, 0 means no error) | ||
type ILLUMINATOR_ERROR_FLAGS = common.ILLUMINATOR_ERROR_FLAGS | ||
|
||
const ( | ||
// Illuminator thermal throttling error. | ||
ILLUMINATOR_ERROR_FLAGS_THERMAL_THROTTLING ILLUMINATOR_ERROR_FLAGS = common.ILLUMINATOR_ERROR_FLAGS_THERMAL_THROTTLING | ||
// Illuminator over temperature shutdown error. | ||
ILLUMINATOR_ERROR_FLAGS_OVER_TEMPERATURE_SHUTDOWN ILLUMINATOR_ERROR_FLAGS = common.ILLUMINATOR_ERROR_FLAGS_OVER_TEMPERATURE_SHUTDOWN | ||
// Illuminator thermistor failure. | ||
ILLUMINATOR_ERROR_FLAGS_THERMISTOR_FAILURE ILLUMINATOR_ERROR_FLAGS = common.ILLUMINATOR_ERROR_FLAGS_THERMISTOR_FAILURE | ||
) |
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/v2/pkg/dialects/common" | ||
) | ||
|
||
// Modes of illuminator | ||
type ILLUMINATOR_MODE = common.ILLUMINATOR_MODE | ||
|
||
const ( | ||
// Illuminator mode is not specified/unknown | ||
ILLUMINATOR_MODE_UNKNOWN ILLUMINATOR_MODE = common.ILLUMINATOR_MODE_UNKNOWN | ||
// Illuminator behavior is controlled by MAV_CMD_DO_ILLUMINATOR_CONFIGURE settings | ||
ILLUMINATOR_MODE_INTERNAL_CONTROL ILLUMINATOR_MODE = common.ILLUMINATOR_MODE_INTERNAL_CONTROL | ||
// Illuminator behavior is controlled by external factors: e.g. an external hardware signal | ||
ILLUMINATOR_MODE_EXTERNAL_SYNC ILLUMINATOR_MODE = common.ILLUMINATOR_MODE_EXTERNAL_SYNC | ||
) |
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
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/v2/pkg/dialects/common" | ||
) | ||
|
||
// Illuminator status | ||
type MessageIlluminatorStatus = common.MessageIlluminatorStatus |
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
19 changes: 19 additions & 0 deletions
19
pkg/dialects/ardupilotmega/enum_illuminator_error_flags.go
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/v2/pkg/dialects/common" | ||
) | ||
|
||
// Illuminator module error flags (bitmap, 0 means no error) | ||
type ILLUMINATOR_ERROR_FLAGS = common.ILLUMINATOR_ERROR_FLAGS | ||
|
||
const ( | ||
// Illuminator thermal throttling error. | ||
ILLUMINATOR_ERROR_FLAGS_THERMAL_THROTTLING ILLUMINATOR_ERROR_FLAGS = common.ILLUMINATOR_ERROR_FLAGS_THERMAL_THROTTLING | ||
// Illuminator over temperature shutdown error. | ||
ILLUMINATOR_ERROR_FLAGS_OVER_TEMPERATURE_SHUTDOWN ILLUMINATOR_ERROR_FLAGS = common.ILLUMINATOR_ERROR_FLAGS_OVER_TEMPERATURE_SHUTDOWN | ||
// Illuminator thermistor failure. | ||
ILLUMINATOR_ERROR_FLAGS_THERMISTOR_FAILURE ILLUMINATOR_ERROR_FLAGS = common.ILLUMINATOR_ERROR_FLAGS_THERMISTOR_FAILURE | ||
) |
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/v2/pkg/dialects/common" | ||
) | ||
|
||
// Modes of illuminator | ||
type ILLUMINATOR_MODE = common.ILLUMINATOR_MODE | ||
|
||
const ( | ||
// Illuminator mode is not specified/unknown | ||
ILLUMINATOR_MODE_UNKNOWN ILLUMINATOR_MODE = common.ILLUMINATOR_MODE_UNKNOWN | ||
// Illuminator behavior is controlled by MAV_CMD_DO_ILLUMINATOR_CONFIGURE settings | ||
ILLUMINATOR_MODE_INTERNAL_CONTROL ILLUMINATOR_MODE = common.ILLUMINATOR_MODE_INTERNAL_CONTROL | ||
// Illuminator behavior is controlled by external factors: e.g. an external hardware signal | ||
ILLUMINATOR_MODE_EXTERNAL_SYNC ILLUMINATOR_MODE = common.ILLUMINATOR_MODE_EXTERNAL_SYNC | ||
) |
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
10 changes: 10 additions & 0 deletions
10
pkg/dialects/ardupilotmega/message_component_information_basic.go
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 ardupilotmega | ||
|
||
import ( | ||
"github.com/bluenviron/gomavlib/v2/pkg/dialects/common" | ||
) | ||
|
||
// Basic component information data. Should be requested using MAV_CMD_REQUEST_MESSAGE on startup, or when required. | ||
type MessageComponentInformationBasic = common.MessageComponentInformationBasic |
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 ardupilotmega | ||
|
||
import ( | ||
"github.com/bluenviron/gomavlib/v2/pkg/dialects/common" | ||
) | ||
|
||
// Illuminator status | ||
type MessageIlluminatorStatus = common.MessageIlluminatorStatus |
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/v2/pkg/dialects/common" | ||
) | ||
|
||
// Illuminator module error flags (bitmap, 0 means no error) | ||
type ILLUMINATOR_ERROR_FLAGS = common.ILLUMINATOR_ERROR_FLAGS | ||
|
||
const ( | ||
// Illuminator thermal throttling error. | ||
ILLUMINATOR_ERROR_FLAGS_THERMAL_THROTTLING ILLUMINATOR_ERROR_FLAGS = common.ILLUMINATOR_ERROR_FLAGS_THERMAL_THROTTLING | ||
// Illuminator over temperature shutdown error. | ||
ILLUMINATOR_ERROR_FLAGS_OVER_TEMPERATURE_SHUTDOWN ILLUMINATOR_ERROR_FLAGS = common.ILLUMINATOR_ERROR_FLAGS_OVER_TEMPERATURE_SHUTDOWN | ||
// Illuminator thermistor failure. | ||
ILLUMINATOR_ERROR_FLAGS_THERMISTOR_FAILURE ILLUMINATOR_ERROR_FLAGS = common.ILLUMINATOR_ERROR_FLAGS_THERMISTOR_FAILURE | ||
) |
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/v2/pkg/dialects/common" | ||
) | ||
|
||
// Modes of illuminator | ||
type ILLUMINATOR_MODE = common.ILLUMINATOR_MODE | ||
|
||
const ( | ||
// Illuminator mode is not specified/unknown | ||
ILLUMINATOR_MODE_UNKNOWN ILLUMINATOR_MODE = common.ILLUMINATOR_MODE_UNKNOWN | ||
// Illuminator behavior is controlled by MAV_CMD_DO_ILLUMINATOR_CONFIGURE settings | ||
ILLUMINATOR_MODE_INTERNAL_CONTROL ILLUMINATOR_MODE = common.ILLUMINATOR_MODE_INTERNAL_CONTROL | ||
// Illuminator behavior is controlled by external factors: e.g. an external hardware signal | ||
ILLUMINATOR_MODE_EXTERNAL_SYNC ILLUMINATOR_MODE = common.ILLUMINATOR_MODE_EXTERNAL_SYNC | ||
) |
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
10 changes: 10 additions & 0 deletions
10
pkg/dialects/asluav/message_component_information_basic.go
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 asluav | ||
|
||
import ( | ||
"github.com/bluenviron/gomavlib/v2/pkg/dialects/common" | ||
) | ||
|
||
// Basic component information data. Should be requested using MAV_CMD_REQUEST_MESSAGE on startup, or when required. | ||
type MessageComponentInformationBasic = common.MessageComponentInformationBasic |
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 asluav | ||
|
||
import ( | ||
"github.com/bluenviron/gomavlib/v2/pkg/dialects/common" | ||
) | ||
|
||
// Illuminator status | ||
type MessageIlluminatorStatus = common.MessageIlluminatorStatus |
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.