Cat
CatSpecs_load.cpp
Go to the documentation of this file.
1 // $Id: $
2 // Include files
3 // Include files
4 #include <iostream>
5 
6 //#include "DeclareFactoryEntries.h"
7 #include "DLL.h"
8 
9 // Elements
10 #include "SpecsInterface.h"
11 #include "SpecsI2c.h"
12 #include "SpecsParallelBus.h"
13 #include "SpecsMaster.h"
14 #include "SpecsSlave.h"
15 // Processus
16 
17 DECLARE_DLL ( CatSpecs ){
18  DECLARE_ELEMENT ( SpecsI2c,Specs I2c bus element);
19  DECLARE_ELEMENT ( SpecsParallelBus,Specs parallel bus element);
20  DECLARE_ELEMENT ( SpecsMaster,Specs Master interface description);
21  DECLARE_ELEMENT ( SpecsSlave,Specs Slave interface description);
22 }
23 
28 
29 
#define DECLARE_ELEMENT(x, y)
Definition: DLL.h:26
DECLARE_DLL(CatSpecs)
#define FACTORY(type, x)
Definition: DLL.h:43