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 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().
| 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().
| 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().
| 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().
1.8.0