|
|
Method to read one packet of information from the sensor. This should be overriden in derived classes. For Sensor class, this method checks to see if the Sensor has been initialized by a call to the Initialize() method. Derived classes should call Sensor::Read(const Type& data) before executing specific reading commands for their sensor.
- Returns:
- true or false. If false, call GetError() for detailed information
- Parameters:
-
| data | On return, data will hold the information that is read from the sensor |
- Exceptions:
-
|