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