|
| Dispatcher (IStorage &storage, IConnectionNotifier ¬ifier, wpi::Logger &logger) |
|
void | StartServer (const Twine &persist_filename, const char *listen_address, unsigned int port) |
|
void | SetServer (const char *server_name, unsigned int port) |
|
void | SetServer (ArrayRef< std::pair< StringRef, unsigned int >> servers) |
|
void | SetServerTeam (unsigned int team, unsigned int port) |
|
void | SetServerOverride (const char *server_name, unsigned int port) |
|
void | ClearServerOverride () |
|
| DispatcherBase (IStorage &storage, IConnectionNotifier ¬ifier, wpi::Logger &logger) |
|
unsigned int | GetNetworkMode () const |
|
void | StartServer (const Twine &persist_filename, std::unique_ptr< wpi::NetworkAcceptor > acceptor) |
|
void | StartClient () |
|
void | Stop () |
|
void | SetUpdateRate (double interval) |
|
void | SetIdentity (const Twine &name) |
|
void | Flush () |
|
std::vector< ConnectionInfo > | GetConnections () const |
|
bool | IsConnected () const |
|
unsigned int | AddListener (std::function< void(const ConnectionNotification &event)> callback, bool immediate_notify) const |
|
unsigned int | AddPolledListener (unsigned int poller_uid, bool immediate_notify) const |
|
void | SetConnector (Connector connector) |
|
void | SetConnectorOverride (Connector connector) |
|
void | ClearConnectorOverride () |
|
bool | active () const |
|
| DispatcherBase (const DispatcherBase &)=delete |
|
DispatcherBase & | operator= (const DispatcherBase &)=delete |
|
| IDispatcher (const IDispatcher &)=delete |
|
IDispatcher & | operator= (const IDispatcher &)=delete |
|
The documentation for this class was generated from the following files:
- build/cppSource/ntcore-cpp/sources/Dispatcher.h
- build/cppSource/ntcore-cpp/sources/Dispatcher.cpp