Interface
The main purpose of the CGI Studio Connector is to create an interface that allows to easily connect an external system, such as 3rd party Statemachines, custom middleware etc, to a CGI Studio Courier based application. Via this interface it is possible to share data as well as trigger actions and receive events.
To achieve this, multiple classes are generated by the tool which are to be integrated into the CGI-Studio application. These are further supported by multiple behavioral classes which can be implemented/modified by the user to define the exact behavior of the interface.
Interface-Buffer
The main class of the generated interface is called “Interface-Buffer”. This class is responsible...
Action-Context
The action context is used whenever any actions (except scene related actions) are executed. Besi...
Scene-Context
The Scene-Context is used whenever scene related actions are executed. Here the user can provide ...
Data-Model
The basic Data-Model used by the Interface-Buffer is completely generated. However, the user can ...