Skip to content

Commit

Permalink
(automatic) update dialects to rev https://github.com/mavlink/mavlink…
Browse files Browse the repository at this point in the history
  • Loading branch information
gomavlib-bot committed Aug 29, 2023
1 parent 731df36 commit 643e3ac
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion pkg/dialects/all/message_rc_channels_scaled.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ import (
"github.com/bluenviron/gomavlib/v2/pkg/dialects/common"
)

// The scaled values of the RC channels received: (-100%) -10000, (0%) 0, (100%) 10000. Channels that are inactive should be set to UINT16_MAX.
// The scaled values of the RC channels received: (-100%) -10000, (0%) 0, (100%) 10000. Channels that are inactive should be set to INT16_MAX.
type MessageRcChannelsScaled = common.MessageRcChannelsScaled
2 changes: 1 addition & 1 deletion pkg/dialects/ardupilotmega/message_rc_channels_scaled.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ import (
"github.com/bluenviron/gomavlib/v2/pkg/dialects/common"
)

// The scaled values of the RC channels received: (-100%) -10000, (0%) 0, (100%) 10000. Channels that are inactive should be set to UINT16_MAX.
// The scaled values of the RC channels received: (-100%) -10000, (0%) 0, (100%) 10000. Channels that are inactive should be set to INT16_MAX.
type MessageRcChannelsScaled = common.MessageRcChannelsScaled
2 changes: 1 addition & 1 deletion pkg/dialects/asluav/message_rc_channels_scaled.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ import (
"github.com/bluenviron/gomavlib/v2/pkg/dialects/common"
)

// The scaled values of the RC channels received: (-100%) -10000, (0%) 0, (100%) 10000. Channels that are inactive should be set to UINT16_MAX.
// The scaled values of the RC channels received: (-100%) -10000, (0%) 0, (100%) 10000. Channels that are inactive should be set to INT16_MAX.
type MessageRcChannelsScaled = common.MessageRcChannelsScaled
2 changes: 1 addition & 1 deletion pkg/dialects/avssuas/message_rc_channels_scaled.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ import (
"github.com/bluenviron/gomavlib/v2/pkg/dialects/common"
)

// The scaled values of the RC channels received: (-100%) -10000, (0%) 0, (100%) 10000. Channels that are inactive should be set to UINT16_MAX.
// The scaled values of the RC channels received: (-100%) -10000, (0%) 0, (100%) 10000. Channels that are inactive should be set to INT16_MAX.
type MessageRcChannelsScaled = common.MessageRcChannelsScaled
2 changes: 1 addition & 1 deletion pkg/dialects/common/message_rc_channels_scaled.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//nolint:revive,misspell,govet,lll
package common

