#include <bayonne.h>
Inheritance diagram for KeyThreads:
Public Methods | |
KeyThreads () | |
Initialize keythread data. | |
int | priService (void) |
Get relative priority to run service threads at. More... | |
int | priScheduler (void) |
Get the relative priority to run scheduler at. More... | |
int | priGUI (void) |
Get the relative priority to run gui at. More... | |
int | priRTP (void) |
Get the relative priority to run rtp at. More... | |
int | getStepDelay (void) |
Get number of milliseconds to delay each script step. More... | |
int | getStepInterval (void) |
Get the minimal step interval. More... | |
int | getResetDelay (void) |
Get the reset delay required for settling the DSP. More... | |
size_t | getStack (void) |
Get default stack size for threads. More... | |
int | getServices (void) |
Get count of service pool threads to use. More... | |
int | priResolver (void) |
Get the execution priority of the resolver thread. More... | |
int | getResolver (void) |
Get the execution interval of the resolver thread, or 0 if no resolver scheduler. More... | |
int | priAudio (void) |
Get relative priority to run audio streams at. More... | |
int | priFeed (void) |
Get relative priority to run audio feeds at. More... | |
bool | getAudit (void) |
Get the auditing flag. More... | |
int | priGateway (void) |
Get relative priority to run gateway (TGI) sessions at. More... | |
int | priManager (void) |
Get the relative priority to run network management sessions. More... | |
int | priNetwork (void) |
Get the relative priority for network service thread. More... | |
int | priXML (void) |
Get the relative priority of the XML parser thread. More... | |
int | getInterval (void) |
Scheduler execution interval. More... | |
int | getRefresh (void) |
Scheduler network node rebroadcast frequency. More... | |
int | getGateways (void) |
Get number of tgi gateway proccesses to make available. More... | |
int | getPriority (void) |
Get default Bayonne system priority (niceness) to start under before we adjust any relative priorities. More... | |
int | getPolicy (void) |
Get scheduling policy to use. More... | |
int | getPages (void) |
Get memory locking and local pages. More... |
Has internal defaults if section or file is missing.
|
Initialize keythread data.
|
|
Get the auditing flag.
|
|
Get number of tgi gateway proccesses to make available.
|
|
Scheduler execution interval.
|
|
Get memory locking and local pages.
|
|
Get scheduling policy to use.
|
|
Get default Bayonne system priority (niceness) to start under before we adjust any relative priorities.
|
|
Scheduler network node rebroadcast frequency.
|
|
Get the reset delay required for settling the DSP.
|
|
Get the execution interval of the resolver thread, or 0 if no resolver scheduler.
|
|
Get count of service pool threads to use.
|
|
Get default stack size for threads.
|
|
Get number of milliseconds to delay each script step.
|
|
Get the minimal step interval.
|
|
Get relative priority to run audio streams at.
|
|
Get relative priority to run audio feeds at.
|
|
Get the relative priority to run gui at.
|
|
Get relative priority to run gateway (TGI) sessions at.
|
|
Get the relative priority to run network management sessions.
|
|
Get the relative priority for network service thread.
|
|
Get the relative priority to run rtp at.
|
|
Get the execution priority of the resolver thread.
|
|
Get the relative priority to run scheduler at.
|
|
Get relative priority to run service threads at.
|
|
Get the relative priority of the XML parser thread.
|