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

Classes

struct  ConnectionNotification
 
struct  EntryListener
 
struct  EntryNotification
 

Public Member Functions

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

Public Attributes

UidVector< EntryListenerm_entry_listeners
 
UidVector
< ConnectionListenerCallback > 
m_conn_listeners
 
std::queue< EntryNotificationm_entry_notifications
 
std::queue
< ConnectionNotification
m_conn_notifications
 
std::function< void()> m_on_start
 
std::function< void()> m_on_exit
 

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