ConfigTypeData class

Object containing the parameters of a Config.

See the subtype definitions for what each type of Config contains.

Constructors

ConfigTypeData({AntennaDownlinkConfig? antennaDownlinkConfig, AntennaDownlinkDemodDecodeConfig? antennaDownlinkDemodDecodeConfig, AntennaUplinkConfig? antennaUplinkConfig, DataflowEndpointConfig? dataflowEndpointConfig, TrackingConfig? trackingConfig, UplinkEchoConfig? uplinkEchoConfig})
ConfigTypeData.fromJson(Map<String, dynamic> json)
factory

Properties

antennaDownlinkConfig AntennaDownlinkConfig?
Information about how AWS Ground Station should configure an antenna for downlink during a contact.
final
antennaDownlinkDemodDecodeConfig AntennaDownlinkDemodDecodeConfig?
Information about how AWS Ground Station should configure an antenna for downlink demod decode during a contact.
final
antennaUplinkConfig AntennaUplinkConfig?
Information about how AWS Ground Station should configure an antenna for uplink during a contact.
final
dataflowEndpointConfig DataflowEndpointConfig?
Information about the dataflow endpoint Config.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trackingConfig TrackingConfig?
Object that determines whether tracking should be used during a contact executed with this Config in the mission profile.
final
uplinkEchoConfig UplinkEchoConfig?
Information about an uplink echo Config.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited