#include <gx_jack.h>
|
| std::thread | _thd |
| std::mutex | m |
| std::condition_variable | cv |
| bool | isRT |
| std::atomic< bool > | _execute |
Definition at line 51 of file gx_jack.h.
◆ GxRtCheck()
| gx_jack::GxRtCheck::GxRtCheck |
( |
| ) |
|
◆ ~GxRtCheck()
| gx_jack::GxRtCheck::~GxRtCheck |
( |
| ) |
|
◆ run()
| void gx_jack::GxRtCheck::run |
( |
| ) |
|
|
private |
◆ run_check()
| bool gx_jack::GxRtCheck::run_check |
( |
| ) |
|
◆ set_priority()
| bool gx_jack::GxRtCheck::set_priority |
( |
| ) |
|
|
private |
◆ _execute
| std::atomic<bool> gx_jack::GxRtCheck::_execute |
|
private |
◆ _thd
| std::thread gx_jack::GxRtCheck::_thd |
|
private |
◆ cv
| std::condition_variable gx_jack::GxRtCheck::cv |
|
private |
◆ isRT
| bool gx_jack::GxRtCheck::isRT |
|
private |
| std::mutex gx_jack::GxRtCheck::m |
|
private |
The documentation for this class was generated from the following file: