commit | 96e6d5a8180bac4131ecca7e864e33cc74ed6956 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Mon Mar 24 15:55:40 2014 -0700 |
committer | Brian Silverman <brians> | Mon Mar 24 15:55:40 2014 -0700 |
tree | 1208ac8eef9eb6697a84aa9eb2eb292a73faabe2 | |
parent | 19e04334f51e9977847808341756fe34efdb294b [diff] [blame] |
added and used Time support for Queue messages
diff --git a/frc971/queues/to_log.q b/frc971/queues/to_log.q index ded9b64..341d921 100644 --- a/frc971/queues/to_log.q +++ b/frc971/queues/to_log.q
@@ -1,9 +1,8 @@ package frc971.logging_structs; struct CapeReading { - uint32_t sec; - uint32_t nsec; - uint64_t struct_size; + Time time; + uint16_t struct_size; double sonar; uint16_t left_low;