mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Add ValueCAN 4 Industrial
This commit is contained in:
@@ -106,6 +106,14 @@ static std::vector<DeviceType> supportedDevices = {
|
||||
ValueCAN4_4::DEVICE_TYPE,
|
||||
#endif
|
||||
|
||||
#ifdef __VALUECAN4INDUSTRIAL_ETH_H_
|
||||
ValueCAN4IndustrialETH::DEVICE_TYPE,
|
||||
#endif
|
||||
|
||||
#ifdef __VALUECAN4INDUSTRIAL_USB_H_
|
||||
ValueCAN4IndustrialUSB::DEVICE_TYPE,
|
||||
#endif
|
||||
|
||||
#ifdef __VIVIDCAN_H_
|
||||
VividCAN::DEVICE_TYPE,
|
||||
#endif
|
||||
@@ -220,6 +228,14 @@ std::vector<std::shared_ptr<Device>> DeviceFinder::FindAll() {
|
||||
findResults.push_back(ValueCAN4_4::Find());
|
||||
#endif
|
||||
|
||||
#ifdef __VALUECAN4INDUSTRIAL_ETH_H_
|
||||
findResults.push_back(ValueCAN4IndustrialETH::Find(pcapDevices));
|
||||
#endif
|
||||
|
||||
#ifdef __VALUECAN4INDUSTRIAL_USB_H_
|
||||
findResults.push_back(ValueCAN4IndustrialUSB::Find());
|
||||
#endif
|
||||
|
||||
#ifdef __VIVIDCAN_H_
|
||||
findResults.push_back(VividCAN::Find());
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user