forked from epics_driver_modules/motorBase
Merge pull request #45 from PI-SRau/PI-E-871_873
Support PI E-871 and E-873
This commit is contained in:
@@ -46,6 +46,8 @@ PIGCSController* PIGCSController::CreateGCSController(PIInterface* pInterface, c
|
||||
|| strstr(szIDN, "C-867") != NULL
|
||||
|| strstr(szIDN, "C-884") != NULL
|
||||
|| strstr(szIDN, "E-861") != NULL
|
||||
|| strstr(szIDN, "E-871") != NULL
|
||||
|| strstr(szIDN, "E-873") != NULL
|
||||
)
|
||||
{
|
||||
return new PIGCSMotorController(pInterface, szIDN);
|
||||
|
||||
Reference in New Issue
Block a user