5.2.4. PhysicalListener
-
class PhysicalListener : public eprosima::statistics_backend::DomainListener
Public Functions
-
virtual ~PhysicalListener() = default
Virtual destructor.
-
inline virtual void on_host_discovery(EntityId host_id, const Status &status)
This function is called when a new Host is discovered by the library.
- Parameters:
host_id – Entity ID of the discovered Host.
status – The status of the discovered Host.
-
inline virtual void on_user_discovery(EntityId user_id, const Status &status)
This function is called when a new User is discovered by the library.
- Parameters:
user_id – Entity ID of the discovered User.
status – The status of the discovered User.
-
virtual ~PhysicalListener() = default