Files
allwpilib/wpilibc/wpilibC++Sim/include/simulation/simTime.h
Patrick Plenefisch b6475d0503 Renaming and merging WPILibC++ into Devices and simulator files
Change-Id: I6f4b94d1f2cbf4196ebcef8bc45799a97bcde1d8
2014-09-25 20:36:59 -04:00

8 lines
158 B
C++

#pragma once
namespace wpilib { namespace internal {
extern double simTime;
extern MULTIWAIT_ID time_wait;
// transport::SubscriberPtr time_sub;
}}