10#ifndef __RTSuperActor_h__
11#define __RTSuperActor_h__ included
21#ifndef __RTActorRef_h__
22#include <RTActorRef.h>
56 void t1_initialize(
void );
57 void t2_start(
void );
59 enum { rtid_frame = 1, rtid_timer };
68 static const RTStateId rtg_parent_state[];
Represents a frame port.
Definition: RTFrame.h:39
An instance of this class represents a capsule instance.
Definition: RTActor.h:44
Represents a capsule part.
Definition: RTActorRef.h:39
A controller manages a group of capsule instances that all run in the same physical thread (i....
Definition: RTController.h:54
Definition: RTSuperActor.h:37
virtual void rtsBehavior(int, int) override
Defines the state machine behavior for this capsule instance.
virtual const RTActor_class * getActorData(void) const override
Get information (meta data) about the capsule, such as its name, ports, states etc.
Represents a thread in the operating system.
Definition: RTThread.h:26
Represents a timer port.
Definition: RTTiming.h:43
Definition: RTActor_class.h:49
This structure describes a capsule part (a.k.a.
Definition: RTComponentDescriptor.h:33
Definition: RTFieldDescriptor.h:40
Definition: RTPortDescriptor.h:42