Files
allwpilib/wpilibc/wpilibC++Sim/include/simulation/simTime.h
James Kuszmaul f67849a9b1 [artf3749] Repaired undefined behavior in takeMultiWait.
Change-Id: Ieae7d602472f585db2a896cc76355a5c23d1d670
2014-11-12 15:21:53 -05:00

9 lines
192 B
C++

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