#include <freq_adapt.h>
|
static void | adjust_freq (unsigned long freq) |
|
static unsigned long | freq (const char *file, const int line) |
|
static void | set_freqs (std::string csvFile) |
|
◆ FreqAdaptValues() [1/2]
FreqAdaptValues::FreqAdaptValues |
( |
| ) |
|
|
inlineprivate |
◆ FreqAdaptValues() [2/2]
◆ ~FreqAdaptValues()
FreqAdaptValues::~FreqAdaptValues |
( |
| ) |
|
|
inlineprivate |
◆ adjust_freq()
void FreqAdaptValues::adjust_freq |
( |
unsigned long |
freq | ) |
|
|
static |
◆ find_freq()
unsigned long FreqAdaptValues::find_freq |
( |
const char * |
file, |
|
|
const int |
line |
|
) |
| |
|
private |
◆ freq()
static unsigned long FreqAdaptValues::freq |
( |
const char * |
file, |
|
|
const int |
line |
|
) |
| |
|
inlinestatic |
◆ freqAdaptWorker()
void * FreqAdaptValues::freqAdaptWorker |
( |
void * |
This | ) |
|
|
staticprotected |
◆ inst()
◆ operator=()
◆ set_freqs()
void FreqAdaptValues::set_freqs |
( |
std::string |
csvFile | ) |
|
|
static |
References freq(), freqAdapt_condVar, freqAdapt_mutex, freqAdaptWorker(), freqAdaptWorkerThread, freqAdaptWorkerThreadAttr, m_pos, newFreq, processor_mask, ug::TrimString(), and UG_THROW.
Referenced by ug::SetFrequency().
◆ AutoFreqAdaptNode
◆ freqAdapt_condVar
pthread_cond_t FreqAdaptValues::freqAdapt_condVar = pthread_cond_t() |
|
staticprotected |
◆ freqAdapt_mutex
pthread_mutex_t FreqAdaptValues::freqAdapt_mutex = pthread_mutex_t() |
|
staticprotected |
◆ freqAdaptWorkerThread
pthread_t FreqAdaptValues::freqAdaptWorkerThread = pthread_t() |
|
staticprotected |
◆ freqAdaptWorkerThreadAttr
pthread_attr_t FreqAdaptValues::freqAdaptWorkerThreadAttr = pthread_attr_t() |
|
staticprotected |
◆ m_pos
◆ newFreq
unsigned long FreqAdaptValues::newFreq = 0 |
|
staticprotected |
◆ processor_mask
cpu_set_t FreqAdaptValues::processor_mask = cpu_set_t() |
|
staticprotected |
The documentation for this class was generated from the following files: