Introduction

From STX Wiki
< Programmer Guide
Revision as of 09:39, 15 April 2011 by Toni (talk | contribs) (Created page with '{{DISPLAYTITLE:{{SUBPAGENAME}}}} This chapter contains a general introduction to the structure of the {{STX}} programming and execution environment. ===Application Environment===…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

This chapter contains a general introduction to the structure of the STx programming and execution environment.

Application Environment

The application environment contains all the data structures and functionallities which are available to the whole application.

Loaded Sourcefiles

All scripts, macros, classes and spu's must be loaded from the sourcefile before they can be executed or instantiated. All loaded sources are available to the whole application. Shell commands: LOAD sourcefiles UNLOAD sourcefiles LIST loaded sourcefiles and code objects

Active Shells

All running shells are registered in the application envrionment.

Global Variables

The application environment contains a global variable space, which can be accessed from the whole application. All name prefix character @ is used to address the global variable space.

Navigation menu

Personal tools