10#ifndef __RTActorFactoryInterface_h__
11#define __RTActorFactoryInterface_h__
Interface of a capsule factory responsible for creating and destroying capsule instances in a capsule...
Definition: RTActorFactoryInterface.h:15
virtual void destroy(RTActor *actor)=0
Called by the TargetRTS to destroy a capsule instance.
virtual RTActor * create(RTController *rts, RTActorRef *ref, int index)=0
Called by the TargetRTS to create a capsule instance, which later will be inserted into a capsule par...
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