This is the part of the function. intCameraCollectionIR::connectIR() { CyDeviceF
ID: 3612245 • Letter: T
Question
This is the part of the function. intCameraCollectionIR::connectIR(){
CyDeviceFinder lFinder;
CyDeviceFinder::DeviceList lIPEngineList;
lFinder.Find(
CY_DEVICE_ACCESS_MODE_EBUS,
lIPEngineList,
100,
true ); ..... what's this part doing? And what does " :: " means? and throughout the whole function I did not see thedeclaration for "CyDeviceFinder lFinder" what is "CyDeviceFinder lFinder"? please hlep This is the part of the function. intCameraCollectionIR::connectIR()
{
CyDeviceFinder lFinder;
CyDeviceFinder::DeviceList lIPEngineList;
lFinder.Find(
CY_DEVICE_ACCESS_MODE_EBUS,
lIPEngineList,
100,
true ); ..... what's this part doing? And what does " :: " means? and throughout the whole function I did not see thedeclaration for "CyDeviceFinder lFinder" what is "CyDeviceFinder lFinder"? please hlep ..... what's this part doing? And what does " :: " means? and throughout the whole function I did not see thedeclaration for "CyDeviceFinder lFinder" what is "CyDeviceFinder lFinder"? please hlep