TopicObserver Interface Referenceabstract

#include <ArmarXCore/applications/ArmarXStorm/IceStorm/generated/IceStorm/Instrumentation.h>

+ Inheritance diagram for TopicObserver:

Public Types

typedef TopicObserverPtr PointerType
 

Public Member Functions

void forwarded ()
 Notification of an event forwared on the topic by another topic. More...
 
virtual void forwarded ()=0
 
void published ()
 Notification of an event published on the topic by a publisher. More...
 
virtual void published ()=0
 
virtual ~TopicObserver ()
 

Detailed Description

Definition at line 222 of file Instrumentation.h.

Member Typedef Documentation

◆ PointerType

Definition at line 226 of file Instrumentation.h.

Constructor & Destructor Documentation

◆ ~TopicObserver()

~TopicObserver ( )
virtual

Definition at line 76 of file Instrumentation.cpp.

Member Function Documentation

◆ forwarded() [1/2]

void forwarded ( )

Notification of an event forwared on the topic by another topic.

Implemented in TopicObserverI.

◆ forwarded() [2/2]

virtual void forwarded ( )
pure virtual

Implemented in TopicObserverI.

◆ published() [1/2]

void published ( )

Notification of an event published on the topic by a publisher.

Implemented in TopicObserverI.

◆ published() [2/2]

virtual void published ( )
pure virtual

Implemented in TopicObserverI.


The documentation for this interface was generated from the following files: