Skip navigation links
A C D E F G I L O P R S T U V W 

A

All - Static variable in class com.cesys.cebomsr.DeviceType
 
AnalogInput - Class in com.cesys.cebomsr
Offers functionality of the different kind of analog inputs.
AnalogOutput - Class in com.cesys.cebomsr
Offers functionality for analog outputs.

C

calculateMaxBufferedInputFrames() - Method in class com.cesys.cebomsr.Device
Calculate maximum count of frames that can be buffered on the device when using multiple frame mode.
CeboLC - Static variable in class com.cesys.cebomsr.DeviceType
 
CeboStick - Static variable in class com.cesys.cebomsr.DeviceType
 
checkError(int) - Static method in class com.cesys.utils.Loader
Check return code of library calls.
close() - Method in class com.cesys.cebomsr.Device
Close device.
com.cesys.cebomsr - package com.cesys.cebomsr
 
com.cesys.utils - package com.cesys.utils
 
Counter - Class in com.cesys.cebomsr
Offers functionality for counter periphery.
Counter.CounterConfig - Enum in com.cesys.cebomsr
The possible trigger configuration values.
createOutputFrame() - Method in class com.cesys.cebomsr.Device
Create OutputFrame instance specific to this device.
CurrentSource - Class in com.cesys.cebomsr
Offers functionality for current sources.

D

Device - Class in com.cesys.cebomsr
The primary object to communicate with a CeboMsr-compatible device.
DeviceType - Class in com.cesys.cebomsr
Values to be used in enumeration.
DigitalPort - Class in com.cesys.cebomsr
Offers functionality to work with digital ports.

E

enumerate(DeviceType) - Static method in class com.cesys.cebomsr.LibraryInterface
Enumerate devices on this system.

F

FlagResetInputFifo - Static variable in class com.cesys.cebomsr.Device
Valid flags to use with Device.resetPeripherals().
fromUInt32(int) - Static method in class com.cesys.utils.Loader
Convert int to 32 bit unsigned representation in a long.

G

getAnalogOutputs() - Method in class com.cesys.cebomsr.Device
Return list of analog outputs.
getApiVersion() - Static method in class com.cesys.cebomsr.LibraryInterface
Request version of the CeboMsr-Base-API.
getConfig() - Method in class com.cesys.cebomsr.Counter
Request configuration of the counter.
getConfig() - Method in class com.cesys.cebomsr.Trigger
Request configuration of the trigger.
getCounter(int) - Method in class com.cesys.cebomsr.InputFrame
Read value of specified counter.
getCounters() - Method in class com.cesys.cebomsr.Device
Return list of counters.
getCurrentSources() - Method in class com.cesys.cebomsr.Device
Return list of current sources.
getDefaultInterChannelDelay(Range) - Method in class com.cesys.cebomsr.AnalogInput
Request default interchannel delay at the given range setting.
getDeviceType() - Method in class com.cesys.cebomsr.Device
Get actual type of device.
getDifferential(int) - Method in class com.cesys.cebomsr.InputFrame
Read value from differential input with given index.
getDifferentialInputs() - Method in class com.cesys.cebomsr.Device
Return list of differential analog inputs.
getDigitalPort(int) - Method in class com.cesys.cebomsr.InputFrame
Read value from digital port with given index.
getDigitalPorts() - Method in class com.cesys.cebomsr.Device
Return list of digital ports.
getFirmwareVersion() - Method in class com.cesys.cebomsr.Device
Read string which contains the firmware version.
getIdentifier() - Method in class com.cesys.cebomsr.Device
Return unique id of device.
getInterChannelDelay() - Method in class com.cesys.cebomsr.AnalogInput
Read active interchannel delay.
getIoCount() - Method in class com.cesys.cebomsr.DigitalPort
Return count of I/O's for the specified port.
getIoName(int) - Method in class com.cesys.cebomsr.DigitalPort
Return name of the I/O as specified by io.
getLeds() - Method in class com.cesys.cebomsr.Device
Return list of LED's.
getMaxValue() - Method in class com.cesys.cebomsr.Range
Return upper voltage.
getMinInterChannelDelay() - Method in class com.cesys.cebomsr.AnalogInput
Return minimum interchannel delay.
getMinValue() - Method in class com.cesys.cebomsr.Range
Return lower voltage.
getName() - Method in class com.cesys.cebomsr.AnalogInput
Returns name of the component.
getName() - Method in class com.cesys.cebomsr.AnalogOutput
Returns name of the component.
getName() - Method in class com.cesys.cebomsr.Counter
Returns name of the component.
getName() - Method in class com.cesys.cebomsr.CurrentSource
Returns name of the component.
getName() - Method in class com.cesys.cebomsr.DeviceType
Return instance name, "Usb", "All", ...
getName() - Method in class com.cesys.cebomsr.DigitalPort
Returns name of the component.
getName() - Method in class com.cesys.cebomsr.Led
Returns name of the component.
getName() - Method in class com.cesys.cebomsr.Trigger
Returns name of the component.
getRange() - Method in class com.cesys.cebomsr.AnalogInput
Read active range level.
getRange() - Method in class com.cesys.cebomsr.AnalogOutput
Read active range level.
getReferenceCurrent() - Method in class com.cesys.cebomsr.CurrentSource
Returns the real current of the constant current source in micro ampere.
getSerialNumber() - Method in class com.cesys.cebomsr.Device
Return serial number of device.
getSingleEnded(int) - Method in class com.cesys.cebomsr.InputFrame
Read value from single ended input with given index.
getSingleEndedInputs() - Method in class com.cesys.cebomsr.Device
Return list of single ended analog inputs.
getSupportedRanges() - Method in class com.cesys.cebomsr.AnalogInput
Return list of the supported ranges.
getSupportedRanges() - Method in class com.cesys.cebomsr.AnalogOutput
Return list of the supported ranges.
getTemperature() - Method in class com.cesys.cebomsr.Device
Read device temperature in degree celsius.
getTrigger(int) - Method in class com.cesys.cebomsr.InputFrame
Read level from trigger with given index.
getTriggers() - Method in class com.cesys.cebomsr.Device
Return list of triggers.
getWatchdogTimeout() - Method in class com.cesys.cebomsr.Device
Read current watchdog timeout setting (250 ms steps, 0xffffffff for infinite time).

