WPILibC++
unspecified
|
Public Member Functions | |
void | StartServer (StringRef persist_filename, std::unique_ptr< NetworkAcceptor > acceptor) |
void | StartClient (std::function< std::unique_ptr< NetworkStream >()> connect) |
void | Stop () |
void | SetUpdateRate (double interval) |
void | SetIdentity (llvm::StringRef name) |
void | Flush () |
std::vector< ConnectionInfo > | GetConnections () const |
void | NotifyConnections (ConnectionListenerCallback callback) const |
bool | active () const |
DispatcherBase (const DispatcherBase &)=delete | |
DispatcherBase & | operator= (const DispatcherBase &)=delete |
Protected Member Functions | |
DispatcherBase (Storage &storage, Notifier ¬ifier) | |
Friends | |
class | DispatcherTest |