Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
ce85fa9f17b97e7e080f6926a9a895d92bd06239
/
.
/
frc971
/
zeroing
/
zeroing_queue.q
blob: e2181730678298bb96fe0905eea34e08561570e9 [
file
] [
log
] [
blame
]
package
frc971
.
zeroing
;
struct
ZeroingInfo
{
double
pot
;
double
encoder
;
double
index_encoder
;
int32_t
index_count
;
};
message
TestMessage
{
int32_t
test_int
;
};
queue
TestMessage
test_queue
;