Interface | Description |
---|---|
Input |
Base class for any object that can act as input.
|
Output |
Base class for any object that can act as output.
|
Class | Description |
---|---|
AnalogInput |
Offers functionality of the different kind of analog inputs.
|
AnalogOutput |
Offers functionality for analog outputs.
|
Counter |
Offers functionality for counter periphery.
|
CurrentSource |
Offers functionality for current sources.
|
Device |
The primary object to communicate with a CeboMsr-compatible device.
|
DeviceType |
Values to be used in enumeration.
|
DigitalPort |
Offers functionality to work with digital ports.
|
InputFrame |
One or more instances of this interface are returned when reading one or multiple
frames previously setup using
Device .setupInputFrame(). |
Led |
Offers functionality of for LED's.
|
LibraryInterface |
Class that is responsible for all device independent functionality.
|
OutputFrame |
Class to use when setting multiple outputs simultaneous.
|
Range |
These objects are used to set the range of analog inputs and outputs.
|
Trigger |
Offers functionality for triggers.
|
Enum | Description |
---|---|
Counter.CounterConfig |
The possible trigger configuration values.
|
Trigger.TriggerConfig |
The possible trigger configuration values.
|