Tscope5
Functions | Variables
bitmaps_internal.c File Reference

Definitions of internal bitmap functions. More...

Go to the source code of this file.

Functions

void ts5_check_bitmaps (char *calling_function)
 Do some checks at the start of each bitmap function. More...
 
void ts5_check_bitmaps2 (char *calling_function, TS5_BITMAP *map)
 Do some checks at the start of each bitmap function. More...
 
void ts5_install_bitmaps (char *calling_function)
 Install the bitmaps subsystem. More...
 
void ts5_uninstall_bitmaps ()
 Close the bitmaps subsystem. More...
 

Variables

int _ts5_is_bitmaps_installed = 0
 Is the bitmaps subsystem installed? More...
 

Detailed Description

Definitions of internal bitmap functions.

Definition in file bitmaps_internal.c.

Function Documentation

void ts5_check_bitmaps ( char *  calling_function)

Do some checks at the start of each bitmap function.

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

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

Definition at line 33 of file bitmaps_internal.c.

void ts5_check_bitmaps2 ( char *  calling_function,
TS5_BITMAP *  map 
)

Do some checks at the start of each bitmap function.

Parameters
calling_functionName the function that calls for this check or installation.
mapThe bitmap that has to be checked.

Checks whether the source and target bitmap are not NULL or equal. Aborts if necessary.

Definition at line 53 of file bitmaps_internal.c.

void ts5_install_bitmaps ( char *  calling_function)

Install the bitmaps subsystem.

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

This function is called automatically if necessary.

Definition at line 80 of file bitmaps_internal.c.

void ts5_uninstall_bitmaps ( )

Close the bitmaps subsystem.

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

Definition at line 107 of file bitmaps_internal.c.

Variable Documentation

int _ts5_is_bitmaps_installed = 0

Is the bitmaps subsystem installed?

Definition at line 21 of file bitmaps_internal.c.