nl.lxtreme.ols.api
Interface Ols


public interface Ols

Defines some bare constants, used throughout the rest of the application.


Field Summary
static int CHANNELS_PER_BLOCK
          The number of channels per block.
static int MAX_BLOCKS
          The maximum number of blocks.
static int MAX_CHANNELS
          The maximum number of channels.
static int MAX_CURSORS
          The maximum number of cursors that can be set.
static int NOT_AVAILABLE
          indicates that rate or trigger position are not available
 

Field Detail

NOT_AVAILABLE

static final int NOT_AVAILABLE
indicates that rate or trigger position are not available

See Also:
Constant Field Values

MAX_CURSORS

static final int MAX_CURSORS
The maximum number of cursors that can be set.

See Also:
Constant Field Values

MAX_CHANNELS

static final int MAX_CHANNELS
The maximum number of channels.

See Also:
Constant Field Values

CHANNELS_PER_BLOCK

static final int CHANNELS_PER_BLOCK
The number of channels per block.

See Also:
Constant Field Values

MAX_BLOCKS

static final int MAX_BLOCKS
The maximum number of blocks.

See Also:
Constant Field Values


Copyright © 2012 L'Xtreme IT consultancy. All Rights Reserved.