PhotonVision C++ dev-v2025.0.0-beta-8-2-gbd1c5c03
|
#include <net/TimeSyncServer.h>
Public Member Functions | |
TimeSyncServer (int port=5810) | |
void | Start () |
Start listening for pings. | |
void | Stop () |
Stop our loop runner. | |
|
explicit |
void wpi::tsp::TimeSyncServer::Start | ( | ) |
Start listening for pings.
void wpi::tsp::TimeSyncServer::Stop | ( | ) |
Stop our loop runner.
After stopping, we cannot restart.