argos::CCI_CameraSensor::SInterface Struct Reference

#include <ci_camera_sensor.h>

Collaboration diagram for argos::CCI_CameraSensor::SInterface:

Public Types

typedef std::vector< SInterfaceTVector
 

Public Member Functions

 SInterface (const std::string &str_id, const std::vector< CCI_CameraSensorAlgorithm * > &vec_algorithms)
 

Public Attributes

std::string Id
 
std::vector< CCI_CameraSensorAlgorithm * > Algorithms
 

Detailed Description

Definition at line 23 of file ci_camera_sensor.h.

Member Typedef Documentation

◆ TVector

Definition at line 30 of file ci_camera_sensor.h.

Constructor & Destructor Documentation

◆ SInterface()

argos::CCI_CameraSensor::SInterface::SInterface ( const std::string &  str_id,
const std::vector< CCI_CameraSensorAlgorithm * > &  vec_algorithms 
)
inline

Definition at line 24 of file ci_camera_sensor.h.

Member Data Documentation

◆ Algorithms

std::vector<CCI_CameraSensorAlgorithm*> argos::CCI_CameraSensor::SInterface::Algorithms

Definition at line 29 of file ci_camera_sensor.h.

◆ Id

std::string argos::CCI_CameraSensor::SInterface::Id

Definition at line 28 of file ci_camera_sensor.h.