// The scaled values of the RC channels received: (-100%) -10000, (0%) 0, (100%) 10000. Channels that are inactive should be set to UINT16_MAX.
// The scaled values of the RC channels received: (-100%) -10000, (0%) 0, (100%) 10000. Channels that are inactive should be set to INT16_MAX.
type MessageRcChannelsScaled struct {
// Timestamp (time since system boot).
TimeBootMs uint32
Expand Down
2 changes: 1 addition & 1 deletion pkg/dialects/cubepilot/message_rc_channels_scaled.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ import (
"github.com/bluenviron/gomavlib/v2/pkg/dialects/common"
)

// The scaled values of the RC channels received: (-100%) -10000, (0%) 0, (100%) 10000. Channels that are inactive should be set to UINT16_MAX.
// The scaled values of the RC channels received: (-100%) -10000, (0%) 0, (100%) 10000. Channels that are inactive should be set to INT16_MAX.
type MessageRcChannelsScaled = common.MessageRcChannelsScaled
2 changes: 1 addition & 1 deletion pkg/dialects/development/message_rc_channels_scaled.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ import (
"github.com/bluenviron/gomavlib/v2/pkg/dialects/common"
)

// The scaled values of the RC channels received: (-100%) -10000, (0%) 0, (100%) 10000. Channels that are inactive should be set to UINT16_MAX.
// The scaled values of the RC channels received: (-100%) -10000, (0%) 0, (100%) 10000. Channels that are inactive should be set to INT16_MAX.
type MessageRcChannelsScaled = common.MessageRcChannelsScaled
2 changes: 1 addition & 1 deletion pkg/dialects/matrixpilot/message_rc_channels_scaled.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ import (
"github.com/bluenviron/gomavlib/v2/pkg/dialects/common"
)

// The scaled values of the RC channels received: (-100%) -10000, (0%) 0, (100%) 10000. Channels that are inactive should be set to UINT16_MAX.
// The scaled values of the RC channels received: (-100%) -10000, (0%) 0, (100%) 10000. Channels that are inactive should be set to INT16_MAX.
type MessageRcChannelsScaled = common.MessageRcChannelsScaled
2 changes: 1 addition & 1 deletion pkg/dialects/paparazzi/message_rc_channels_scaled.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ import (
"github.com/bluenviron/gomavlib/v2/pkg/dialects/common"
)

// The scaled values of the RC channels received: (-100%) -10000, (0%) 0, (100%) 10000. Channels that are inactive should be set to UINT16_MAX.
// The scaled values of the RC channels received: (-100%) -10000, (0%) 0, (100%) 10000. Channels that are inactive should be set to INT16_MAX.
type MessageRcChannelsScaled = common.MessageRcChannelsScaled
2 changes: 1 addition & 1 deletion pkg/dialects/pythonarraytest/message_rc_channels_scaled.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ import (
"github.com/bluenviron/gomavlib/v2/pkg/dialects/common"
)

// The scaled values of the RC channels received: (-100%) -10000, (0%) 0, (100%) 10000. Channels that are inactive should be set to UINT16_MAX.
// The scaled values of the RC channels received: (-100%) -10000, (0%) 0, (100%) 10000. Channels that are inactive should be set to INT16_MAX.
type MessageRcChannelsScaled = common.MessageRcChannelsScaled
2 changes: 1 addition & 1 deletion pkg/dialects/storm32/message_rc_channels_scaled.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ import (
"github.com/bluenviron/gomavlib/v2/pkg/dialects/common"
)

// The scaled values of the RC channels received: (-100%) -10000, (0%) 0, (100%) 10000. Channels that are inactive should be set to UINT16_MAX.
// The scaled values of the RC channels received: (-100%) -10000, (0%) 0, (100%) 10000. Channels that are inactive should be set to INT16_MAX.
type MessageRcChannelsScaled = common.MessageRcChannelsScaled
2 changes: 1 addition & 1 deletion pkg/dialects/ualberta/message_rc_channels_scaled.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ import (
"github.com/bluenviron/gomavlib/v2/pkg/dialects/common"
)

// The scaled values of the RC channels received: (-100%) -10000, (0%) 0, (100%) 10000. Channels that are inactive should be set to UINT16_MAX.
// The scaled values of the RC channels received: (-100%) -10000, (0%) 0, (100%) 10000. Channels that are inactive should be set to INT16_MAX.
type MessageRcChannelsScaled = common.MessageRcChannelsScaled
2 changes: 1 addition & 1 deletion pkg/dialects/uavionix/message_rc_channels_scaled.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ import (
"github.com/bluenviron/gomavlib/v2/pkg/dialects/common"
)

// The scaled values of the RC channels received: (-100%) -10000, (0%) 0, (100%) 10000. Channels that are inactive should be set to UINT16_MAX.
// The scaled values of the RC channels received: (-100%) -10000, (0%) 0, (100%) 10000. Channels that are inactive should be set to INT16_MAX.
type MessageRcChannelsScaled = common.MessageRcChannelsScaled

0 comments on commit 643e3ac

Please sign in to comment.