Event argument for notification events. More...
#include <cvb/driver/notify_observable.hpp>
Public Member Functions | |
void * | Data () const noexcept |
The raw data of the event. More... | |
int | Size () const noexcept |
Size of the data delivered with the event. More... | |
NotifyDataType | DataType () const noexcept |
The data type of the data delivered with the event. More... | |
template<typename T > | |
T | Data () const noexcept |
The typed data of the event. More... | |
Event argument for notification events.
|
inlinenoexcept |
The raw data of the event.
Does | not throw any exception. |
|
inlinenoexcept |
The typed data of the event.
Does | not throw any exception. |
|
inlinenoexcept |
The data type of the data delivered with the event.
Does | not throw any exception. |
|
inlinenoexcept |
Size of the data delivered with the event.
Does | not throw any exception. |