mEmcRawToLong.h

Go to the documentation of this file.
00001 #ifndef __MEMCRAWTOLONG_H__
00002 #define __MEMCRAWTOLONG_H__
00003 
00004 #include "table_header.h"
00005 
00006 #include "dEmcRawData.h"
00007 
00008 #include "dEmcDCMLongData.h"
00009 
00010 #ifdef __cplusplus
00011 extern "C"
00012 {
00013 #endif
00014   long memcrawtolong_(
00015        TABLE_HEAD_ST*, DEMCRAWDATA_ST*,
00016        TABLE_HEAD_ST*, DEMCDCMLONGDATA_ST*
00017                );
00018 #ifdef __cplusplus
00019 }
00020 #endif
00021 #define mEmcRawToLong_ memcrawtolong_
00022 
00023 #endif /*__MEMCRAWTOLONG_H__*/