#include <bayonne.h>
Inheritance diagram for KeyThreads:

Public Member Functions | |
| KeyThreads () | |
| Initialize keythread data. | |
| int | priService (void) |
| Get relative priority to run service threads at. | |
| int | priGUI (void) |
| Get the relative priority to run gui at. | |
| int | priRTP (void) |
| Get the relative priority to run rtp at. | |
| int | getStepDelay (void) |
| Get number of milliseconds to delay each script step. | |
| int | getStepInterval (void) |
| Get the minimal step interval. | |
| int | getResetDelay (void) |
| Get the reset delay required for settling the DSP. | |
| size_t | getStack (void) |
| Get default stack size for threads. | |
| size_t | getAudioStack (void) |
| Get default stack size for audio threads. | |
| size_t | getDriverStack (void) |
| Get default stack size for driver threads. | |
| int | getServices (void) |
| Get count of service pool threads to use. | |
| int | priAudio (void) |
| Get relative priority to run audio streams at. | |
| bool | getAudit (void) |
| Get the auditing flag. | |
| int | priGateway (void) |
| Get relative priority to run gateway (TGI) sessions at. | |
| int | priManager (void) |
| Get the relative priority to run network management sessions. | |
| int | priNetwork (void) |
| Get the relative priority for network service thread. | |
| int | priSwitch (void) |
| Get the relative priority for switch integration module. | |
| int | getRefresh (void) |
| Scheduler network node rebroadcast frequency. | |
| int | getGateways (void) |
| Get number of tgi gateway proccesses to make available. | |
| int | getPriority (void) |
| Get default Bayonne system priority (niceness) to start under before we adjust any relative priorities. | |
| int | getPolicy (void) |
| Get scheduling policy to use. | |
| int | getPages (void) |
| Get memory locking and local pages. | |
Has internal defaults if section or file is missing.
|
|
Initialize keythread data.
|
|
|
Get default stack size for audio threads.
|
|
|
Get the auditing flag.
|
|
|
Get default stack size for driver threads.
|
|
|
Get number of tgi gateway proccesses to make available.
|
|
|
Get memory locking and local pages.
Reimplemented from MemPager. |
|
|
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 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 gateway (TGI) sessions at.
|
|
|
Get the relative priority to run gui 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 relative priority to run service threads at.
|
|
|
Get the relative priority for switch integration module.
|
1.4.4