OpenTP1 Version 7 Programming Reference C Language

[Contents][Index][Back][Next]

Appendix B.3 MCF event interfaces

This section lists the changes to the MCF event interfaces.

Organization of this subsection
(1) Structure format of MCF event that reports discarding of a timer-start message (ERREVT4)

(1) Structure format of MCF event that reports discarding of a timer-start message (ERREVT4)

(a) Format of the common header for MCF event information
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 ;
  };