WPILibC++  unspecified
nt::IEntryNotifier Class Referenceabstract
Inheritance diagram for nt::IEntryNotifier:

Public Member Functions

 IEntryNotifier (const IEntryNotifier &)=delete
 
IEntryNotifieroperator= (const IEntryNotifier &)=delete
 
virtual bool local_notifiers () const =0
 
virtual unsigned int Add (std::function< void(const EntryNotification &event)> callback, llvm::StringRef prefix, unsigned int flags)=0
 
virtual unsigned int Add (std::function< void(const EntryNotification &event)> callback, unsigned int local_id, unsigned int flags)=0
 
virtual unsigned int AddPolled (unsigned int poller_uid, llvm::StringRef prefix, unsigned int flags)=0
 
virtual unsigned int AddPolled (unsigned int poller_uid, unsigned int local_id, unsigned int flags)=0
 
virtual void NotifyEntry (unsigned int local_id, StringRef name, std::shared_ptr< Value > value, unsigned int flags, unsigned int only_listener=UINT_MAX)=0
 

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