Programmer Guide/Macro Library/Kernal: Difference between revisions

From STX Wiki
Jump to navigationJump to search
(Created page with "{{DISPLAYTITLE:Macros and Classes of the {{STx}} Kernal}} This section macros and classes of the {{STX}} kernal system. This macros implements the basic functions of {{STx}},...")
 
No edit summary
Line 5: Line 5:
|'''BData.stx''' ||application for parameter export
|'''BData.stx''' ||application for parameter export
|-
|-
|'''BDataSetBrowser.stx''' ||a part of the workspace application implementing the interal functions and the GUI for the project document
|'''BDataSetBrowser.stx''' ||a part of the [[User_Guide/Workspace|workspace application]] implementing the interal functions and the GUI for the project document; controls the '''detail view''' and the '''overview''' section of the GUI
|-
|-
|'''BScript''' ||script controller application; implements also the [[Programmer_Guide/BScript|runtime environment]] for user scripts and the [[Programmer_Guide/BScript#Fuctions_Implemented_by_BScript_and_CON|console object]]
|'''BScript''' ||script controller application; implements also the [[Programmer_Guide/BScript|runtime environment]] for user scripts and the [[Programmer_Guide/BScript#Fuctions_Implemented_by_BScript_and_CON|console object]]
|-
|'''BSTXIniBrowser.stx''' ||a part of the [[User_Guide/Workspace|workspace application]] implementing the interal functions and the GUI for the workspace document; controls the '''application & setup''' and the '''script controller''' section of the GUI
|-
|'''CappSetup.stx''' ||implements the setup dialogs for all viewer applications, the viewer startup and cleanup modul, the viewer batch processing and classes which implements the [[User_Guide/Spectrogram_and_Parameter_Viewer|viewer2]] parameters
|'''CGraphSetup.stx''' ||implements the dialogs and the management functions for the {{STx}} graphics profiles; some of the functions may be useful for scripts using [[Programmer_Guide/Shell_Items/Display|displays]] and [[Programmer_Guide/Shell_Items/Graph|graphs]].
|-
|-
|'''StdLib.stx''' ||implements the master shell, the application management and some other basic functionalities, but also some utility functions which are also useful for script programming
|'''StdLib.stx''' ||implements the master shell, the application management and some other basic functionalities, but also some utility functions which are also useful for script programming
|-
|-
|}


==Alphabetical List of Macros and Classes==
==Alphabetical List of Macros and Classes==

Revision as of 11:04, 7 March 2018

This section macros and classes of the STx kernal system. This macros implements the basic functions of STx, the standard applications and some common tools used by the standard applications. Most of this macros should not (or even must not) called by user scripts. Following source files implements the STx kernal functions and standard applications:

BData.stx application for parameter export
BDataSetBrowser.stx a part of the workspace application implementing the interal functions and the GUI for the project document; controls the detail view and the overview section of the GUI
BScript script controller application; implements also the runtime environment for user scripts and the console object
BSTXIniBrowser.stx a part of the workspace application implementing the interal functions and the GUI for the workspace document; controls the application & setup and the script controller section of the GUI
CappSetup.stx implements the setup dialogs for all viewer applications, the viewer startup and cleanup modul, the viewer batch processing and classes which implements the viewer2 parameters CGraphSetup.stx implements the dialogs and the management functions for the STx graphics profiles; some of the functions may be useful for scripts using displays and graphs.
StdLib.stx implements the master shell, the application management and some other basic functionalities, but also some utility functions which are also useful for script programming

Alphabetical List of Macros and Classes

Navigation menu

Personal tools