TPCCLIB
Loading...
Searching...
No Matches
tpcmicropet.h
Go to the documentation of this file.
1
11#ifndef _TPCMICROPET_H_
12#define _TPCMICROPET_H_
13/*****************************************************************************/
14
15/*****************************************************************************/
16#include "tpcclibConfig.h"
17/*****************************************************************************/
18#include <stdio.h>
19#include <stdlib.h>
20#include <string.h>
21#include <math.h>
22/*****************************************************************************/
23#include "tpcextensions.h"
24#include "tpcift.h"
25#include "tpcfileutil.h"
26/*****************************************************************************/
27
28/*****************************************************************************/
29/* micropetio */
30extern int micropetHeaderRead(const char *hdrfile, IFT *header, TPCSTATUS *status);
31extern int micropetExists(
32 const char *filename, char *hdrfile, char *imgfile, IFT *header, TPCSTATUS *status
33);
34/*****************************************************************************/
35
36/*****************************************************************************/
37#endif /* TPCMICROPET */
Definition tpcift.h:43
Header file for library libtpcextensions.
Header file for libtpcfileutil.
Header file for library libtpcift.
int micropetExists(const char *filename, char *hdrfile, char *imgfile, IFT *header, TPCSTATUS *status)
Verify if specified file name refers to an existing microPET file.
Definition micropetio.c:84
int micropetHeaderRead(const char *hdrfile, IFT *header, TPCSTATUS *status)
Definition micropetio.c:14