RTI Connext Modern C++ API Version 7.2.0
dds::sub::status Namespace Reference

Contains DataState. More...

Classes

class  DataState
 The DataState class describes the state of a sample and includes the information about the sample's InstanceState, ViewState, and SampleState. More...
 
class  InstanceState
 Indicates if the samples are from a live dds::pub::DataWriter or not. More...
 
class  SampleState
 Indicates whether or not a sample has ever been read. More...
 
class  ViewState
 Indicates whether or not an instance is new. More...
 

Functions

std::ostream & operator<< (std::ostream &os, const SampleState &s)
 Prints a sample state as a readable string. More...
 
std::ostream & operator<< (std::ostream &os, const ViewState &s)
 Prints a view state as a readable string. More...
 
std::ostream & operator<< (std::ostream &os, const InstanceState &s)
 Prints an instance state as a readable string. More...
 
std::ostream & operator<< (std::ostream &os, const DataState &s)
 Prints a data state as a readable string. More...
 

Detailed Description

Contains DataState.

Function Documentation

◆ operator<<() [1/4]

std::ostream & operator<< ( std::ostream &  os,
const SampleState s 
)

Prints a sample state as a readable string.

◆ operator<<() [2/4]

std::ostream & operator<< ( std::ostream &  os,
const ViewState s 
)

Prints a view state as a readable string.

◆ operator<<() [3/4]

std::ostream & operator<< ( std::ostream &  os,
const InstanceState s 
)

Prints an instance state as a readable string.

◆ operator<<() [4/4]

std::ostream & operator<< ( std::ostream &  os,
const DataState s 
)

Prints a data state as a readable string.