11#define __RTDaemon_h__ included
17#ifndef __RTElasticArray_h__
18#include <RTElasticArray.h>
21#ifndef __RTEventInfo_h__
22#include <RTEventInfo.h>
35 SettHaltEnabled = RTEventInfo::EventLastEntry + 1,
40 SettLastEntry = SettRecThreshold
48 int settings[ SettLastEntry + 1 ];
57 void updateSettings(
const char * settingsString );
68 void fieldValue(
const char * variable,
const char * value );
71 int deleteActorInfo();
72 int inject(
int inwards,
78 int setting(
int settingNr )
const;
79 void refresh(
int observerId,
int daemonId );
83 RTS_INLINE
int shouldHalt(
void )
const;
84 RTS_INLINE
int shouldReport(
void )
const;
93#include <RTDaemon.inl>
Definition: RTDaemon.h:31
Definition: RTDaemonInfo.h:24
Definition: RTDebugger.h:58
Definition: RTElasticArray.h:22
Definition: RTEventInfo.h:26
A type descriptor providing information about a type.
Definition: RTObject_class.h:64