#include <map>
#include <list>
#include <vector>
#include <string>
#include <errno.h>
#include <pth.h>
#include "watchdog.h"
#include "filter.h"
#include "application.h"
#include "signalmanager.h"
#include "configuration.h"
Include dependency graph for kernel.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | SMP |
Classes | |
| class | SMP::SMPKernel |
| SMP Kernel. More... | |
Defines | |
| #define | SMP_RT_PRIORITY 10 |
Typedefs | |
| typedef SMPFilter *( | SMP::maker_t )(void) |
| filter maker function typedef, as factory function | |
| typedef void( | SMP::disposer_t )(SMPFilter *) |
| filter disposer function typedef, as factory function | |
==================================================================================
2006/08/23 --starryalley-- Changing into using pthread
| #define SMP_RT_PRIORITY 10 |
default real time priority
1.5.1