Functions | |
const bool | dataqsdk::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. | |
const bool | dataqsdk::OverRun () |
Determines whether the input buffer OR the device buffer overflowed. | |
const bool | di194_dsdk::OverRun () |
Determines whether the input buffer OR the device buffer overflowed. | |
virtual const bool | dsdk::ControlError (long int &Code) |
Determines the last library error. | |
virtual const bool | dsdk::NewData (long int &Count) |
Determines whether new data is available according to the event point. | |
virtual const bool | dsdk::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.
Return true when the event occurs and update their arguments with the proper value.
|
Determines the last library error. Gives priority to other internal library errors over interface class errors.
Error Codes set:
Definition at line 1139 of file dataqsdk.cpp. References dsdk::ControlError(), dataqsdk::m_classID, and dataqsdk::m_last_error. |
Here is the call graph for this function:
|
Determines whether new data is available according to the event point.
Error Codes set:
Definition at line 1176 of file dataqsdk.cpp. References dataqsdk::m_classID, dataqsdk::m_last_error, and dsdk::NewData(). |
Here is the call graph for this function:
|
Determines whether the input buffer OR the device buffer overflowed. This error may be misleading if someone recompiled their kernel with different serial buffer sizes.
Error Codes set:
Definition at line 1201 of file dataqsdk.cpp. References dataqsdk::m_classID, dataqsdk::m_last_error, and dsdk::OverRun(). |
Here is the call graph for this function:
|
Determines whether the input buffer OR the device buffer overflowed. 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:
Reimplemented from dsdk. Definition at line 894 of file di194.cpp. References di_serial_io::bytes_in_receive(), di_serial_io::is_comm_open(), and di194_dsdk::m_connection. |
Here is the call graph for this function:
|
Determines the last library error.
Definition at line 372 of file dsdk.cpp. Referenced by dataqsdk::ControlError(). |
|
Determines whether new data is available according to the event point.
Definition at line 389 of file dsdk.cpp. References dsdk::AvailableData(). Referenced by dataqsdk::NewData(). |
Here is the call graph for this function:
|
Determines whether the input buffer OR the device buffer overflowed. This error may be misleading if someone recompiled their kernel with different serial buffer sizes.
Error Codes set:
Reimplemented in di194_dsdk. Definition at line 413 of file dsdk.cpp. Referenced by dataqsdk::OverRun(). |