Cat
Functions
CatCore_load.cpp File Reference
#include <iostream>
#include "DLL.h"
#include "Register.h"
#include "RAM.h"
#include "UsbI2cBus.h"
#include "UsbSpiBus.h"

Go to the source code of this file.

Functions

 DECLARE_DLL (CatCore)
 

Function Documentation

◆ DECLARE_DLL()

DECLARE_DLL ( CatCore  )

Definition at line 17 of file CatCore_load.cpp.

References DECLARE_ELEMENT, and FACTORY.

17  {
18  DECLARE_ELEMENT ( RAM,Generic RAM);
20  DECLARE_ELEMENT ( UsbI2cBus, I2c bus from Usb interface );
21  DECLARE_ELEMENT ( UsbSpiBus, Spi bus from Usb interface );
22 }
Definition: RAM.h:16
#define DECLARE_ELEMENT(x, y)
Definition: DLL.h:26