WPILibC++
2018.4.1-20180921123319-1190-ge210073
|
NetworkTables Connection Notification. More...
#include <ntcore_cpp.h>
Public Member Functions | |
ConnectionNotification (NT_ConnectionListener listener_, bool connected_, const ConnectionInfo &conn_) | |
Public Attributes | |
NT_ConnectionListener | listener |
Listener that was triggered. More... | |
bool | connected = false |
True if event is due to connection being established. More... | |
ConnectionInfo | conn |
Connection info. More... | |
Friends | |
void | swap (ConnectionNotification &first, ConnectionNotification &second) |
NetworkTables Connection Notification.
ConnectionInfo nt::ConnectionNotification::conn |
Connection info.
bool nt::ConnectionNotification::connected = false |
True if event is due to connection being established.
NT_ConnectionListener nt::ConnectionNotification::listener |
Listener that was triggered.