Functions | |
const bool | dataqsdk::ControlError (long int &Code) |
Determines the last library error. | |
virtual const bool | dsdk::ControlError (long int &Code) |
Determines the last library error. | |
const bool | dataqsdk::NewData (long int &Count) |
Determines whether new data is available according to the event point. | |
virtual const bool | dsdk::NewData (long int &Count) |
Determines whether new data is available according to the event point. | |
const bool | di194_dsdk::OverRun () |
Determines whether the input buffer OR the device buffer overflowed. | |
virtual const bool | dsdk::OverRun () |
Determines whether the input buffer OR the device buffer overflowed. | |
const bool | dataqsdk::OverRun () |
Determines whether the input buffer OR the device buffer overflowed. |
Return true when the event occurs and update their arguments with the proper value.
const bool dataqsdk::ControlError | ( | long int & | Code ) | [inherited] |
Gives priority to other internal library errors over interface class errors.
Error Codes set:
ENODEV = No device specified.
ENOSYS = Function not supported.
Other codes are device dependent.
Code | Will be changed to the value of the last error. |
Definition at line 1139 of file dataqsdk.cpp.
const bool dsdk::ControlError | ( | long int & | Code ) | [virtual, inherited] |
const bool dataqsdk::NewData | ( | long int & | Count ) | [inherited] |
Error Codes set:
ENODEV = No device specified.
ENOSYS = Function not supported.
Other codes are device dependent.
Count | Number of new data points. |
Definition at line 1176 of file dataqsdk.cpp.
const bool dsdk::NewData | ( | long int & | Count ) | [virtual, inherited] |
const bool di194_dsdk::OverRun | ( | ) | [virtual, inherited] |
This error may be misleading if someone recompiled their kernel with different serial buffer sizes. Current size is: (DI_SERIAL_BUFFER_SIZE).
Error Codes set:
ENOLINK = Not connected.
Reimplemented from dsdk.
Definition at line 899 of file di194.cpp.
const bool dsdk::OverRun | ( | ) | [virtual, inherited] |
This error may be misleading if someone recompiled their kernel with different serial buffer sizes.
Error Codes set:
ENOSYS = Function not supported.
Reimplemented in di194_dsdk.
const bool dataqsdk::OverRun | ( | ) | [inherited] |
This error may be misleading if someone recompiled their kernel with different serial buffer sizes.
Error Codes set:
ENODEV = No device specified.
ENOSYS = Function not supported.
Other codes are device dependent.
Definition at line 1201 of file dataqsdk.cpp.