mirror of
https://github.com/preble/libpinproc
synced 2026-02-24 18:25:23 +01:00
Made PRDevice::Reset public for use in pinproctest and added a parameter to allow the disabled driver and switch rule structures to be written to the P-ROC.
This commit is contained in:
@@ -44,6 +44,7 @@ class PRDevice
|
||||
public:
|
||||
static PRDevice *Create(PRMachineType machineType);
|
||||
~PRDevice();
|
||||
void Reset(bool updateDevice);
|
||||
protected:
|
||||
PRDevice(PRMachineType machineType);
|
||||
|
||||
@@ -121,8 +122,6 @@ protected:
|
||||
|
||||
|
||||
// Local Device State
|
||||
void Shutdown();
|
||||
void Reset();
|
||||
PRMachineType machineType;
|
||||
PRDriverGlobalConfig driverGlobalConfig;
|
||||
PRDriverGroupConfig driverGroups[maxDriverGroups];
|
||||
|
||||
Reference in New Issue
Block a user