Uses of Interface
org.scictrl.csshell.epics.server.Application
Packages that use Application
Package
Description
- 
Uses of Application in org.scictrl.csshell.epics.server
Methods in org.scictrl.csshell.epics.server that return ApplicationModifier and TypeMethodDescriptionConfigurationManager.ConfigurationVisitor.applications()Returns collected applications.Database.getApplication(String name) ReturnsApplicationinstance with provided name, if registered, otherwisenull.Record.getApplication()If this record belongs to an application, then this method returns that application, otherwisenullis returned.Methods in org.scictrl.csshell.epics.server with parameters of type ApplicationModifier and TypeMethodDescriptionvoidRecord.setApplication(Application application) This method is called by application instances for all records created by that application. - 
Uses of Application in org.scictrl.csshell.epics.server.application
Classes in org.scictrl.csshell.epics.server.application that implement ApplicationModifier and TypeClassDescriptionclassAbstractApplication class.classArchiveCounterApplication class.classArrayAssemblyApplication class.classStores last N values of array in ring-buffer kind of store.classEmbeddedApplicationServer class.classFeedbackLoopApplication class.classFeedbackLoopMicrotron class.classOrbitCheckApplication class.classPowerSupply class.classPSSwitchApplication class.classRunningCounterApplication calculates average of input value updates based on defined time window.classScanApplication class.classSteppingFeedbackLoopApplication class.classThis is wrapper aroundValueLevelAlarmProcessor, it makes alarm and warning levels configurable trough PV records.classWaveformSumApplication class.classWigglerRampApplication class. - 
Uses of Application in org.scictrl.csshell.epics.server.application.automata
Classes in org.scictrl.csshell.epics.server.application.automata that implement ApplicationModifier and TypeClassDescriptionclassDelayStateMachine class.classDummyStateMachine class used for testing and simulation.classA StateMachine, which remembers last not Shutdown operation state and sets it when activated.classThis State Machine delegated too sequence of state machines..classBasic unit of automation control.classA StateMachine, which is Activate, when certain value is reacched, or bz monitoring it or by setting it. - 
Uses of Application in org.scictrl.csshell.epics.server.application.control
Classes in org.scictrl.csshell.epics.server.application.control that implement ApplicationModifier and TypeClassDescriptionclassStepOptimizationApplication class. - 
Uses of Application in org.scictrl.csshell.epics.server.application.cycling
Classes in org.scictrl.csshell.epics.server.application.cycling that implement ApplicationModifier and TypeClassDescriptionclassAbstract AbstractCyclingApplication class.classImplementation of cycling application, which uses setPV and getPV to implement cyclingclassCyclingApplicationMaster class.classImplementation of cycling application, which uses setPV and getPV to implement cycling - 
Uses of Application in org.scictrl.csshell.epics.server.application.devicegroup
Classes in org.scictrl.csshell.epics.server.application.devicegroup that implement ApplicationModifier and TypeClassDescriptionclassDeviceGroupApplication class.classDeviceTableApplication class. - 
Uses of Application in org.scictrl.csshell.epics.server.application.orbitserver
Classes in org.scictrl.csshell.epics.server.application.orbitserver that implement Application - 
Uses of Application in org.scictrl.csshell.epics.server.application.processmanager
Classes in org.scictrl.csshell.epics.server.application.processmanager that implement ApplicationModifier and TypeClassDescriptionclassProcessManagerApplication class.classProcessManagerGroupApplication class. - 
Uses of Application in org.scictrl.csshell.epics.server.application.psramping
Classes in org.scictrl.csshell.epics.server.application.psramping that implement Application