Files
allwpilib/wpilibc/wpilibC++Sim/include/simulation/simTime.h
Tyler Veness 3f59f3472a artf4156: Replaced synchronization primitives with C++11 equivalents
Change-Id: I90da739347e875efda2a29dd5484b6dda3cd4753
2015-07-20 10:06:08 -04:00

11 lines
222 B
C++

#pragma once
#include "HAL/Semaphore.hpp"
namespace wpilib { namespace internal {
extern double simTime;
extern MULTIWAIT_ID time_wait;
extern MUTEX_ID time_wait_mutex;
// transport::SubscriberPtr time_sub;
}}