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