| 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.
|
| Constructor and Description |
|---|
Agent(String name,
AgentInfo.AgentType agentType)
Constructs an
Agent. |
Subsystem(String name,
AgentInfo.AgentType type)
Constructs a Subsystem of a given type with no inner structure.
|
| 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.
|
Copyright © 2019 LSST. All rights reserved.