WPILibC++
2018.4.1-20180927020231-1209-ga732854
|
NetworkTables Entry Notification. More...
#include <ntcore_cpp.h>
Public Member Functions | |
EntryNotification (NT_EntryListener listener_, NT_Entry entry_, StringRef name_, std::shared_ptr< Value > value_, unsigned int flags_) | |
Public Attributes | |
NT_EntryListener | listener |
Listener that was triggered. More... | |
NT_Entry | entry |
Entry handle. More... | |
std::string | name |
Entry name. More... | |
std::shared_ptr< Value > | value |
The new value. More... | |
unsigned int | flags |
Update flags. More... | |
Friends | |
void | swap (EntryNotification &first, EntryNotification &second) |
NetworkTables Entry Notification.
NT_Entry nt::EntryNotification::entry |
Entry handle.
unsigned int nt::EntryNotification::flags |
Update flags.
For example, NT_NOTIFY_NEW if the key did not previously exist.
NT_EntryListener nt::EntryNotification::listener |
Listener that was triggered.
std::string nt::EntryNotification::name |
Entry name.
std::shared_ptr<Value> nt::EntryNotification::value |
The new value.