Uses of Interface
org.scictrl.mp.orbitcorrect.model.IControlSystemEngine
Packages that use IControlSystemEngine
Package
Description
-
Uses of IControlSystemEngine in org.scictrl.mp.orbitcorrect.accessories
Classes in org.scictrl.mp.orbitcorrect.accessories that implement IControlSystemEngineModifier and TypeClassDescriptionclass
DefaultControlSystemEngine implements IControlSystemEngine and gives it some functionality. -
Uses of IControlSystemEngine in org.scictrl.mp.orbitcorrect.epics
Classes in org.scictrl.mp.orbitcorrect.epics that implement IControlSystemEngine -
Uses of IControlSystemEngine in org.scictrl.mp.orbitcorrect.model.optics
Methods in org.scictrl.mp.orbitcorrect.model.optics that return IControlSystemEngineModifier and TypeMethodDescriptionDataBush.getControlSystemEngine()
This method returnIControlSystemEngine
, that is used.Methods in org.scictrl.mp.orbitcorrect.model.optics with parameters of type IControlSystemEngineModifier and TypeMethodDescriptionvoid
DataBush.setControlSystemEngine
(IControlSystemEngine newControlSystemEngine) This method setsIControlSystemEngine
.