mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
11 lines
222 B
C++
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;
|
|
}}
|