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