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