bp.h File Reference

Go to the source code of this file.

Data Structures

struct  BreakPointRead
 BreakPointRead. More...

Functions

void bp_deInit (void)
 Deinitialize the breakpoint parser.
Array bp_getBreakPoints (void)
 Parse the breakpoint data and returns an Array of breakpoints.
void bp_init (char *fileName)
 Initialize the parser of the breakpoint data.


Detailed Description

Definition in file bp.h.


Function Documentation

void bp_deInit ( void   ) 

Deinitialize the breakpoint parser.

Precondition:
The module has been initialized using bp_Init().

Definition at line 28 of file bp.c.

Array bp_getBreakPoints ( void   ) 

Parse the breakpoint data and returns an Array of breakpoints.

Precondition:
The module has been initialized using bp_Init().

Definition at line 38 of file bp.c.

void bp_init ( char *  fileName  ) 

Initialize the parser of the breakpoint data.

Parameters:
[in] fileName name of the breakpoint file. Use '-' for STDIN.

Definition at line 18 of file bp.c.


Generated on Tue Nov 23 17:45:07 2010 for FUSIONSEQ by  doxygen 1.5.7.1