[][src]Crate nt

nt

nt is an library implementing client and server functionality for the NetworkTables rev. 3 protocol

The provided NetworkTables struct contains methods for querying the state of the connection, accessing, as well as updating and creating entries that will be synced to the server.

Modules

error

Structs

Client
EntryData
NetworkTables

Core struct representing a connection to a NetworkTables server

Server

Enums

CallbackType
ConnectionCallbackType
EntryType
EntryValue
RpcDefinition
RpcError

Traits

NTBackend
State

Type Definitions

Action
ConnectionAction
Result

Base result type for nt-rs

RpcAction
RpcCallback