WPILibC++  unspecified
nt::impl::EntryNotifierThread Class Reference
Inheritance diagram for nt::impl::EntryNotifierThread:
Collaboration diagram for nt::impl::EntryNotifierThread:

Public Member Functions

 EntryNotifierThread (int inst)
 
bool Matches (const EntryListenerData &listener, const EntryNotification &data)
 
void SetListener (EntryNotification *data, unsigned int listener_uid)
 
void DoCallback (std::function< void(const EntryNotification &event)> callback, const EntryNotification &data)
 
- Public Member Functions inherited from nt::impl::CallbackThread< EntryNotifierThread, EntryNotification, EntryListenerData >
void Main () override
 
void SendPoller (unsigned int poller_uid, Args &&...args)
 

Public Attributes

int m_inst
 
- Public Attributes inherited from nt::impl::CallbackThread< EntryNotifierThread, EntryNotification, EntryListenerData >
wpi::UidVector< ListenerData, 64 > m_listeners
 
std::queue< std::pair< unsigned int, NotifierData > > m_queue
 
wpi::condition_variable m_queue_empty
 
wpi::UidVector< std::shared_ptr< Poller >, 64 > m_pollers
 
- Public Attributes inherited from wpi::SafeThread
wpi::mutex m_mutex
 
std::atomic_bool m_active
 
wpi::condition_variable m_cond
 

Additional Inherited Members

- Public Types inherited from nt::impl::CallbackThread< EntryNotifierThread, EntryNotification, EntryListenerData >
typedef EntryNotification UserInfo
 
typedef EntryNotification NotifierData
 
typedef EntryListenerData ListenerData
 

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