#include <qwidget.h>
#include <qtimer.h>
#include <qimage.h>
#include <assert.h>
#include <stdarg.h>
#include <string.h>
#include <stdio.h>
#include "list_polld.h"
#include "error.h"
#include "packet.h"
#include "data.h"
#include "network.h"
#include "priority.h"
Go to the source code of this file.
Compounds | |
struct | Scheduler::arraybackup |
struct | Scheduler::backup |
class | Scheduler |
Scheduler-Class used by the Polling deamon. This class schedules the device function calls in order of their priorities. It also takes care of the data storage for the Server. This class also contains some functions which are called from within the device-function like int Scheduler::store(int ) int Scheduler::store(double) int Scheduler::store(int *) int Scheduler::store(double *) int Scheduler::maximal_channels (void ) int Scheduler::maximal_integrations (void ) and others .. More... | |
Defines | |
#define | BACKUP_ARRAY_SIZE MAX_ARRAY_SIZE |
|
|