commit | b4a1f9f4aeb2cf6e09071500427b67fc32058e3c | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Fri Feb 14 17:59:55 2014 -0800 |
committer | Brian Silverman <brians> | Fri Feb 14 17:59:55 2014 -0800 |
tree | 00d2d50d70d3046ec3c558b97789eab213ea1872 | |
parent | 669669f3705047c9ff442baac6e483373a5522ca [diff] [blame] |
converted sensor_receiver to using structs to log
diff --git a/frc971/queues/to_log.q b/frc971/queues/to_log.q new file mode 100644 index 0000000..c3cc076 --- /dev/null +++ b/frc971/queues/to_log.q
@@ -0,0 +1,6 @@ +package frc971.logging_structs; + +struct CapeReading { + uint32_t sec; + uint32_t nsec; +};