Uses of Annotation Type
org.yamcs.ThreadSafe

Packages that use ThreadSafe
Package
Description
 
 
  • Uses of ThreadSafe in org.yamcs.archive

    Classes in org.yamcs.archive with annotations of type ThreadSafe
    Modifier and Type
    Class
    Description
    class 
    Completeness index of CCSDS telemetry.
  • Uses of ThreadSafe in org.yamcs.commanding

    Classes in org.yamcs.commanding with annotations of type ThreadSafe
    Modifier and Type
    Class
    Description
    class 
    Implements the management of the control queues for one processor: for each command that is sent, based on the sender it finds the queue where the command should go depending on the queue state the command can be immediately sent, stored in the queue or rejected when the command is immediately sent or rejected, the command queue monitor is not notified if the command has transmissionConstraints with timeout > 0, the command can sit in the queue even if the queue is not on hold Note: the update of the command monitors is done in the same thread.