Tscope5
Functions | Variables
video_internal.c File Reference

Definitions of internal video functions. More...

Go to the source code of this file.

Functions

void ts5_check_video (char *calling_function)
 Do some checks at the start of each video function. More...
 
void ts5_install_video (char *calling_function)
 Install the video subsystem. More...
 
void ts5_uninstall_video ()
 Uninstall the video subsystem. More...
 

Variables

int _ts5_is_video_installed = 0
 Is the video subsystem installed? More...
 

Detailed Description

Definitions of internal video functions.

Definition in file video_internal.c.

Function Documentation

void ts5_check_video ( char *  calling_function)

Do some checks at the start of each video function.

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

Checks whether the video subsystem is installed. If not, the video subsystem is installed.

Definition at line 34 of file video_internal.c.

void ts5_install_video ( char *  calling_function)

Install the video subsystem.

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

This function is called automatically if necessary.

Definition at line 51 of file video_internal.c.

void ts5_uninstall_video ( )

Uninstall the video subsystem.

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

Definition at line 82 of file video_internal.c.

Variable Documentation

int _ts5_is_video_installed = 0

Is the video subsystem installed?

Definition at line 22 of file video_internal.c.