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

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
 

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