forked from epics_driver_modules/motorBase
add support for E-871 and E-873 as "motor" controllers
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