OnixS BME SENAF Handler C++ library 2.3.0
API documentation
Loading...
Searching...
No Matches
WarningListener Class Referenceabstract

Public Member Functions

virtual void onWarning (const Warning &warning)=0

Protected Member Functions

virtual ~WarningListener ()

Detailed Description

Defines the interface through which the Handler notifies subscribers about warnings occurred while processing messages from multicast channels.

Definition at line 32 of file WarningListener.h.

Constructor & Destructor Documentation

◆ ~WarningListener()

virtual ~WarningListener ( )
inlineprotectedvirtual

Definition at line 42 of file WarningListener.h.

Member Function Documentation

◆ onWarning()

virtual void onWarning ( const Warning & warning)
pure virtual

Implement this member to get notified about warnings.

Parameters
warningidentifies warnings occurred while processing multicast messages.