Uses of Interface
org.yamcs.YamcsService
Package
Description
-
Uses of YamcsService in org.yamcs
Modifier 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.Modifier 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) Modifier and TypeMethodDescriptionYamcsServer.getGlobalService
(String serviceName) ServiceWithConfig.getService()
ModifierConstructorDescriptionServiceWithConfig
(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.archive
Modifier and TypeInterfaceDescriptioninterface
Interface for (completeness) TmIndex.Modifier 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
Modifier and TypeClassDescriptionclass
Implements CCSDS File Delivery Protocol (CFDP) in Yamcs. -
Uses of YamcsService in org.yamcs.filetransfer
Modifier and TypeInterfaceDescriptioninterface
The file transfer service defines an interface for implementing file transfers. -
Uses of YamcsService in org.yamcs.http
Modifier 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
Modifier and TypeClassDescriptionclass
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
Modifier and TypeClassDescriptionclass
The parameter archive stores data in partitions(optional) -> intervals -> segments. -
Uses of YamcsService in org.yamcs.plists
-
Uses of YamcsService in org.yamcs.replication
Modifier 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
-
Uses of YamcsService in org.yamcs.tctm.cfs
Modifier and TypeClassDescriptionclass
Generate Yamcs events out of cFS event packets -
Uses of YamcsService in org.yamcs.time
Modifier and TypeClassDescriptionclass
On-board time correlation service (inspired from SCOS2K (ESA MCS)). -
Uses of YamcsService in org.yamcs.timeline
-
Uses of YamcsService in org.yamcs.tse