WPILibC++
unspecified
|
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< EntryListener > | m_entry_listeners |
UidVector < ConnectionListenerCallback > | m_conn_listeners |
std::queue< EntryNotification > | m_entry_notifications |
std::queue < ConnectionNotification > | m_conn_notifications |
std::function< void()> | m_on_start |
std::function< void()> | m_on_exit |