Package csw.location.api.javadsl
Interface JComponentType
public interface JComponentType
Helper class for Java to get the handle of `ComponentType` which is fundamental to LocationService library
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final csw.location.api.models.ComponentType
A component that controls one or more HCDs or assembliesstatic final csw.location.api.models.ComponentType
A container for components (assemblies and HCDs)static final csw.location.api.models.ComponentType
A component that controls a hardware devicestatic final csw.location.api.models.ComponentType
A sequence component e.g ocs_1, iris_1static final csw.location.api.models.ComponentType
A component that controls one or more sequencers or assembliesstatic final csw.location.api.models.ComponentType
A general purpose service component (actor and/or web service application)
-
Field Details
-
Container
static final csw.location.api.models.ComponentType ContainerA container for components (assemblies and HCDs) -
HCD
static final csw.location.api.models.ComponentType HCDA component that controls a hardware device -
Assembly
static final csw.location.api.models.ComponentType AssemblyA component that controls one or more HCDs or assemblies -
Sequencer
static final csw.location.api.models.ComponentType SequencerA component that controls one or more sequencers or assemblies -
SequenceComponent
static final csw.location.api.models.ComponentType SequenceComponentA sequence component e.g ocs_1, iris_1 -
Service
static final csw.location.api.models.ComponentType ServiceA general purpose service component (actor and/or web service application)
-