a first implementation for the triumf mud-format. Start migrating towards real CERN ROOT notation int->Int_t, etc.
This commit is contained in:
9
src/external/mud/src/mud.h
vendored
9
src/external/mud/src/mud.h
vendored
@@ -1,5 +1,10 @@
|
||||
#ifndef _MUD_H_
|
||||
#define _MUD_H_
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/*
|
||||
* v1.2
|
||||
*
|
||||
@@ -679,5 +684,9 @@ int MUD_setIndVarTimeData _ANSI_ARGS_(( int fd, int num, UINT32* pTimeData ));
|
||||
int MUD_setIndVarpData _ANSI_ARGS_(( int fd, int num, void* pData ));
|
||||
int MUD_setIndVarpTimeData _ANSI_ARGS_(( int fd, int num, UINT32* pTimeData ));
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* _MUD_H_ */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user