Uses of Interface
org.yamcs.YamcsService
Packages that use YamcsService
Package
Description
-
Uses of YamcsService in org.yamcs
Classes in org.yamcs that implement YamcsServiceModifier and TypeClassDescriptionclass
class
Used in yamcs.instance.yaml to create processors at yamcs startupclass
Global service that launches and supervises a configured program or script.Methods in org.yamcs with type parameters of type YamcsServiceModifier and TypeMethodDescription<T extends YamcsService>
voidYamcsServer.addGlobalService
(String name, Class<T> serviceClass, YConfiguration args) <T extends YamcsService>
TYamcsServer.getGlobalService
(Class<T> serviceClass) Returns the global service matching the specified class.<T extends YamcsService>
List<T>YamcsServer.getGlobalServices
(Class<T> serviceClass) <T extends YamcsService>
TYamcsServer.getService
(String yamcsInstance, Class<T> serviceClass) Returns the service matching the specified class.<T extends YamcsService>
TYamcsServerInstance.getService
(Class<T> serviceClass, String serviceName) Return the service of the given class and name or null if not existing.<T extends YamcsService>
List<T>YamcsServer.getServices
(String yamcsInstance, Class<T> serviceClass) <T extends YamcsService>
List<T>YamcsServerInstance.getServices
(Class<T> serviceClass) <T extends YamcsService>
List<ServiceWithConfig>YamcsServerInstance.getServicesWithConfig
(Class<T> serviceClass) Methods in org.yamcs that return YamcsServiceModifier and TypeMethodDescriptionYamcsServer.getGlobalService
(String serviceName) ServiceWithConfig.getService()
Constructors in org.yamcs with parameters of type YamcsServiceModifierConstructorDescriptionServiceWithConfig
(YamcsService service, String serviceClass, String name, YConfiguration args) ServiceWithConfig
(YamcsService service, String serviceClass, String name, YConfiguration args, boolean enabledAtStartup) -
Uses of YamcsService in org.yamcs.alarms
Classes in org.yamcs.alarms that implement YamcsServiceModifier and TypeClassDescriptionclass
This service is used in a replication setup to mirror the active alarms from a master instance. -
Uses of YamcsService in org.yamcs.archive
Subinterfaces of YamcsService in org.yamcs.archiveModifier and TypeInterfaceDescriptioninterface
Interface for (completeness) TmIndex.Classes in org.yamcs.archive that implement YamcsServiceModifier and TypeClassDescriptionclass
Records alarms.class
Completeness index of CCSDS telemetry.class
Records command history the key is formed by generation time, origin and sequence number the value is formed by a arbitrary number of attributesclass
Sets up the archiving of the events coming on events_realtime and events_dump streams into the yarch table events.class
ParameterRecorder Records (processed) Parametersclass
Yarch replay server A note about terminology: we call this replay because it provides capability to speed control/pause/resume.class
Records XTCE TM sequence containers. -
Uses of YamcsService in org.yamcs.cfdp
Classes in org.yamcs.cfdp that implement YamcsServiceModifier and TypeClassDescriptionclass
Implements CCSDS File Delivery Protocol (CFDP) in Yamcs. -
Uses of YamcsService in org.yamcs.filetransfer
Subinterfaces of YamcsService in org.yamcs.filetransferModifier and TypeInterfaceDescriptioninterface
The file transfer service defines an interface for implementing file transfers.Classes in org.yamcs.filetransfer that implement YamcsService -
Uses of YamcsService in org.yamcs.http
Classes in org.yamcs.http that implement YamcsServiceModifier and TypeClassDescriptionclass
Server-wide HTTP server based on Netty that provides a number of Yamcs web services: REST API WebSocket API Static file serving -
Uses of YamcsService in org.yamcs.parameter
Classes in org.yamcs.parameter that implement YamcsServiceModifier and TypeClassDescriptionclass
Combines retrieval from different sources: Parameter Archive Replays Parameter cache Realtime Parameter Archive fillerclass
Deprecated.class
Collects each second system processed parameters from whomever registers and sends them on the sys_var stream -
Uses of YamcsService in org.yamcs.parameterarchive
Classes in org.yamcs.parameterarchive that implement YamcsServiceModifier and TypeClassDescriptionclass
The parameter archive stores data in partitions(optional) -> intervals -> segments. -
Uses of YamcsService in org.yamcs.plists
Classes in org.yamcs.plists that implement YamcsService -
Uses of YamcsService in org.yamcs.pus
Classes in org.yamcs.pus that implement YamcsServiceModifier and TypeClassDescriptionclass
Generates Yamcs events from PUS event packets (PUS service 5). -
Uses of YamcsService in org.yamcs.replication
Classes in org.yamcs.replication that implement YamcsServiceModifier and TypeClassDescriptionclass
Implements the master part of the replication.class
TCP replication server - works both on the master and on the slave side depending on the channel handlerclass
-
Uses of YamcsService in org.yamcs.simulator
Classes in org.yamcs.simulator that implement YamcsService -
Uses of YamcsService in org.yamcs.tctm.cfs
Classes in org.yamcs.tctm.cfs that implement YamcsServiceModifier and TypeClassDescriptionclass
Generate Yamcs events out of cFS event packets -
Uses of YamcsService in org.yamcs.time
Classes in org.yamcs.time that implement YamcsServiceModifier and TypeClassDescriptionclass
On-board time correlation service (inspired from SCOS2K (ESA MCS)). -
Uses of YamcsService in org.yamcs.timeline
Classes in org.yamcs.timeline that implement YamcsService -
Uses of YamcsService in org.yamcs.tse
Classes in org.yamcs.tse that implement YamcsService