HAN-FUN API  1.5.3
This project provides the common implementation of ULE Alliance's HAN-FUN application protocol.
HF::Profiles::Tracker Class Reference

Tracker profile implementation. More...

#include <profiles.h>

+ Inheritance diagram for HF::Profiles::Tracker:
+ Collaboration diagram for HF::Profiles::Tracker:

Public Member Functions

virtual void periodic (uint32_t time)
 Handle periodic processing. More...
 
- Public Member Functions inherited from HF::Profiles::AbstractProfile< TRACKER >
Common::Result handle (Protocol::Packet &packet, Common::ByteArray &payload, uint16_t offset)
 Handle incoming messages from the network. More...
 

Detailed Description

Tracker profile implementation.

Definition at line 917 of file profiles.h.

Member Function Documentation

◆ periodic()

virtual void HF::Profiles::Tracker::periodic ( uint32_t  time)
inlinevirtual

Handle periodic processing.

Parameters
[in]timecurrent system clock value in seconds.

Definition at line 924 of file profiles.h.

References UNUSED.

925  {
926  UNUSED(time);
927  }
#define UNUSED(x)
Helper macro to remove warning about unused function/method argument.

The documentation for this class was generated from the following file: