Critical Link MityCam SoC Firmware  1.0
Critical Link MityCam SoC Firmware
SimSensorPlugin.h
Go to the documentation of this file.
1 
8 #ifndef SIMSENSORPLUGIN_H
9 #define SIMSENSORPLUGIN_H
10 
11 #include "CameraTypes.h"
12 #include "SimSensorSensorBoard.h"
13 
14 extern "C" {
24 
32 SocCamera::tcSensorBoard *makeSensor(const char* args);
33 }
34 
35 #endif // SIMSENSORPLUGIN_H
SIMSENSORSENSORBOARD_ID
#define SIMSENSORSENSORBOARD_ID
THIS MUST BE CHANGED FOR EACH SENSOR BOARD. See README.txt in Sensors directory.
Definition: SimSensorSensorBoard.h:15
CameraTypes.h
SimSensorSensorBoard.h
makeSensor
SocCamera::tcSensorBoard * makeSensor(const char *args)
makeSensor the tcSensorBoard factory for the plugin.
Definition: SimSensorPlugin.cpp:11
SocCamera::tcSensorBoard
Definition: SensorBoard.h:40
sensorType
int sensorType()
sensorType Required API for MityCAM sensor plugin. Reports a unique ID that the underlying tcSensorBo...
Definition: SimSensorPlugin.h:23