MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / is_running_status

Method is_running_status

DSView/pv/sigsession.h:328–330  ·  view source on GitHub ↗

The collect thread is running.

Source from the content-addressed store, hash-verified

326
327 // The collect thread is running.
328 inline bool is_running_status(){
329 return _device_status == ST_RUNNING;
330 }
331
332 inline bool is_stopped_status(){
333 return _device_status == ST_STOPPED;

Callers 11

set_enableMethod · 0.80
go_vDialPreMethod · 0.80
go_vDialNextMethod · 0.80
auto_startMethod · 0.80
go_vDialPreMethod · 0.80
go_vDialNextMethod · 0.80
mousePressEventMethod · 0.80
set_zero_ratioMethod · 0.80
zoomMethod · 0.80
doPaintMethod · 0.80
paintSignalsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected