Class minimal_example

Inheritance Relationships

Base Type

  • public ApplicationWindow

Class Documentation

class minimal_example : public ApplicationWindow

Minimal qml example that loads sinspekto dds elements.

Private Members

var title

Application title.

var width

Window width [px].

var height

Window height [px].

var visible

Window visibility.

QtToDds ddsParticipant

Makes an instance of QtToDds.

Switch aSwitch

Switch to send DDS signal.

DdsBitPublisher ddsPublisher

sinspekto::DdsBitPublisher’s signal is connected to the switch.

Switch aSwitchInput

Switch to receive DDS signal.

DdsBitSubscriber ddsSubscriber

sinspekto::DdsBitSubscriber’s signal is connected to the switch.