|
MOOS 0.2375
|
#include <KeithleyBatteryDriver.h>


Public Member Functions | |
| bool | IsError () |
| CKeithleyBatteryDriver () | |
| virtual | ~CKeithleyBatteryDriver () |
| virtual bool | Initialise () |
| virtual bool | GetData () |
Protected Member Functions | |
| bool | ParseKeithleyString (string &sReply) |
Protected Attributes | |
| bool | m_bError |
Definition at line 44 of file KeithleyBatteryDriver.h.
| CKeithleyBatteryDriver::CKeithleyBatteryDriver | ( | ) |
Definition at line 41 of file KeithleyBatteryDriver.cpp.
| CKeithleyBatteryDriver::~CKeithleyBatteryDriver | ( | ) | [virtual] |
Definition at line 46 of file KeithleyBatteryDriver.cpp.
| bool CKeithleyBatteryDriver::GetData | ( | ) | [virtual] |
Implements CBatteryDriver.
Definition at line 58 of file KeithleyBatteryDriver.cpp.
| bool CKeithleyBatteryDriver::Initialise | ( | ) | [virtual] |
Implements CBatteryDriver.
Definition at line 51 of file KeithleyBatteryDriver.cpp.
| bool CKeithleyBatteryDriver::IsError | ( | ) | [virtual] |
Reimplemented from CBatteryDriver.
Definition at line 134 of file KeithleyBatteryDriver.cpp.
| bool CKeithleyBatteryDriver::ParseKeithleyString | ( | string & | sReply | ) | [protected] |
Definition at line 103 of file KeithleyBatteryDriver.cpp.
bool CKeithleyBatteryDriver::m_bError [protected] |
Definition at line 56 of file KeithleyBatteryDriver.h.
1.7.4