Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
c95c2b74a8dc55d66a382fc973de512fa096a08d
/
.
/
frc971
/
queues
/
to_log.q
blob: 24e2402dc2e9acdf8f21f0151585fc8cba949a62 [
file
] [
log
] [
blame
]
package
frc971
.
logging_structs
;
struct
CapeReading
{
uint32_t
sec
;
uint32_t
nsec
;
uint32_t
sonar
;
};