Warning: include(php/utility.php): Failed to open stream: No such file or directory in /home/argos/argos3/doc/api/embedded/a02718.php on line 2

Warning: include(): Failed opening 'php/utility.php' for inclusion (include_path='.:/usr/lib64/php') in /home/argos/argos3/doc/api/embedded/a02718.php on line 2
The ARGoS Website

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.