Rev | Line | |
---|
[2] | 1 | #ifndef STDHEP_DECLARATIONS_H
|
---|
| 2 | #define STDHEP_DECLARATIONS_H
|
---|
| 3 |
|
---|
| 4 | /* declare the struct instances */
|
---|
| 5 |
|
---|
| 6 | #include "stdhep.h"
|
---|
| 7 | #include "hepev4.h"
|
---|
| 8 | #include "hepeup.h"
|
---|
| 9 | #include "heprup.h"
|
---|
| 10 | #include "stdtmp.h"
|
---|
| 11 | #include "stdhd.h"
|
---|
| 12 | #include "stdcnt.h"
|
---|
| 13 | #include "stdcm1.h"
|
---|
| 14 | #include "stdver.h"
|
---|
| 15 |
|
---|
| 16 | #if defined(c_plusplus) || defined(__cplusplus)
|
---|
| 17 | extern "C" {
|
---|
| 18 | #endif
|
---|
| 19 |
|
---|
| 20 | struct hepevt myhepevt;
|
---|
| 21 | struct hepev2 hepev2_;
|
---|
| 22 | struct hepev3 hepev3_;
|
---|
| 23 | struct hepev4 hepev4_;
|
---|
| 24 | struct hepev5 hepev5_;
|
---|
| 25 | struct hepeup hepeup_;
|
---|
| 26 | struct heprup heprup_;
|
---|
| 27 | struct stdcnt stdcnt_;
|
---|
| 28 | struct stdhd1 stdhd1_;
|
---|
| 29 | struct stdhd2 stdhd2_;
|
---|
| 30 | struct stdtmp stdtmp_;
|
---|
| 31 | struct tmpev4 tmpev4_;
|
---|
| 32 | struct stdcm1 stdcm1_;
|
---|
| 33 | struct stdcm2 stdcm2_;
|
---|
| 34 | struct stdver stdver_;
|
---|
| 35 |
|
---|
| 36 | #if defined(c_plusplus) || defined(__cplusplus)
|
---|
| 37 | }
|
---|
| 38 | #endif
|
---|
| 39 |
|
---|
| 40 | #endif /* STDHEP_DECLARATIONS_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.