| Package | Description |
|---|---|
| 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.bus.messages |
This package defines all the standard messages for the CCS buses.
|
| Modifier and Type | Method and Description |
|---|---|
Set<AgentInfo> |
CCSVersions.getAgents()
Get the Set of AgentInfo contained in this class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CCSVersions.add(AgentInfo agent,
DistributionInfo distInfo)
Add a new AgentInfo, DistributionInfo pair.
|
DistributionInfo |
CCSVersions.getDistributionInfo(AgentInfo agent)
Get the DistributionInfo for a given AgentInfo.
|
boolean |
AgentPropertyPredicate.test(AgentInfo agent) |
| Modifier and Type | Method and Description |
|---|---|
AgentInfo |
BusMessage.getOriginAgentInfo()
The Origin of the BusMessage, the bus registration name of the Agent from which it
originated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BusMessage.setOriginAgentInfo(AgentInfo agent)
Sets the origin for this BusMessage.
|
Copyright © 2020 LSST. All rights reserved.