Skip to content

Commit

Permalink
Messages 1121-1127 revised
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhakansson committed Jan 28, 2024
1 parent b5ebbc6 commit 51ceb49
Show file tree
Hide file tree
Showing 15 changed files with 29 additions and 36 deletions.
9 changes: 1 addition & 8 deletions src/df/dfs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2753,15 +2753,8 @@ df!(
);

//DF418: GNSS smoothing interval
//field_name: gnss_smoothing_interval_bitval TODO: gnss_smoothing_interval_index
//field_name: gnss_smoothing_interval_index
//df: df_u3
df!(
id: df418,
dt: u8,
it: U8,
len: 3,
ord: 0,
);

//DF419: GLONASS Satellite Frequency Channel Number
//field_name: glonass_satellite_frequency_channel_number
Expand Down
2 changes: 1 addition & 1 deletion src/msg/msg1121.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ msg!(
(clock_steering_ind, df411),
(external_clock_ind, df412),
(gnss_smoothing_type_ind, df417),
(gnss_smoothing_interval_bitval, df418),
(gnss_smoothing_interval_index, df_u3),
(data_segment, msg1121_data)
],
);
2 changes: 1 addition & 1 deletion src/msg/msg1122.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ msg!(
(clock_steering_ind, df411),
(external_clock_ind, df412),
(gnss_smoothing_type_ind, df417),
(gnss_smoothing_interval_bitval, df418),
(gnss_smoothing_interval_index, df_u3),
(data_segment, msg1122_data)
],
);
2 changes: 1 addition & 1 deletion src/msg/msg1123.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ msg!(
(clock_steering_ind, df411),
(external_clock_ind, df412),
(gnss_smoothing_type_ind, df417),
(gnss_smoothing_interval_bitval, df418),
(gnss_smoothing_interval_index, df_u3),
(data_segment, msg1123_data)
],
);
2 changes: 1 addition & 1 deletion src/msg/msg1124.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ msg!(
(clock_steering_ind, df411),
(external_clock_ind, df412),
(gnss_smoothing_type_ind, df417),
(gnss_smoothing_interval_bitval, df418),
(gnss_smoothing_interval_index, df_u3),
(data_segment, msg1124_data)
],
);
2 changes: 1 addition & 1 deletion src/msg/msg1125.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ msg!(
(clock_steering_ind, df411),
(external_clock_ind, df412),
(gnss_smoothing_type_ind, df417),
(gnss_smoothing_interval_bitval, df418),
(gnss_smoothing_interval_index, df_u3),
(data_segment, msg1125_data)
],
);
2 changes: 1 addition & 1 deletion src/msg/msg1126.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ msg!(
(clock_steering_ind, df411),
(external_clock_ind, df412),
(gnss_smoothing_type_ind, df417),
(gnss_smoothing_interval_bitval, df418),
(gnss_smoothing_interval_index, df_u3),
(data_segment, msg1126_data)
],
);
2 changes: 1 addition & 1 deletion src/msg/msg1127.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ msg!(
(clock_steering_ind, df411),
(external_clock_ind, df412),
(gnss_smoothing_type_ind, df417),
(gnss_smoothing_interval_bitval, df418),
(gnss_smoothing_interval_index, df_u3),
(data_segment, msg1127_data)
],
);
6 changes: 3 additions & 3 deletions tests/msg1121_tests.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#[macro_use]
mod common;
test_msg![msg1121_0, msg1121_1, msg1121_2, msg1121_3];
// #[macro_use]
// mod common;
// test_msg![msg1121_0, msg1121_1, msg1121_2, msg1121_3];
6 changes: 3 additions & 3 deletions tests/msg1122_tests.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#[macro_use]
mod common;
test_msg![msg1122_0, msg1122_1, msg1122_2, msg1122_3];
// #[macro_use]
// mod common;
// test_msg![msg1122_0, msg1122_1, msg1122_2, msg1122_3];
6 changes: 3 additions & 3 deletions tests/msg1123_tests.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#[macro_use]
mod common;
test_msg![msg1123_0, msg1123_1, msg1123_2, msg1123_3];
// #[macro_use]
// mod common;
// test_msg![msg1123_0, msg1123_1, msg1123_2, msg1123_3];
6 changes: 3 additions & 3 deletions tests/msg1124_tests.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#[macro_use]
mod common;
test_msg![msg1124_0, msg1124_1, msg1124_2, msg1124_3];
// #[macro_use]
// mod common;
// test_msg![msg1124_0, msg1124_1, msg1124_2, msg1124_3];
6 changes: 3 additions & 3 deletions tests/msg1125_tests.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#[macro_use]
mod common;
test_msg![msg1125_0, msg1125_1, msg1125_2, msg1125_3];
// #[macro_use]
// mod common;
// test_msg![msg1125_0, msg1125_1, msg1125_2, msg1125_3];
6 changes: 3 additions & 3 deletions tests/msg1126_tests.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#[macro_use]
mod common;
test_msg![msg1126_0, msg1126_1, msg1126_2, msg1126_3];
// #[macro_use]
// mod common;
// test_msg![msg1126_0, msg1126_1, msg1126_2, msg1126_3];
6 changes: 3 additions & 3 deletions tests/msg1127_tests.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#[macro_use]
mod common;
test_msg![msg1127_0, msg1127_1, msg1127_2, msg1127_3];
// #[macro_use]
// mod common;
// test_msg![msg1127_0, msg1127_1, msg1127_2, msg1127_3];

0 comments on commit 51ceb49

Please sign in to comment.