Vanetza
Loading...
Searching...
No Matches
packet.hpp
1#ifndef PACKET_HPP_LFURGMBS
2#define PACKET_HPP_LFURGMBS
3
4#include <vanetza/net/packet.hpp>
5
6namespace vanetza
7{
8namespace geonet
9{
10
11// This header is only provided for compatibility reasons
12// New code should rely on net/packet.hpp only
13
14using vanetza::DownPacket;
15using vanetza::UpPacket;
16
17} // namespace geonet
18} // namespace vanetza
19
20#endif /* PACKET_HPP_LFURGMBS */
void reset()
Definition hook.hpp:49
void operator=(callback_type &&cb)
Definition hook.hpp:23
void operator()(Args... args)
Definition hook.hpp:37
void clear()
Definition hook.hpp:57
virtual void tap_packet(const DataIndication &, const UpPacket &)=0
void add_promiscuous_hook(PromiscuousHook *hook)
void remove_promiscuous_hook(PromiscuousHook *)
void set_interactive_handler(port_type, IndicationInterface *)
Hook< const geonet::DataIndication &, const btp::DataIndication * > hook_undispatched
void set_non_interactive_handler(port_type, IndicationInterface *)