| Package | Description |
|---|---|
| org.lsst.ccs.config.remote |
Remote operations on the Configuration service.
|
| org.lsst.ccs.framework | |
| org.lsst.ccs.framework.test |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurationServerModule
A CCS module that delegates Configuration Service calls to a local
ConfigurationServiceImpl object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Context
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Module |
Module.getModule(String moduleName)
Finds a module by name within the same ModularSubsystem
|
Module |
BasicModularSubSystem.getModule(String name)
Deprecated.
DONE: remove this implementation
the general one calls each check on each module
if an exception is catched it is kept and added to a list of Exception
in the end if this list is not empty the general method fires a compound exception
|
Module |
ModuleRegistry.getModule(String moduleName)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicModularSubSystem.addModule(Module rawModule)
Deprecated.
.
|
void |
BasicModularSubSystem.addModules(Module... list)
Deprecated.
|
protected void |
BasicModularSubSystem.rawInitModule(Module rawModule)
Deprecated.
|
protected void |
BasicModularSubSystem.registerModule(Module rawModule)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GuardedActuatorForT |
class |
RaceConditionCheck |
class |
ThermalSystem
A simple thermal system for demo purpose.
|
| Modifier and Type | Method and Description |
|---|---|
Module |
TConstraintAspect.getLatchA() |
Module |
ConstraintAspect.getLatchA() |
Module |
TConstraintAspect.getLatchB() |
Module |
ConstraintAspect.getLatchB() |
| Modifier and Type | Method and Description |
|---|---|
void |
TConstraintAspect.setLatchA(Module theLatchA) |
void |
ConstraintAspect.setLatchA(Module theLatchA) |
void |
TConstraintAspect.setLatchB(Module theLatchB) |
void |
ConstraintAspect.setLatchB(Module theLatchB) |
Copyright © 2015 LSST. All rights reserved.