Class ArchAVR_Timer::CaptureHook

Nested Relationships

This class is a nested type of Class ArchAVR_Timer.

Inheritance Relationships

Base Type

Class Documentation

class CaptureHook : public SignalHook

Public Functions

inline CaptureHook(ArchAVR_Timer &timer)
inline virtual ~CaptureHook()
inline virtual void raised(const signal_data_t&, int) 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.