Critical Link MityCam SoC Firmware  1.0
Critical Link MityCam SoC Firmware
SimSensorPlugin.h File Reference
#include "CameraTypes.h"
#include "SimSensorSensorBoard.h"
Include dependency graph for SimSensorPlugin.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int sensorType ()
 sensorType Required API for MityCAM sensor plugin. Reports a unique ID that the underlying tcSensorBoard implementation will operate with. The returned value must match the ID called out in the main application configuration file. At the moment, the ID's are not defined in a source file in order to keep specific sensor implementations private. More...
 
SocCamera::tcSensorBoardmakeSensor (const char *args)
 makeSensor the tcSensorBoard factory for the plugin. More...
 

Function Documentation

◆ makeSensor()

SocCamera::tcSensorBoard* makeSensor ( const char *  args)

makeSensor the tcSensorBoard factory for the plugin.

Parameters
argsarguments passed in by the calling application. These are extracted from the main application configuration file (the line immediately following the sensor ID).
Returns
the tcSensorBoard implementation.

◆ sensorType()

int sensorType ( )

sensorType Required API for MityCAM sensor plugin. Reports a unique ID that the underlying tcSensorBoard implementation will operate with. The returned value must match the ID called out in the main application configuration file. At the moment, the ID's are not defined in a source file in order to keep specific sensor implementations private.

Returns
the ID this plugin will support.