DRV_PLC_PHY_TRANSMISSION_CFM_OBJ Struct
G3 DRV_PLC_PHY_TRANSMISSION_CFM_OBJ Struct
C
typedef struct {
/* Instant when frame transmission ended referred to 1us PHY counter */
uint32_t time;
/* RMS_CALC it allows to estimate tx power injected */
uint32_t rmsCalc;
/* Tx Result (see "TX Result values" above) */
DRV_PLC_PHY_TX_RESULT result;
} DRV_PLC_PHY_TRANSMISSION_CFM_OBJ;
Summary
G3-PLC result of a transmission.
Description
This data type contains the information of the last transmission, its result, timestamp and an estimation of the injected power.
Remarks
None.
PRIME DRV_PLC_PHY_TRANSMISSION_CFM_OBJ Struct
C
typedef struct {
/* Instant when frame transmission started referred to 1us PHY counter */
uint32_t time;
/* RMS value emitted */
uint32_t rmsCalc;
/* PRIME Frame type */
DRV_PLC_PHY_FRAME_TYPE frameType;
/* Tx Result (see "TX Result values" above) */
DRV_PLC_PHY_TX_RESULT result;
/* Buffer Id used for transmission */
DRV_PLC_PHY_BUFFER_ID bufferId;
} DRV_PLC_PHY_TRANSMISSION_CFM_OBJ;
Summary
PRIME result of a transmission.
Description
This structure contains the information of the last transmission, its result, timestamp, an estimation of the injected power and the buffer ID used for transmitting.
Remarks
None.
Meters And More DRV_PLC_PHY_TRANSMISSION_CFM_OBJ Struct
C
typedef struct {
/* Instant when frame transmission ended referred to 1us PHY counter */
uint32_t timeEnd;
/* RMS_CALC it allows to estimate tx power injected */
uint32_t rmsCalc;
/* Tx Result (see "TX Result values" above) */
DRV_PLC_PHY_TX_RESULT result;
} DRV_PLC_PHY_TRANSMISSION_CFM_OBJ;
Summary
Result of a transmission and related parameters.
Description
This data type contains the information of the last transmission, its result, timestamp and an estimation of the injected power. For result values, see Meters and More DRV_PLC_PHY_TX_RESULT.
Remarks
None.
