#include <arpirobot/core/network/NetworkManager.hpp>
|
class | MainVmon |
|
class | Logger |
|
class | NetworkTable |
|
class | Gamepad |
|
Used by BaseRobot to manage networking (with drive station) Should not be used directly from user code
◆ startNetworking()
static void arpirobot::NetworkManager::startNetworking |
( |
std::function< void()> |
enableFunc, |
|
|
std::function< void()> |
disableFunc |
|
) |
| |
|
static |
Start networking protocol
- Parameters
-
enableFunc | The function to call when the enable command is received |
disableFunc | The function to call when the disable function is received |
◆ stopNetworking()
static void arpirobot::NetworkManager::stopNetworking |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following file: