Cat
Functions
CatSpecs_load.cpp File Reference
#include <iostream>
#include "DLL.h"
#include "SpecsInterface.h"
#include "SpecsI2c.h"
#include "SpecsParallelBus.h"
#include "SpecsMaster.h"
#include "SpecsSlave.h"

Go to the source code of this file.

Functions

 DECLARE_DLL (CatSpecs)
 

Function Documentation

◆ DECLARE_DLL()

DECLARE_DLL ( CatSpecs  )

Definition at line 17 of file CatSpecs_load.cpp.

References DECLARE_ELEMENT, and FACTORY.

17  {
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 }
#define DECLARE_ELEMENT(x, y)
Definition: DLL.h:26