Index

src/models/property/any-value-type.ts

AnyValueType

Any possible REDHAWK Property 'value' Types

AnyValueType: SimpleValueType | SimpleSeqValueType | StructValueType | StructSeqValueType

src/sockets/bulkio/bulkio-listener.service.ts

BulkioSocketTypes
BulkioSocketTypes: BulkioPacket | BulkioControl

src/sockets/events/generic/event-channel-command.ts

CommandType

Command Type for connecting and disconnecting to event channels

CommandType: "ADD" | "REMOVE"

src/models/devicemanager/index.ts

DeviceManagerRefs

List of device manager references

DeviceManagerRefs: Array<DeviceManagerRef>

src/device/device-property-command-type.ts

DevicePropertyCommandType

Devices support configuring, allocating and deallocating properties. The server side method is identical for all 3 with the difference being this command enumeration.

DevicePropertyCommandType: "configure" | "allocate" | "deallocate"

src/models/events/message/simple-property.ts

ISimpleProperties

List of simple properties in a message

ISimpleProperties: Array<ISimpleProperty>
ISimplePropertyValueType

Possible values of the simple property type

ISimplePropertyValueType: string | number | boolean

src/models/bulkio/keyword.ts

Keywords

Keywords are basic JS object, however we're converting it to a Map to avoid concerns about object member names.

Keywords: Map<string | any>

src/models/property/mode.ts

Mode

Property Access Mode

Mode: "readwrite" | "writeonly" | "readonly"

src/models/port/enums/port-idl-types.ts

PortIDLType

Union type of the two port IDL types that are possible

PortIDLType: PortBulkIOIDLType | PortFEIIDLType

src/models/port/index.ts

Ports

List of Port models

Ports: Array<Port>

src/models/property/property-set.ts

PropertySet

List of REDHAWK Property Models

PropertySet: Array<Property>

src/models/resource/index.ts

ResourceRefs

List of ResourceRefs typical of Waveforms and DeviceManagers

ResourceRefs: ResourceRef[]

src/models/property/sca-kinds.ts

ScaKindPost200

SCA Property 'kind' after REDHAWK 2.0.0

ScaKindPost200: "allocation" | "property" | "message"
ScaKindPre200

SCA Property 'kind' before REDHAWK 2.0.0

ScaKindPre200: "allocation" | "configure" | "execparam" | "message" | "event"

src/models/property/sca-types.ts

ScaSimpleSeqType
ScaSimpleSeqType:
ScaSimpleType
ScaSimpleType:
ScaStructSeqType
ScaStructSeqType:
ScaStructType
ScaStructType:
ScaType

SCA Property Types

ScaType: "simple" | "simpleSeq" | "struct" | "structSeq"

src/models/property/simple-seq-value-type.ts

SimpleSeqValueType

REDHAWK SimpleSeq Property values are a list of the SimpleValueType.

SimpleSeqValueType: Array<SimpleValueType>

src/models/property/simple-value-type.ts

SimpleValueType

Possible 'types' of the Simple Property's value

SimpleValueType: string | number | boolean

src/models/property/struct-seq-value-type.ts

StructSeqValueType

REDHAWK StructSeq Property values is a list of Structs

StructSeqValueType: Array<StructProperty>

src/models/property/struct-value-type.ts

StructValueType

REDHAWK Struct Property values are a list of Simple or SimpleSeq Property models

StructValueType: Array<SimpleProperty | SimpleSeqProperty>

src/models/waveform/waveform-sad-refs.ts

WaveformSADRefs

List of available Waveform SAD (references)

WaveformSADRefs: Array<WaveformSAD>

src/sockets/base/basic-socket.ts

WebSocketBinaryType
WebSocketBinaryType: "blob" | "arraybuffer"

results matching ""

    No results matching ""