10#ifndef __RTDaemonInfo_h__
11#define __RTDaemonInfo_h__ included
51 char * stateStrTarget;
56 char * chainStrOrigin;
68 void setInfo (
const char * theActor );
69 void setInfoActor(
const char * theActor,
int theAllRecurs );
70 void setInfoChain(
const char * theActor,
71 const char * theOrigin,
72 const char * theTrans,
74 void setInfoPort (
const char * theActor,
const char * thePort );
75 void setInfoState(
const char * theActor,
const char * theState );
76 void setInfoVariable(
const char * theActor,
const char * theVariable );
Definition: RTDaemonInfo.h:24
Definition: RTActor_class.h:49