![]() |
HAN-FUN API
1.5.3
This project provides the common implementation of ULE Alliance's HAN-FUN application protocol.
|
This class provides support for generating a response when a response is required from an incoming message received, but no response was generated. More...
#include <protocol.h>
Data Structures | |
struct | Entry |
Filter database entry. More... | |
Public Member Functions | |
bool | operator() (const HF::Protocol::Packet &packet) |
Checks if the given packet , is a retransmission according to the filters database data. More... | |
uint16_t | size () const |
Number of entries in the filter's database. More... | |
Protected Attributes | |
std::list< Entry > | db |
Filter database. | |
This class provides support for generating a response when a response is required from an incoming message received, but no response was generated.
Definition at line 421 of file protocol.h.
bool HF::Protocol::Filters::ResponseRequired::operator() | ( | const HF::Protocol::Packet & | packet | ) |
Checks if the given packet
, is a retransmission according to the filters database data.
The given packet
and payload
are used to update the filters database.
[in] | packet | reference to the incoming packet. |
true | the packet is a retransmission. |
false | the packet is a not retransmission. |
|
inline |
Number of entries in the filter's database.
Definition at line 464 of file protocol.h.
References db.