| 813 | } |
| 814 | |
| 815 | void Disk2InterfaceCard::GetLightStatus(Disk_Status_e *pDisk1Status, Disk_Status_e *pDisk2Status) |
| 816 | { |
| 817 | if (pDisk1Status) |
| 818 | *pDisk1Status = GetDriveLightStatus(DRIVE_1); |
| 819 | |
| 820 | if (pDisk2Status) |
| 821 | *pDisk2Status = GetDriveLightStatus(DRIVE_2); |
| 822 | } |
| 823 | |
| 824 | //=========================================================================== |
| 825 |
no outgoing calls
no test coverage detected