1.3.2.3.64 MAC_WRP_TONE_MAP_RESPONSE_DATA Struct

C

typedef struct
{
    MAC_WRP_MODULATION_TYPE modulationType;
    MAC_WRP_MODULATION_SCHEME modulationScheme;
    MAC_WRP_TONE_MAP toneMap;
} MAC_WRP_TONE_MAP_RESPONSE_DATA;

Summary

Identifies the available fields in a Tone Map Response frame.

Description

This structure contains the fields present in the Tone Map Response frames used in PLC communication. Tone Map Response frame contains information about which modulation and tone map a node wants to be used when communicationg towards it. It is a mechanism to select the correct parameters for a link to work. They are selected according to quality parameters after receiving a frame.

Field description:

  • modulationType. Modulation Type which the receiving node considers optimal for link.

  • modulationScheme. Modulation Scheme which the receiving node considers optimal for link.

  • toneMap. Tone Map which the receiving node considers optimal for link.

Remarks

It is only used when PLC MAC layer is present.