NDEVR
API Documentation
RealSenseServer::WorkerThread

Background thread for the server update loop. More...

Collaboration diagram for RealSenseServer::WorkerThread:
[legend]

Public Member Functions

 WorkerThread (RealSenseServer *server)
 Constructs the worker thread.
void run () override
 Runs the server update loop.

Public Attributes

RealSenseServerm_server
 The owning server.

Detailed Description

Background thread for the server update loop.

Definition at line 271 of file RealSenseServer.h.

Constructor & Destructor Documentation

◆ WorkerThread()

RealSenseServer::WorkerThread::WorkerThread ( RealSenseServer * server)
inline

Constructs the worker thread.

Parameters
[in]serverThe server to update.

Definition at line 277 of file RealSenseServer.h.

References RealSenseServer::RealSenseServer(), and m_server.


The documentation for this class was generated from the following file: