Modifier and Type | Method | Description |
---|---|---|
ModulationFormat |
ModemMetricsImpl.getModulationFormat() |
Retrieves the modulation format from the pulse-code modulation format
property.
|
ModulationFormat |
ModulationFormatAccessor.getModulationFormat() |
Retrieves the modulation format from the pulse-code modulation format
property.
|
default ModulationFormat |
ModulationFormatAccessor.ModulationFormatProperty.letModulationFormat(ModulationFormat aModulationFormat) |
This method stores and passes through the given argument, which is
very useful for builder APIs: Sets the given
ModulationFormat
(setter) as of ModulationFormatAccessor.ModulationFormatMutator.setModulationFormat(ModulationFormat) and
returns the very same value (getter). |
static ModulationFormat |
ModulationFormat.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ModulationFormat[] |
ModulationFormat.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
default ModulationFormat |
ModulationFormatAccessor.ModulationFormatProperty.letModulationFormat(ModulationFormat aModulationFormat) |
This method stores and passes through the given argument, which is
very useful for builder APIs: Sets the given
ModulationFormat
(setter) as of ModulationFormatAccessor.ModulationFormatMutator.setModulationFormat(ModulationFormat) and
returns the very same value (getter). |
void |
ModulationFormatAccessor.ModulationFormatMutator.setModulationFormat(ModulationFormat aModulationFormat) |
Sets the modulation format for the pulse-code modulation format
property.
|
B |
ModulationFormatAccessor.ModulationFormatBuilder.withModulationFormat(ModulationFormat aModulationFormat) |
Sets the modulation format for the pulse-code modulation format
property.
|
Constructor | Description |
---|---|
ModemMetricsImpl(SampleRate aSampleRate,
ModulationFormat aModulationFormat,
ChannelSelector aChannelSelector,
ModemMode aModemModem,
FrequencyThreshold aFrequencyThreshold) |
Instantiates a new modem metrics impl.
|
Copyright © 2021. All rights reserved.