| Package | Description |
|---|---|
| org.lsst.ccs |
This package deals with core classes for subsystems.
|
| org.lsst.ccs.bus.data |
This package defines all the public data sent on the CCS buses via
messages defined in package org.lsst.ccs.bus.messages.
|
| org.lsst.ccs.config |
Classes responsible for managing the configuration of a subsystem.
|
| Constructor and Description |
|---|
Agent(String name,
AgentInfo.AgentType agentType)
Constructs an
Agent. |
Agent(String name,
AgentInfo.AgentType agentType,
ComponentLookup componentLookup) |
BusMaster(String name,
AgentInfo.AgentType type) |
Subsystem(String name,
AgentInfo.AgentType type)
Constructs a Subsystem of a given type with no inner structure.
|
Subsystem(String name,
AgentInfo.AgentType type,
ComponentLookup lookup)
Constructs Subsystem with an internal structure that has been built by
externally and stored in a ComponentLookup object.
|
| Modifier and Type | Method and Description |
|---|---|
AgentInfo.AgentType |
AgentInfo.getType()
The Agent's AgentType.
|
static AgentInfo.AgentType |
AgentInfo.AgentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgentInfo.AgentType[] |
AgentInfo.AgentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AgentInfo(String name,
AgentInfo.AgentType type)
The base constructor of an AgentInfo.
|
AgentInfo(String name,
AgentInfo.AgentType type,
Properties agentProps)
The base constructor of an AgentInfo.
|
| Constructor and Description |
|---|
ConfigurableSubsystem(String name,
AgentInfo.AgentType type,
ComponentLookup lookup)
Deprecated.
|
Copyright © 2017 LSST. All rights reserved.