ETHFW API Guide
EthRemoteCfg_NotifyServiceHwPushMsg Struct Reference

Detailed Description

Notify params for ETHREMOTECFG_NOTIFY_HWPUSH notification.

This is S2C notify message which notifies the remote client everytime there is a hardware push notification with a event timestamp for a given CPTS HW push number.

Data Fields

EthRemoteCfg_NotifyHdr hdr
 
uint32_t hwPushNum
 
uint64_t timeStamp
 

Field Documentation

◆ hdr

EthRemoteCfg_NotifyHdr EthRemoteCfg_NotifyServiceHwPushMsg::hdr

Common notify message header.

◆ hwPushNum

uint32_t EthRemoteCfg_NotifyServiceHwPushMsg::hwPushNum

CPTS hardware push number.

◆ timeStamp

uint64_t EthRemoteCfg_NotifyServiceHwPushMsg::timeStamp

CPTS hardware push event timestamp.