Logo
Explore Help
Register Sign In
Team2890/allwpilib
4
0
Fork 0
You've already forked allwpilib
mirror of https://github.com/wpilibsuite/allwpilib synced 2026-06-21 01:01:43 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
4e4669219149c753c9672fb6d906ddf523975b2a
allwpilib/wpilibc/wpilibC++Sim/include/simulation/simTime.h

12 lines
259 B
C
Raw Normal View History

Renaming and merging WPILibC++ into Devices and simulator files Change-Id: I6f4b94d1f2cbf4196ebcef8bc45799a97bcde1d8
2014-09-25 20:36:59 -04:00
#pragma once
Removed dependencies on pthread from frcsim. Because we want to be able to compile/run wpilibC++Sim on windows, we would prefer not to require a windows version of pthread. This commit moves from pthread constructs to standard library constructs. Change-Id: I12392a8910189537dd067afdf017e4994d570a66
2015-07-02 14:33:24 -04:00
#include <condition_variable>
#include <mutex>
artf4156: Replaced synchronization primitives with C++11 equivalents Change-Id: I90da739347e875efda2a29dd5484b6dda3cd4753
2015-06-25 01:54:20 -07:00
Renaming and merging WPILibC++ into Devices and simulator files Change-Id: I6f4b94d1f2cbf4196ebcef8bc45799a97bcde1d8
2014-09-25 20:36:59 -04:00
namespace wpilib { namespace internal {
extern double simTime;
Replaced ::std with std for readability/consistency. Change-Id: I65f9673c237d3513f99827e28963eb22ae9df0c2
2015-07-29 16:48:04 -04:00
extern std::condition_variable time_wait;
extern std::mutex time_wait_mutex;
Renaming and merging WPILibC++ into Devices and simulator files Change-Id: I6f4b94d1f2cbf4196ebcef8bc45799a97bcde1d8
2014-09-25 20:36:59 -04:00
// transport::SubscriberPtr time_sub;
}}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 64ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API