Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
c8688bbd3d0d136b6ea4a27a29b924d70e3e3bd0
/
.
/
frc971
/
queues
/
to_log.q
blob: 341d921140b1d9b1db2b9d3960606ccaedd0d551 [
file
] [
log
] [
blame
]
package
frc971
.
logging_structs
;
struct
CapeReading
{
Time
time
;
uint16_t
struct_size
;
double
sonar
;
uint16_t
left_low
;
uint16_t
left_high
;
uint16_t
right_low
;
uint16_t
right_high
;
};