Cat
CatNI_load.cpp
Go to the documentation of this file.
1 // $Id: $
2 // Include files
3 #include <iostream>
4 
5 //#include "DeclareFactoryEntries.h"
6 #include "DLL.h"
7 
8 
9 // Elements
10 #include "NI6008.h"
11 // Processus
12 #include "CurrentMeasurement.h"
13 #include "ADCMeasurement.h"
14 
15 DECLARE_DLL ( CatNI )
16 {
17  DECLARE_ELEMENT ( NI6008, NI6008 acquisition system);
20 }
21 
25 
#define DECLARE_ELEMENT(x, y)
Definition: DLL.h:26
#define DECLARE_PROCESSUS(x, y)
Definition: DLL.h:29
DECLARE_DLL(CatNI)
Definition: CatNI_load.cpp:15
#define FACTORY(type, x)
Definition: DLL.h:43
Definition: NI6008.h:26