#include <bluemelon/types.h>
#include <bluesense/external/bsDeviceInterface.h>
|
|
The number of analog outputs |
|
|
This (opaque) structure represents the device specific data of a dac device.
|
|
|
This enumeration describes the dac output ports |
|
||||||||||||
|
Returns the current set output of a specific dac.
|
|
||||||||||||
|
Fills an array with the current set outputs.
|
|
|
Returns a Dac device instance from a device info pointer (obtained from the device table).
|
|
||||||||||||
|
Returns the value of a specific output, which is currently underway to the device
|
|
||||||||||||
|
Fills an array with outputs which are currently underway to the device
|
|
|
Checks if the output get request is finished
|
|
|
Checks if the output set request is finished
|
|
|
Returns the current set time out delay. The time out delay is used to check if a request was acknowledged in the set time. If an answer to a request is not received within the set time, the request is resent.
|
|
|
Sends a request to retrieve the current set outputs
|
|
||||||||||||||||
|
Requests the dac device to set one of its outputs to a new value
|
|
||||||||||||||||
|
Requests the dac device to set its dacs to new outputs
|
|
|
Resets the internal state of the software, this causes the state of the module to be retrieved from the hardware. Also the timout and offset values are reset to their defaults.
|
|
||||||||||||
|
Sets the time out value which is used to check if a request was acknowledged in the set time. If an answer to a request is not received within the set time, the request is resent.
|
1.4.4