Changeset 3913 in Sophya for trunk/AddOn/TAcq/mfacq.h
- Timestamp:
- Nov 26, 2010, 2:45:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AddOn/TAcq/mfacq.h
r3876 r3913 3 3 #include <signal.h> 4 4 #include <iostream> 5 #include <fstream> 6 5 7 #include <stdlib.h> 6 8 #include <string.h> … … 40 42 // Fonctions appelees par le main 41 43 void Usage(bool fgshort=true); 42 int DecodeArgs(string Fibres); 43 44 int DecodeArgs(int narg, char* arg[]); 44 45 45 46 int PCIEToEthernetTransfer();
Note:
See TracChangeset
for help on using the changeset viewer.