ecat 6.0.0
convert_70.h File Reference
Include dependency graph for convert_70.h:

Go to the source code of this file.

Functions

void mh_convert (Main_header *h, Main_header_64 *h_64)
 
void sh_convert (Scan_subheader *h, Scan_subheader_64 *h_64, Main_header *mh)
 
void ih_convert (Image_subheader *h, Image_subheader_64 *h_64, Main_header *mh)
 
void nh_convert (Norm_subheader *h, Norm_subheader_64 *h_64, Main_header *mh)
 
void ah_convert (Attn_subheader *h, Attn_subheader_64 *h_64, Main_header *mh)
 

Function Documentation

◆ ah_convert()

void ah_convert ( Attn_subheader * h,
Attn_subheader_64 * h_64,
Main_header * mh )

◆ ih_convert()

void ih_convert ( Image_subheader * h,
Image_subheader_64 * h_64,
Main_header * mh )

◆ mh_convert()

void mh_convert ( Main_header * h,
Main_header_64 * h_64 )

◆ nh_convert()

void nh_convert ( Norm_subheader * h,
Norm_subheader_64 * h_64,
Main_header * mh )

◆ sh_convert()

void sh_convert ( Scan_subheader * h,
Scan_subheader_64 * h_64,
Main_header * mh )