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