#include <ProducerTableEntry.h>
Public Member Functions | |
ProducerTableEntry (ResourceEndpoint endpoint=ResourceEndpoint(), std::string tableName="", ProducerType producerType=ProducerType(), int hrpSec=0, std::string qosAttrib="") | |
ProducerTableEntry (const ProducerTableEntry &type) | |
ProducerTableEntry & | operator= (const ProducerTableEntry &type) |
bool | operator== (const ProducerTableEntry &type) |
ResourceEndpoint | getEndpoint () |
ProducerType | getProducerType () |
int | getRetentionPeriod () |
std::string | getTableName () |
std::string | getQosAttrib () |
|
Gets the producer's endpoint.
|
|
Returns the type of the producer. |
|
Returns the producer's Quality of Service attribute. |
|
Returns the producer's history retention period. |
|
Returns the tableName. |