Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
f3780f628fb9ab210b9544ed7fe0dbf73d666324
/
.
/
frc971
/
queues
/
to_log.q
blob: ded9b648c2a69c7c2454352fe078849f39752239 [
file
] [
log
] [
blame
]
package
frc971
.
logging_structs
;
struct
CapeReading
{
uint32_t
sec
;
uint32_t
nsec
;
uint64_t
struct_size
;
double
sonar
;
uint16_t
left_low
;
uint16_t
left_high
;
uint16_t
right_low
;
uint16_t
right_high
;
};