WPILibC++
2019.1.1-beta-1-5-g9a1af13
|
This is the complete list of members for nt::NetworkTableInstance, including all inherited members.
AddConnectionListener(std::function< void(const ConnectionNotification &event)> callback, bool immediate_notify) const | nt::NetworkTableInstance | |
AddEntryListener(const Twine &prefix, std::function< void(const EntryNotification &event)> callback, unsigned int flags) const | nt::NetworkTableInstance | |
AddLogger(std::function< void(const LogMessage &msg)> func, unsigned int min_level, unsigned int max_level) | nt::NetworkTableInstance | inline |
Create() | nt::NetworkTableInstance | inlinestatic |
DeleteAllEntries() | nt::NetworkTableInstance | inline |
Destroy(NetworkTableInstance inst) | nt::NetworkTableInstance | inlinestatic |
Flush() const | nt::NetworkTableInstance | inline |
GetConnections() const | nt::NetworkTableInstance | inline |
GetDefault() | nt::NetworkTableInstance | inlinestatic |
GetEntries(const Twine &prefix, unsigned int types) | nt::NetworkTableInstance | inline |
GetEntry(const Twine &name) | nt::NetworkTableInstance | inline |
GetEntryInfo(const Twine &prefix, unsigned int types) const | nt::NetworkTableInstance | inline |
GetHandle() const | nt::NetworkTableInstance | inline |
GetNetworkMode() const | nt::NetworkTableInstance | inline |
GetTable(const Twine &key) const | nt::NetworkTableInstance | |
IsConnected() const | nt::NetworkTableInstance | inline |
kDefaultPort enum value (defined in nt::NetworkTableInstance) | nt::NetworkTableInstance | |
kLogCritical enum value (defined in nt::NetworkTableInstance) | nt::NetworkTableInstance | |
kLogDebug enum value (defined in nt::NetworkTableInstance) | nt::NetworkTableInstance | |
kLogDebug1 enum value (defined in nt::NetworkTableInstance) | nt::NetworkTableInstance | |
kLogDebug2 enum value (defined in nt::NetworkTableInstance) | nt::NetworkTableInstance | |
kLogDebug3 enum value (defined in nt::NetworkTableInstance) | nt::NetworkTableInstance | |
kLogDebug4 enum value (defined in nt::NetworkTableInstance) | nt::NetworkTableInstance | |
kLogError enum value (defined in nt::NetworkTableInstance) | nt::NetworkTableInstance | |
kLogInfo enum value (defined in nt::NetworkTableInstance) | nt::NetworkTableInstance | |
kLogWarning enum value (defined in nt::NetworkTableInstance) | nt::NetworkTableInstance | |
kNetModeClient enum value (defined in nt::NetworkTableInstance) | nt::NetworkTableInstance | |
kNetModeFailure enum value (defined in nt::NetworkTableInstance) | nt::NetworkTableInstance | |
kNetModeNone enum value (defined in nt::NetworkTableInstance) | nt::NetworkTableInstance | |
kNetModeServer enum value (defined in nt::NetworkTableInstance) | nt::NetworkTableInstance | |
kNetModeStarting enum value (defined in nt::NetworkTableInstance) | nt::NetworkTableInstance | |
LoadEntries(const Twine &filename, const Twine &prefix, std::function< void(size_t line, const char *msg)> warn) | nt::NetworkTableInstance | inline |
LoadPersistent(const Twine &filename, std::function< void(size_t line, const char *msg)> warn) | nt::NetworkTableInstance | inline |
LogLevel enum name | nt::NetworkTableInstance | |
NetworkMode enum name | nt::NetworkTableInstance | |
NetworkTableInstance() noexcept | nt::NetworkTableInstance | inline |
NetworkTableInstance(NT_Inst inst) noexcept | nt::NetworkTableInstance | inlineexplicit |
operator bool() const | nt::NetworkTableInstance | inlineexplicit |
operator!=(const NetworkTableInstance &other) const | nt::NetworkTableInstance | inline |
operator==(const NetworkTableInstance &other) const | nt::NetworkTableInstance | inline |
RemoveConnectionListener(NT_ConnectionListener conn_listener) | nt::NetworkTableInstance | inlinestatic |
RemoveEntryListener(NT_EntryListener entry_listener) | nt::NetworkTableInstance | inlinestatic |
RemoveLogger(NT_Logger logger) | nt::NetworkTableInstance | inlinestatic |
SaveEntries(const Twine &filename, const Twine &prefix) const | nt::NetworkTableInstance | inline |
SavePersistent(const Twine &filename) const | nt::NetworkTableInstance | inline |
SetNetworkIdentity(const Twine &name) | nt::NetworkTableInstance | inline |
SetServer(const char *server_name, unsigned int port=kDefaultPort) | nt::NetworkTableInstance | inline |
SetServer(ArrayRef< std::pair< StringRef, unsigned int >> servers) | nt::NetworkTableInstance | inline |
SetServer(ArrayRef< StringRef > servers, unsigned int port=kDefaultPort) | nt::NetworkTableInstance | |
SetServerTeam(unsigned int team, unsigned int port=kDefaultPort) | nt::NetworkTableInstance | inline |
SetUpdateRate(double interval) | nt::NetworkTableInstance | inline |
StartClient() | nt::NetworkTableInstance | inline |
StartClient(const char *server_name, unsigned int port=kDefaultPort) | nt::NetworkTableInstance | inline |
StartClient(ArrayRef< std::pair< StringRef, unsigned int >> servers) | nt::NetworkTableInstance | inline |
StartClient(ArrayRef< StringRef > servers, unsigned int port=kDefaultPort) | nt::NetworkTableInstance | |
StartClientTeam(unsigned int team, unsigned int port=kDefaultPort) | nt::NetworkTableInstance | inline |
StartDSClient(unsigned int port=kDefaultPort) | nt::NetworkTableInstance | inline |
StartServer(const Twine &persist_filename="networktables.ini", const char *listen_address="", unsigned int port=kDefaultPort) | nt::NetworkTableInstance | inline |
StopClient() | nt::NetworkTableInstance | inline |
StopDSClient() | nt::NetworkTableInstance | inline |
StopServer() | nt::NetworkTableInstance | inline |
WaitForConnectionListenerQueue(double timeout) | nt::NetworkTableInstance | inline |
WaitForEntryListenerQueue(double timeout) | nt::NetworkTableInstance | inline |
WaitForLoggerQueue(double timeout) | nt::NetworkTableInstance | inline |
WaitForRpcCallQueue(double timeout) | nt::NetworkTableInstance | inline |