2014-09-25 20:36:59 -04:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
namespace wpilib { namespace internal {
|
|
|
|
|
extern double simTime;
|
|
|
|
|
extern MULTIWAIT_ID time_wait;
|
2014-11-08 14:27:49 -05:00
|
|
|
extern MUTEX_ID time_wait_mutex;
|
2014-09-25 20:36:59 -04:00
|
|
|
// transport::SubscriberPtr time_sub;
|
|
|
|
|
}}
|