-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into release/5.0-b1
- Loading branch information
Showing
12 changed files
with
297 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,8 +32,6 @@ protractor/logs | |
# npm-debug log | ||
npm-debug.log | ||
|
||
test_data/ | ||
|
||
# auto-env files for those that use them. | ||
.env | ||
dist |
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
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,30 @@ | ||
[ | ||
{ | ||
"channel_id": "CPU-0001", | ||
"channel_name": "CPU_UTIL", | ||
"data_type": "FLOAT", | ||
"something": "whatever", | ||
"dn_units": "percentage", | ||
"dn_to_eu": "OFF", | ||
"eu_units": "none", | ||
"channel_format": "F32" | ||
}, | ||
{ | ||
"channel_id": "ENG-0001", | ||
"channel_name": "main_engine_turn_on", | ||
"data_type": "ENUM", | ||
"dn_units": "none", | ||
"dn_to_eu": "OFF", | ||
"eu_units": "none", | ||
"channel_format": "I8" | ||
}, | ||
{ | ||
"channel_id": "ENG-0002", | ||
"channel_name": "someone_set_us_up", | ||
"data_type": "ENUM", | ||
"dn_units": "none", | ||
"dn_to_eu": "OFF", | ||
"eu_units": "none", | ||
"channel_format": "I8" | ||
} | ||
] |
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,30 @@ | ||
[ | ||
{ | ||
"channel_id": "ENG-0002", | ||
"channel_type": "ENUM", | ||
"channel_format": "I8", | ||
"enum_value": "0", | ||
"enum_string": "UNINITIALIZED" | ||
}, | ||
{ | ||
"channel_id": "ENG-0002", | ||
"channel_type": "ENUM", | ||
"channel_format": "I8", | ||
"enum_value": "1", | ||
"enum_string": "RECV_ONLY_STATE" | ||
}, | ||
{ | ||
"channel_id": "ENG-0002", | ||
"channel_type": "ENUM", | ||
"channel_format": "I8", | ||
"enum_value": "2", | ||
"enum_string": "ACTIVE_WINDOW" | ||
}, | ||
{ | ||
"channel_id": "ENG-0002", | ||
"channel_type": "ENUM", | ||
"channel_format": "I8", | ||
"enum_value": "3", | ||
"enum_string": "CONTINGENCY_STATE" | ||
} | ||
] |
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,22 @@ | ||
[ | ||
{ | ||
"record_type": "evr_dictionary", | ||
"evr_id": "1", | ||
"evr_name": "TEST_CBM_EVR_BKGD_DONE", | ||
"level": "ACTIVITY_HI", | ||
"module": "TEST_CBM", | ||
"ops_cat": "", | ||
"nargs": "5", | ||
"format": "Established background state for mode %d with bkgd row %d, x-band id %d, uhf id %d, eha row %d" | ||
}, | ||
{ | ||
"record_type": "evr_dictionary", | ||
"evr_id": "2", | ||
"evr_name": "TEST_CBM_EVR_BKGD_START", | ||
"level": "ACTIVITY_LO", | ||
"module": "TEST_CBM", | ||
"ops_cat": "", | ||
"nargs": "5", | ||
"format": "Start background state for mode %d with bkgd row %d, x-band id %d, uhf id %d, eha row %d" | ||
} | ||
] |
Oops, something went wrong.