Packages

p

akka.remote

artery

package artery

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class AeronErrorLog extends AnyRef

    Application to print out errors recorded in the command-and-control (cnc) file is maintained by media driver in shared memory.

    Application to print out errors recorded in the command-and-control (cnc) file is maintained by media driver in shared memory. This application reads the cnc file and prints the distinct errors. Layout of the cnc file is described in CncFileDescriptor.

  2. abstract class RemoteInstrument extends AnyRef

    INTERNAL API

    INTERNAL API

    Part of the monitoring SPI which allows attaching metadata to outbound remote messages, and reading in metadata from incoming messages.

    Multiple instruments are automatically handled, however they MUST NOT overlap in their idenfitiers.

    Instances of RemoteInstrument are created from configuration. A new instance of RemoteInstrument will be created for each encoder and decoder. It's only called from the stage, so if it doesn't delegate to any shared instance it doesn't have to be thread-safe.

Value Members

  1. object FlightRecorderDump extends App

    Internal API

    Internal API

    Minimal utility for dumping a given afr file as text to stdout

  2. object TestManagementCommands

Ungrouped