2010-01-26 1.2.0

org.eclipse.soda.dk.generic.io.simulator.device.service
Interface GenericIoSimulatorDeviceService

All Known Implementing Classes:
GenericIoSimulatorDevice

public interface GenericIoSimulatorDeviceService

Simulation of GenericIo Device with an SWT window. The device service interface defines the service to be registered for the GenericIoSimulatorDevice device.

The list of exported services:

Since:
1.0
Version:
1.2.0
See Also:
GenericIoSimulatorDeviceService, org.eclipse.soda.dk.device.service.DeviceService

Field Summary
static java.lang.String[] ALL_COMMANDS
          Comprehensive list of all the command identifiers.
static java.lang.String[] ALL_MEASUREMENTS
          Comprehensive list of all the measurement identifiers.
static java.lang.String[] ALL_SIGNALS
          Comprehensive list of all the signal identifiers.
static java.lang.String FACTORY_SERVICE_NAME
          Define the OSGi factory service name.
static java.lang.String GenericIoSimulatorDevice
          Define the GenericIoSimulatorDevice key.
static java.lang.String MANAGED_SERVICE_NAME
          Define the OSGi managed service name.
static java.lang.String SERVICE_DESCRIPTION
          Description of the test.
static java.lang.String SERVICE_NAME
          Define the OSGi service name.
 

Field Detail

SERVICE_NAME

static final java.lang.String SERVICE_NAME
Define the OSGi service name.

Since:
1.0
See Also:
Constant Field Values

MANAGED_SERVICE_NAME

static final java.lang.String MANAGED_SERVICE_NAME
Define the OSGi managed service name.

Since:
1.0
See Also:
Constant Field Values

FACTORY_SERVICE_NAME

static final java.lang.String FACTORY_SERVICE_NAME
Define the OSGi factory service name.

Since:
1.0
See Also:
Constant Field Values

GenericIoSimulatorDevice

static final java.lang.String GenericIoSimulatorDevice
Define the GenericIoSimulatorDevice key.

Since:
1.0
See Also:
Constant Field Values

ALL_COMMANDS

static final java.lang.String[] ALL_COMMANDS
Comprehensive list of all the command identifiers.

Since:
1.0

ALL_SIGNALS

static final java.lang.String[] ALL_SIGNALS
Comprehensive list of all the signal identifiers.

Since:
1.0

ALL_MEASUREMENTS

static final java.lang.String[] ALL_MEASUREMENTS
Comprehensive list of all the measurement identifiers.

Since:
1.0

SERVICE_DESCRIPTION

static final java.lang.String SERVICE_DESCRIPTION
Description of the test.

Since:
1.0
See Also:
Constant Field Values

2010-01-26 1.2.0

Copyright (c) 2010 IBM. See license in Legal section.