Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
c1dc7d20cd12d175ea3b7400f96b1f74aae89ea9
/
.
/
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
;
};