SgcConnectionProfile Struct Reference

SgcConnectionProfile Struct Reference

data structure representing the state of a loaded connection profile More...

#include <siso_genicam.h>

Data Fields

SgcBoardHandleboardHandle
 
int * cameraConnectionStates
 
int cameraCount
 
SgcCameraHandle ** cameraHandles
 
SgcCameraInfo ** cameraInfos
 

Detailed Description

data structure representing the state of a loaded connection profile

Remarks
SgcConnectionProfile, that gets filled by the the function Sgc_LoadConnectionProfile of siso_genicam. It stores the board handle and camera related data (camera count, camera handles, camera infos, camera connection states).

Field Documentation

◆ boardHandle

SgcBoardHandle* SgcConnectionProfile::boardHandle

board handle

◆ cameraConnectionStates

int* SgcConnectionProfile::cameraConnectionStates

array of camera connection states [0..cameraCount], see SGC_CP_CAMERA_STATE_XXX

◆ cameraCount

int SgcConnectionProfile::cameraCount

number of cameras in this profile

◆ cameraHandles

SgcCameraHandle** SgcConnectionProfile::cameraHandles

array of camera handles [0..cameraCount]

◆ cameraInfos

SgcCameraInfo** SgcConnectionProfile::cameraInfos

array of camera infos [0..cameraCount]