I

Input - Interface in com.cesys.cebomsr
Base class for any object that can act as input.
InputFrame - Class in com.cesys.cebomsr
One or more instances of this interface are returned when reading one or multiple frames previously setup using Device.setupInputFrame().
isEnabled() - Method in class com.cesys.cebomsr.Counter
Get current counter state.
isEnabled() - Method in class com.cesys.cebomsr.Trigger
Get current trigger state.

L

Led - Class in com.cesys.cebomsr
Offers functionality of for LED's.
LibraryInterface - Class in com.cesys.cebomsr
Class that is responsible for all device independent functionality.
Loader - Class in com.cesys.utils
 
Loader() - Constructor for class com.cesys.utils.Loader
 

O

open() - Method in class com.cesys.cebomsr.Device
Open device.
Output - Interface in com.cesys.cebomsr
Base class for any object that can act as output.
OutputFrame - Class in com.cesys.cebomsr
Class to use when setting multiple outputs simultaneous.

P

prepareLib(String, String, String) - Static method in class com.cesys.utils.Loader
 

R

Range - Class in com.cesys.cebomsr
These objects are used to set the range of analog inputs and outputs.
read() - Method in class com.cesys.cebomsr.AnalogInput
Read current voltage value.
read() - Method in class com.cesys.cebomsr.Counter
Read current counter value.
read() - Method in class com.cesys.cebomsr.DigitalPort
Read value currently active on the port.
readBlock(long, byte[]) - Method in class com.cesys.cebomsr.Device
*** Internal use only ***
readBlock(long, byte[], int) - Method in class com.cesys.cebomsr.Device
*** Internal use only ***
readBlocking(int) - Method in class com.cesys.cebomsr.Device
Read exact frameCount frames, return after completion, blocks until all data is available.
readFrame() - Method in class com.cesys.cebomsr.Device
Read multiple inputs using the previously defined list (setupInputFrame()).
readNonBlocking() - Method in class com.cesys.cebomsr.Device
Read at much possible available frames, return immediately.
readRegister(long) - Method in class com.cesys.cebomsr.Device
*** Internal use only ***
reset() - Method in class com.cesys.cebomsr.Counter
Reset counter to 0.
resetDevice() - Method in class com.cesys.cebomsr.Device
Restore startup defaults in device.
resetPeripherals(int) - Method in class com.cesys.cebomsr.Device
Reset specified elements in device.

S

