Macros | Functions
libtpcimgiov.c File Reference
#include <stdio.h>
#include "libtpcimgiov.h"
Include dependency graph for libtpcimgiov.c:

Go to the source code of this file.

Macros

#define LIB_NAME   "libtpcimgio"
 
#define LIB_VERSION   "1.5.10"
 
#define COPYRIGHT   "(c) 2005-2011 by Turku PET Centre"
 

Functions

void libtpcimgio_print_readme (FILE *fp)
 
void libtpcimgio_print_history (FILE *fp)
 
void libtpcimgio_print_dreadme (FILE *fp)
 
void libtpcimgio_print_dhistory (FILE *fp)
 
void libtpcimgio_print_build (FILE *fp)
 
void libtpcimgio_printdate (FILE *fp)
 

Macro Definition Documentation

#define COPYRIGHT   "(c) 2005-2011 by Turku PET Centre"

Copyright.

Definition at line 127 of file libtpcimgiov.c.

Referenced by libtpcimgio_print_build(), libtpcimgio_print_dreadme(), and libtpcimgio_print_readme().

#define LIB_NAME   "libtpcimgio"

Library name.

Definition at line 121 of file libtpcimgiov.c.

Referenced by libtpcimgio_print_build(), libtpcimgio_print_dreadme(), and libtpcimgio_print_readme().

#define LIB_VERSION   "1.5.10"

Library version.

Definition at line 124 of file libtpcimgiov.c.

Referenced by libtpcimgio_print_build(), libtpcimgio_print_dreadme(), and libtpcimgio_print_readme().

Function Documentation

void libtpcimgio_print_build ( FILE *  fp)

Print the build info to specified FILE pointer, use stdout for screen.

Parameters
fpfile pointer where to print

Definition at line 442 of file libtpcimgiov.c.

References COPYRIGHT, LIB_NAME, and LIB_VERSION.

Referenced by libtpcimgio_printdate(), main(), and print_usage().

void libtpcimgio_print_dhistory ( FILE *  fp)

Print the library History to specified FILE pointer with Doxygen tags, use stdout for screen.

Parameters
fpfile pointer where to print

Definition at line 431 of file libtpcimgiov.c.

References libtpcimgio_print_history().

Referenced by main().

Here is the call graph for this function:

void libtpcimgio_print_dreadme ( FILE *  fp)

Print the library Readme to specified FILE pointer with Doxygen tags, use stdout for screen.

Parameters
fpfile pointer where to print

Definition at line 419 of file libtpcimgiov.c.

References COPYRIGHT, LIB_NAME, LIB_VERSION, and libtpcimgio_print_readme().

Referenced by main().

Here is the call graph for this function:

void libtpcimgio_print_history ( FILE *  fp)

Print the library History to specified FILE pointer, use stdout for screen.

Parameters
fpfile pointer

Definition at line 242 of file libtpcimgiov.c.

Referenced by libtpcimgio_print_dhistory(), and main().

void libtpcimgio_print_readme ( FILE *  fp)

Print the library readme to specified FILE pointer, use stdout for screen.

Parameters
fpfile pointer

Definition at line 135 of file libtpcimgiov.c.

References COPYRIGHT, LIB_NAME, and LIB_VERSION.

Referenced by libtpcimgio_print_dreadme(), and main().

void libtpcimgio_printdate ( FILE *  fp)

Print the compilation date and time to specified FILE pointer

Parameters
fpfile pointer where to print

Definition at line 455 of file libtpcimgiov.c.

References libtpcimgio_print_build().

Here is the call graph for this function: