/[PAMELA software]/root2paw/src/libfiaclev1.C
ViewVC logotype

Annotation of /root2paw/src/libfiaclev1.C

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Mon Dec 5 16:17:38 2005 UTC (19 years ago) by mocchiut
Branch point for: GroundDataConvert, MAIN
File MIME type: text/plain
Initial revision

1 mocchiut 1.1 //
2     // Written by Emiliano Mocchiutti
3     //
4     #include "cacstruct.h"
5     #define fiaclev1 fiaclev1_
6     extern "C" int fiaclev1();
7    
8     void cfiaclev1( AClev1 & aclevel1 ) {
9     extern struct AClev1 aclev1_;
10     memcpy(&aclev1_, &aclevel1, sizeof(aclevel1));
11     fiaclev1();
12     };

  ViewVC Help
Powered by ViewVC 1.1.23