OpenTP1 Version 7 Programming Reference C Language
This section lists the changes to the MCF event interfaces.
| Version 6 or earlier | Version 7 |
|---|---|
<For 32-bit architecture>struct dc_mcf_evtheader {
char mcfevt_name[9] ;
char le_name[16] ;
char cn_name[9] ;
unsigned char format_kind;
char reserve01;
long time ;
};
|
struct dc_mcf_evtheader {
char mcfevt_name[9] ;
char le_name[16] ;
char cn_name[9] ;
unsigned char format_kind;
char reserve01;
DCLONG time ;
};
|
<For 64-bit architecture>struct dc_mcf_evtheader {
char mcfevt_name[9] ;
char le_name[16] ;
char cn_name[9] ;
unsigned char format_kind;
char reserve01;
int time ;
};
|
All Rights Reserved. Copyright (C) 2006, 2010, Hitachi, Ltd.