1.3.2.3.54 MAC_WRP_POS_ENTRY Struct
C
typedef struct __attribute__((packed))
{
MAC_WRP_SHORT_ADDRESS shortAddress;
uint8_t lqi;
uint16_t posValidTime;
} MAC_WRP_POS_ENTRY;
Summary
The MAC PLC POS Table Entry as defined in the G3-PLC standard.
Description
This structure contains the fields that define a MAC PLC POS table entry as defined in the G3-PLC standard. POS table contains an entry for every node we have received a frame, either addressed for us or not.
Field description:
- shortAddress. Short Address of node in our hearing domain.
- lqi. Link Quality of last received frame from node.
- posValidTime. Time left, in seconds, for the entry to expire.
Remarks
It is only used when PLC MAC layer is present.