libtpcmodel
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines
Defines | Functions
libtpcmodelv.c File Reference
#include <stdio.h>
#include "libtpcmodelv.h"
Include dependency graph for libtpcmodelv.c:

Go to the source code of this file.

Defines

#define LIB_NAME   "libtpcmodel"
#define LIB_VERSION   "2.1.1"
#define COPYRIGHT   "(c) 2005-2012 by Turku PET Centre, University of Turku"

Functions

void libtpcmodel_print_readme (FILE *fp)
void libtpcmodel_print_history (FILE *fp)
void libtpcmodel_print_dreadme (FILE *fp)
void libtpcmodel_print_dhistory (FILE *fp)
void libtpcmodel_print_build (FILE *fp)
void libtpcmodel_printdate (FILE *fp)

Define Documentation

#define COPYRIGHT   "(c) 2005-2012 by Turku PET Centre, University of Turku"

Copyright.

Definition at line 19 of file libtpcmodelv.c.

Referenced by libtpcmodel_print_build(), libtpcmodel_print_dreadme(), and libtpcmodel_print_readme().

#define LIB_NAME   "libtpcmodel"

Library name.

Definition at line 13 of file libtpcmodelv.c.

Referenced by libtpcmodel_print_build(), libtpcmodel_print_dreadme(), and libtpcmodel_print_readme().

#define LIB_VERSION   "2.1.1"

Library version.

Definition at line 16 of file libtpcmodelv.c.

Referenced by libtpcmodel_print_build(), libtpcmodel_print_dreadme(), and libtpcmodel_print_readme().


Function Documentation

void libtpcmodel_print_build ( FILE *  fp)

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

Definition at line 353 of file libtpcmodelv.c.

References COPYRIGHT, LIB_NAME, and LIB_VERSION.

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

void libtpcmodel_print_dhistory ( FILE *  fp)

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

Definition at line 343 of file libtpcmodelv.c.

References libtpcmodel_print_history().

Referenced by main().

Here is the call graph for this function:

void libtpcmodel_print_dreadme ( FILE *  fp)

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

Definition at line 331 of file libtpcmodelv.c.

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

Referenced by main().

Here is the call graph for this function:

void libtpcmodel_print_history ( FILE *  fp)

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

Definition at line 126 of file libtpcmodelv.c.

Referenced by libtpcmodel_print_dhistory(), and main().

void libtpcmodel_print_readme ( FILE *  fp)

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

Definition at line 31 of file libtpcmodelv.c.

References COPYRIGHT, LIB_NAME, and LIB_VERSION.

Referenced by libtpcmodel_print_dreadme(), and main().

void libtpcmodel_printdate ( FILE *  fp)

Print the compilation date and time to specified FILE pointer

Definition at line 386 of file libtpcmodelv.c.

References libtpcmodel_print_build().

Here is the call graph for this function: