|
RTI Connext Modern C++ API Version 7.6.0
|
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... | |
Contains DataState.
| std::ostream & operator<< | ( | std::ostream & | os, |
| const SampleState & | s | ||
| ) |
Prints a sample state as a readable string.
| std::ostream & operator<< | ( | std::ostream & | os, |
| const ViewState & | s | ||
| ) |
Prints a view state as a readable string.
| std::ostream & operator<< | ( | std::ostream & | os, |
| const InstanceState & | s | ||
| ) |
Prints an instance state as a readable string.
| std::ostream & operator<< | ( | std::ostream & | os, |
| const DataState & | s | ||
| ) |
Prints a data state as a readable string.