setAnalogOutput(int, float) - Method in class com.cesys.cebomsr.OutputFrame
Define value that should be set on the specified analog output.
setConfig(Counter.CounterConfig) - Method in class com.cesys.cebomsr.Counter
Define behavior of the counter.
setConfig(Trigger.TriggerConfig) - Method in class com.cesys.cebomsr.Trigger
Define behavior of the trigger.
setDigitalPort(int, int) - Method in class com.cesys.cebomsr.OutputFrame
Define value that should be set on the specified digital port.
setEnabled(boolean) - Method in class com.cesys.cebomsr.Counter
Enable or disable counter.
setEnabled(boolean) - Method in class com.cesys.cebomsr.Led
Set state of the on-board led.
setEnabled(boolean) - Method in class com.cesys.cebomsr.Trigger
Enable or disable trigger.
setOutputEnableMask(int) - Method in class com.cesys.cebomsr.DigitalPort
Set output mask.
setParameters(Range) - Method in class com.cesys.cebomsr.AnalogInput
Set new range, interchannel delay is set to the default for this range.
setParameters(Range, int) - Method in class com.cesys.cebomsr.AnalogInput
Set range and user specified interchannel delay.
setParameters(Range) - Method in class com.cesys.cebomsr.AnalogOutput
Set new range.
setupInputFrame(Input[]) - Method in class com.cesys.cebomsr.Device
Define the inputs that were included in the next frame request (readFrame(), readBlocking() and readNonBlocking()).
setupOutputFrame(Output[]) - Method in class com.cesys.cebomsr.Device
Define the outputs that should be set using the next frame based out transfer.
setWatchdogTimeout(long) - Method in class com.cesys.cebomsr.Device
Set the watchdog timer in 250 ms steps, set to 0xffffffff for infinite time.
startBufferedDataAcquisition(float, int, boolean) - Method in class com.cesys.cebomsr.Device
Initialize a buffered data acquisition.
startBufferedExternalTimedDataAcquisition(int) - Method in class com.cesys.cebomsr.Device
Initialize a buffered data acquisition.
startContinuousDataAcquisition(float, boolean) - Method in class com.cesys.cebomsr.Device
Initialize a continuous data acquisition.
startContinuousExternalTimedDataAcquisition() - Method in class com.cesys.cebomsr.Device
Initialize a continuous data acquisition.
stopDataAcquisition() - Method in class com.cesys.cebomsr.Device
Stop any form of hardware managed data acquisition.

T

toString() - Method in class com.cesys.cebomsr.AnalogInput
 
toString() - Method in class com.cesys.cebomsr.AnalogOutput
 
toString() - Method in class com.cesys.cebomsr.Counter
 
toString() - Method in class com.cesys.cebomsr.CurrentSource
 
toString() - Method in class com.cesys.cebomsr.Device
 
toString() - Method in class com.cesys.cebomsr.DeviceType
 
toString() - Method in class com.cesys.cebomsr.DigitalPort
 
toString() - Method in class com.cesys.cebomsr.InputFrame
 
toString() - Method in class com.cesys.cebomsr.OutputFrame
 
toString() - Method in class com.cesys.cebomsr.Range
 
toString() - Method in class com.cesys.cebomsr.Trigger
 
toUint32(long) - Static method in class com.cesys.utils.Loader
As Java has no uint32, the parameter must be a long, but it must result in an int, that holds the binary version of the uint32.
Trigger - Class in com.cesys.cebomsr
Offers functionality for triggers.
Trigger.TriggerConfig - Enum in com.cesys.cebomsr
The possible trigger configuration values.

U

Usb - Static variable in class com.cesys.cebomsr.DeviceType
 

V

valueOf(String) - Static method in enum com.cesys.cebomsr.Counter.CounterConfig
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cesys.cebomsr.Trigger.TriggerConfig
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.cesys.cebomsr.Counter.CounterConfig
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cesys.cebomsr.Trigger.TriggerConfig
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(float) - Method in class com.cesys.cebomsr.AnalogOutput
Set voltage level directly.
write(int) - Method in class com.cesys.cebomsr.DigitalPort
Set output I/O's.
writeBlock(long, byte[]) - Method in class com.cesys.cebomsr.Device
*** Internal use only ***
writeBlock(long, byte[], int) - Method in class com.cesys.cebomsr.Device
*** Internal use only ***
writeFrame(OutputFrame) - Method in class com.cesys.cebomsr.Device
Write multiple outputs at once.
writeRegister(long, long) - Method in class com.cesys.cebomsr.Device
*** Internal use only ***
A C D E F G I L O P R S T U V W 
Skip navigation links