ecat 6.0.0
convert_64.h
Go to the documentation of this file.
1#ifndef convert_64_h
2#define convert_64_h
3
5
6#if defined(__cplusplus)
7extern "C" {
8/*
9 * high level user functions
10 */
11#endif
12
18
19#if defined(__cplusplus)
20}
21#endif
22
23#endif
void ah64_convert(Attn_subheader_64 *h_64, Attn_subheader *h, Main_header *mh)
void nh64_convert(Norm_subheader_64 *h_64, Norm_subheader *h, Main_header *mh)
void ih64_convert(Image_subheader_64 *h_64, Image_subheader *h, Main_header *mh)
void sh64_convert(Scan_subheader_64 *h_64, Scan_subheader *h, Main_header *mh)
void mh64_convert(Main_header_64 *h_64, Main_header *h)
struct XMAIN_HEAD Main_header
struct XIMAGE_SUB Image_subheader
struct XNORM_SUB Norm_subheader
struct XSCAN_SUB Scan_subheader
struct XATTEN_SUB Attn_subheader
struct mat_norm_subheader Norm_subheader_64
struct mat_image_subheader Image_subheader_64
struct mat_main_header Main_header_64
struct mat_scan_subheader Scan_subheader_64
struct mat_attn_subheader Attn_subheader_64