#include <EC_ObserverStrategy.h>
Public Member Functions | |
Observer_Entry (void) | |
Observer_Entry (RtecEventChannelAdmin::Observer_Handle h, RtecEventChannelAdmin::Observer_ptr o) | |
Public Attributes | |
RtecEventChannelAdmin::Observer_Handle | handle |
The handle. | |
RtecEventChannelAdmin::Observer_var | observer |
The observer. |
The observer and its handle are kept in a simple structure. In the future this structure could contain QoS information, such as: + how often do we update the observer? + When was the last update. + Does it want to receive all changes?
|
|
|
|
|
The handle.
|
|
The observer.
|