WPILibC++  unspecified
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Pages
nt::RpcServer::Thread Class Reference
Inheritance diagram for nt::RpcServer::Thread:
nt::SafeThread

Public Member Functions

 Thread (std::function< void()> on_start, std::function< void()> on_exit)
 
void Main ()
 

Public Attributes

std::queue< RpcCall > m_call_queue
 
std::function< void()> m_on_start
 
std::function< void()> m_on_exit
 
- Public Attributes inherited from nt::SafeThread
std::mutex m_mutex
 
bool m_active = true
 
std::condition_variable m_cond
 

The documentation for this class was generated from the following file: