Interface FSSBodySignals

Base interface shared by all journal event types.

interface FSSBodySignals {
    BodyID: number;
    BodyName: string;
    Signals: {
        Count: number;
        Type: string;
        Type_Localised: string;
    }[];
    SystemAddress: number;
    event: "FSSBodySignals";
    timestamp: string;
}

Hierarchy (view full)

Properties

BodyID: number
BodyName: string
Signals: {
    Count: number;
    Type: string;
    Type_Localised: string;
}[]

Type declaration

  • Count: number
  • Type: string
  • Type_Localised: string
SystemAddress: number
event: "FSSBodySignals"

The type of event.

timestamp: string

The time in GMT, ISO 8601.