nasa / LC

The Core Flight System (cFS) Limit Checker (LC) application.
Apache License 2.0
30 stars 21 forks source link

Suggest reversing order in which AP/WP telemetry is stored #13

Open skliper opened 2 years ago

skliper commented 2 years ago

LC builds AP/WP status/results starting with most significant bits first. i.e. AP 1 state in most significant 2 bits, then AP 1 results, then AP 0 state, and AP 0 results in least significant bits. When doing an array of bit fields, would be nice to have AP 0 in the most significant bits.

Imported from GSFCCFS-1119