Class ArchXT_TimerB::EventHook

Nested Relationships

This class is a nested type of Class ArchXT_TimerB.

Inheritance Relationships

Base Type

Class Documentation

class EventHook : public SignalHook

Public Functions

inline explicit EventHook(ArchXT_TimerB &tmr)
inline virtual void raised(const signal_data_t &sigdata, int hooktag) override

Pure virtual callback called during signal raises.

Parameters:
  • sigdata – Data structure passed on when raising a signal

  • hooktag – integer passed on when connecting a hook to a signal. For hooks connected to several signals, it provides a mean to identify the caller.