Tscope5
Functions | Variables
system_internal.c File Reference

Definitions of internal system functions. More...

Go to the source code of this file.

Functions

void ts5_install_tscope5 (char *calling_function)
 Install Tscope5. More...
 
void ts5_uninstall_tscope5 ()
 Uninstall Tscope5. More...
 

Variables

int _ts5_is_tscope5_installed = 0
 Is Tscope5 installed? More...
 
int _ts5_is_textlog_installed = 0
 Is text log installed? More...
 
TS5_DISPLAY_STATUS ts5_nextdisplay
 Settings for the next display that will be opened. More...
 

Detailed Description

Definitions of internal system functions.

Definition in file system_internal.c.

Function Documentation

void ts5_install_tscope5 ( char *  calling_function)

Install Tscope5.

Parameters
calling_functionName the function that calls for this check or installation.

Gathers information about the display adapter(s) of the computer and sets the default parameters for displays, graphics and audio.

This function is called automatically if necessary.

If Tscope5 can't be installed the program is aborted.

This function does not open a display, that is done by ts5_install_display().

Definition at line 44 of file system_internal.c.

void ts5_uninstall_tscope5 ( )

Uninstall Tscope5.

Closes Tscope5, all subsystems and the log window.

This function is called automatically at the end of the program.

Definition at line 215 of file system_internal.c.

Variable Documentation

int _ts5_is_tscope5_installed = 0

Is Tscope5 installed?

Definition at line 18 of file system_internal.c.

int _ts5_is_textlog_installed = 0

Is text log installed?

Definition at line 21 of file system_internal.c.

TS5_DISPLAY_STATUS ts5_nextdisplay
Initial value:
=
{ 0, 640, 360, 0, 0, 60, 0.0, TS5_WINDOWED, TS5_VSYNC_ON, TS5_MULTISAMPLING_OFF, 1}

Settings for the next display that will be opened.

Definition at line 24 of file system_internal.c.