SdrArguments class
Constructors
- SdrArguments({int gain = DEFAULT_GAIN, int samplerateHz = DEFAULT_SAMPLING_RATE, int frequencyHz = DEFAULT_FREQUENCY, int ppm = DEFAULT_PPM})
Properties
- frequencyHz → int
-
final
- gain → int
-
gain mode: 0=automatic, else gain in /10th of dB, e.g. 24 = 2.4dB
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- ppm → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- samplerateHz → int
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- DEFAULT_FREQUENCY → const int
- DEFAULT_GAIN → const int
- DEFAULT_PPM → const int
- DEFAULT_SAMPLING_RATE → const int