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