▼ include | |
▼ unirec | |
inline.h | |
ip_prefix_search.h | Init context and prefix search |
ipaddr.h | Structure to store both IPv4 and IPv6 addresses and associated functions |
links.h | Definition of structures and functions for handling LINK_BIT_FIELD. Implementation is in unirec.c. It uses link mask (hexadecimal, 64bit long number) to determine which links are used and how they are used. It means, that one can use e.g. 9 links, which do not have to fill ones in LINK_BIT_FIELD on positions 1 - 9 necessary but on positions specified by link mask |
macaddr.h | Structure to store MAC address and associated functions |
unirec.h | Definition of UniRec structures and functions |
unirec2csv.h | Definition of UniRec API to create CSV-like representation of UniRec data |
ur_time.h | Types, macros and function for UniRec timestamp format |
ur_values.c | |
ur_values.h | |
▼ unirec++ | |
bidirectionalInterface.hpp | Defines a bidirectional interface for sending and receiving unirec records using the TRAP interface provided by the UniRec library. This class provides a simple and easy-to-use bidirectional interface for sending and receiving unirec records with the SAME format. It wraps the TRAP interface provided by the UniRec library and includes methods for sending and receiving records, changing the record template, setting timeouts, and more |
inputInterface.hpp | Provides an interface for receiving UniRec records using the TRAP protocol |
ipAddress.hpp | |
macAddress.hpp | |
outputInterface.hpp | Defines the UnirecOutputInterface class |
trapModuleInfo.hpp | Contains the definition of the TrapModuleInfo class |
unirec.hpp | |
unirecArray.hpp | Header file containing the definition of the UnirecArray class and its Iterator subclass |
unirecException.hpp | Defines custom exception classes |
unirecRecord.hpp | Defines the UnirecRecord class |
unirecRecordView.hpp | Provides a view into a UniRec record |
unirecTypes.hpp | This file contains functions for determining the expected UniRec type for various C++ types |
unirecTypeTraits.hpp | Provides a set of type traits and aliases for working with unirec++ |
urTime.hpp | |
▼ unirec++ | |
bidirectionalInterface.cpp | Implementation of a bidirectional interface for sending and receiving unirec records using the TRAP interface provided by the UniRec library |
inputInterface.cpp | Implementation of interface for receiving UniRec records using the TRAP protocol |
outputInterface.cpp | Implements the UnirecOutputInterface class |
unirec.cpp | |
config.h | |
ip_prefix_search.c | Init and prefix search |
ipps_internal.h | Init context and prefix search - Internal functions and structures |
unirec.c | Definition of UniRec structures and functions |
unirec2csv.c | |