![]() |
NDEVR
API Documentation
|
Background thread for the server update loop. More...
Public Member Functions | |
| WorkerThread (RealSenseServer *server) | |
| Constructs the worker thread. | |
| void | run () override |
| Runs the server update loop. | |
Public Attributes | |
| RealSenseServer * | m_server |
| The owning server. | |
Background thread for the server update loop.
Definition at line 271 of file RealSenseServer.h.
|
inline |
Constructs the worker thread.
| [in] | server | The server to update. |
Definition at line 277 of file RealSenseServer.h.
References RealSenseServer::RealSenseServer(), and m_server.