1.1.2.4.47 MAC_RT_MOD_TYPE Enum

C

typedef enum {
    MAC_RT_MOD_ROBUST = 0x00,
    MAC_RT_MOD_BPSK = 0x01,
    MAC_RT_MOD_QPSK = 0x02,
    MAC_RT_MOD_8PSK = 0x03,
} MAC_RT_MOD_TYPE;

Summary

G3-PLC Modulation Types.

Description

This data type defines the list of all types of modulation supported by G3-PLC spec.

Remarks

Ordered from lower to higher data rate and from lower to higher required SNR (Signal to Noise Ratio): Robust BPSK, BPSK, QPSK, 8PSK.