UniRec 3.3.2
Loading...
Searching...
No Matches
macAddress.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <unirec/unirec.h>
4
5namespace Nemea {
6
10
11static_assert(sizeof(MacAddress) == sizeof(mac_addr_t), "Invalid header definition");
12
13} // namespace Nemea
mac_addr_t
Definition macaddr.h:75
Definition of UniRec structures and functions.