RTI Connext Java API  Version 6.1.1

Type to hold a counter for a com.rti.dds.infrastructure.QosPolicyId_t. More...

Inherits Struct.

Public Member Functions

 QosPolicyCount (QosPolicyCount src)
 Copy constructor. More...
 

Public Attributes

QosPolicyId_t policy_id
 The QosPolicy ID. More...
 
int count
 a counter More...
 

Detailed Description

Type to hold a counter for a com.rti.dds.infrastructure.QosPolicyId_t.

Constructor & Destructor Documentation

◆ QosPolicyCount()

Copy constructor.

Parameters
srcQosPolicyCount to copy from.
Exceptions
NullPointerExceptionif the source object is null.

References QosPolicyCount.count, Enum.ordinal(), and QosPolicyCount.policy_id.

Member Data Documentation

◆ policy_id

QosPolicyId_t policy_id

◆ count

int count

a counter

Referenced by QosPolicyCount.QosPolicyCount().