Harlequin RIP SDK
SWMSG_RR_ELEMENT_UPDATE_HITS Struct Reference

HVD element hit count message, sent with the SWEVT_RR_ELEMENT_UPDATE_HITS event. More...

#include "rrevents.h"

Data Fields

void * connection
 
sw_tl_ref timeline
 
const uint8id
 
HqBool raise
 
unsigned int hits_delta
 

Detailed Description

HVD element hit count message, sent with the SWEVT_RR_ELEMENT_UPDATE_HITS event.

Increment or decrement the hit count for the element identified by id by the amount given in hits_delta - whether to add or subtract to the hit count is determined by the raise flag.

Field Documentation

◆ connection

void* SWMSG_RR_ELEMENT_UPDATE_HITS::connection

Opaque handle to the connection to which this event is relevant. All handlers whose connection handle doesn't match should immediately return SW_EVENT_CONTINUE.

◆ hits_delta

unsigned int SWMSG_RR_ELEMENT_UPDATE_HITS::hits_delta

Number of hits to add to or subtract from the overall hit count.

◆ id

const uint8* SWMSG_RR_ELEMENT_UPDATE_HITS::id

Unique ID, length RR_ELEMENT_ID_LENGTH.

◆ raise

HqBool SWMSG_RR_ELEMENT_UPDATE_HITS::raise

Whether to raise or lower the hit count.

◆ timeline

sw_tl_ref SWMSG_RR_ELEMENT_UPDATE_HITS::timeline

Identifies the job containing the pages.


The documentation for this struct was generated from the following file: