Go up to Reference Manual
Go forward to Threads

Program Control

An RT++ program is embedded into a conventional C++ program by the function rt_main which passes control to the main function of the RT++ program. After termination of the RT++ program, control is returned to the caller of rt_main.  

  • Execution Model
  • Program Structure
  • RT++ Type Declarations
  • Compilation and Execution
  • Preprocessor Constants
  • Restrictions
  • Types
  • Execution
  • Miscellaneous

  • Wolfgang.Schreiner@risc.uni-linz.ac.at
    Id: main.tex,v 1.10 1996/04/04 11:45:47 schreine Exp

    Up Next