Sha256: aaf3428f40297379e5a79e43a3d9041058dee6316a700e3d6b1021604c56dbfc
Contents?: true
Size: 1.53 KB
Versions: 10
Compression:
Stored size: 1.53 KB
Contents
TABLE "TLM Monitoring" "Telemetry Monitoring Table" TWO_DIMENSIONAL BIG_ENDIAN 4 PARAMETER "Threshold" "Telemetry item threshold at which point persistance is incremented" UINT 32 HEX 0 4294967295 0 PARAMETER "Offset" "Offset into the telemetry packet to monitor" UINT 32 DEC 0 4294967295 0 PARAMETER "Data Size" "Amount of data to monitor (bytes)" UINT 32 STATE 0 3 0 STATE BITS 0 STATE BYTE 1 STATE WORD 2 STATE LONGWORD 3 PARAMETER "Bit Mask" "Bit Mask to apply to the Data Size before the value is compared ot the Threshold" UINT 32 HEX 0 4294967295 0 PARAMETER "Persistence" "Number of times the Threshold must be exceeded before Action is triggered" UINT 32 DEC 0 4294967295 0 PARAMETER "Type" "How the Threshold is compared against" UINT 32 STATE 0 3 0 STATE LESS_THAN 0 STATE GREATER_THAN 1 STATE EQUAL_TO 2 STATE NOT_EQUAL_TO 3 PARAMETER "Action" "Action to take when Persistance is met" UINT 32 STATE 0 4 0 STATE NO_ACTION_REQUIRED 0 STATE INITIATE_RESET 1 STATE CHANGE_MODE_SAFE 2 PARAMETER "Group" "Telemetry group this monitor item belongs to. Groups are automatically enabled due to payload events." UINT 32 STATE 1 4 1 STATE ALL_MODES 1 STATE SAFE_MODE 2 PARAMETER "Signed" "Whether to treat the Data Size data as signed or unsigned when comparing to the Threshold" UINT 8 STATE 0 2 0 STATE NOT_APPLICABLE 0 STATE UNSIGNED 1 STATE SIGNED 2 <% 200.times do %> DEFAULT 0x0 0 BITS 0x0 0 LESS_THAN NO_ACTION_REQUIRED ALL_MODES UNSIGNED <% end %>
Version data entries
10 entries across 10 versions & 1 rubygems