mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Add RADGigalog for Windows
Ethernet communication with device only
This commit is contained in:
@@ -42,6 +42,10 @@ static std::vector<DeviceType> supportedDevices = {
|
||||
RADGalaxy::DEVICE_TYPE,
|
||||
#endif
|
||||
|
||||
#ifdef __RADGIGALOG_ETH_H_
|
||||
RADGigalogETH::DEVICE_TYPE,
|
||||
#endif
|
||||
|
||||
#ifdef __RADPLUTOUSB_H_
|
||||
RADPlutoUSB::DEVICE_TYPE,
|
||||
#endif
|
||||
@@ -128,6 +132,10 @@ std::vector<std::shared_ptr<Device>> DeviceFinder::FindAll() {
|
||||
findResults.push_back(RADGalaxy::Find(pcapDevices));
|
||||
#endif
|
||||
|
||||
#ifdef __RADGIGALOG_ETH_H_
|
||||
findResults.push_back(RADGigalogETH::Find(pcapDevices));
|
||||
#endif
|
||||
|
||||
#ifdef __RADPLUTOUSB_H_
|
||||
findResults.push_back(RADPlutoUSB::Find());
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user