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

User Interface profile implementation. More...

#include <profiles.h>

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

Public Member Functions

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

Detailed Description

User Interface profile implementation.

Definition at line 1121 of file profiles.h.

Member Function Documentation

◆ periodic()

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

Handle periodic processing.

Parameters
[in]timecurrent system clock value in seconds.

Definition at line 1128 of file profiles.h.

References UNUSED.

1129  {
1130  UNUSED(time);
1131  }
#define UNUSED(x)
Helper macro to remove warning about unused function/method argument.

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