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.

inline virtual void on_process_discovery(EntityId process_id, const Status &status)

This function is called when a new Process is discovered by the library.

Parameters
  • process_id – Entity ID of the discovered Process.

  • status – The status of the discovered Process.

inline virtual void on_locator_discovery(EntityId locator_id, const Status &status)

This function is called when a new Locator is discovered by the library.

Parameters
  • locator_id – Entity ID of the discovered Locator.

  • status – The status of the discovered Locator.