Class TestReader1Listener

Inheritance Relationships

Base Type

  • public dds::sub::NoOpDataReaderListener< Space::Type1 >

Class Documentation

class TestReader1Listener : public virtual dds::sub::NoOpDataReaderListener<Space::Type1>

Trying to use the operator>> to get the QoS, causes a compile error because it can’t decide to choose between operator>>(qos) and operator>>(functor). Dummy listener for the DataWriter tests