RAD-Moon3: Add initial support

This commit is contained in:
Bryant Jones
2023-04-20 17:14:22 +00:00
parent 83f6c611fe
commit af31aa23ad
9 changed files with 124 additions and 1 deletions
+3
View File
@@ -1042,6 +1042,9 @@ int LegacyDLLExport icsneoGetDeviceSettingsType(void* hObject, EPlasmaIonVnetCha
case NEODEVICE_RADGIGALOG:
*pDeviceSettingsType = DeviceRADGigalogSettingsType;
break;
case NEODEVICE_RADMOON3:
*pDeviceSettingsType = DeviceRADMoon3SettingsType;
break;
default:
return 0;
}