UniRec  3.0.0
File List
Here is a list of all files with brief descriptions:
[detail level 123]
  include
  unirec
 inline.h
 ip_prefix_search.hInit context and prefix search
 ipaddr.hStructure to store both IPv4 and IPv6 addresses and associated functions
 links.hDefinition 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.hStructure to store MAC address and associated functions
 unirec.hDefinition of UniRec structures and functions
 unirec2csv.hDefinition of UniRec API to create CSV-like representation of UniRec data
 ur_time.hTypes, macros and function for UniRec timestamp format
 ur_values.c
 ur_values.h
  unirec++
 bidirectionalInterface.hppDefines 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.hppProvides an interface for receiving UniRec records using the TRAP protocol
 ipAddress.hpp
 macAddress.hpp
 outputInterface.hppDefines the UnirecOutputInterface class
 trapModuleInfo.hppContains the definition of the TrapModuleInfo class
 unirec.hpp
 unirecArray.hppHeader file containing the definition of the UnirecArray class and its Iterator subclass
 unirecException.hppDefines custom exception classes
 unirecRecord.hppDefines the UnirecRecord class
 unirecRecordView.hppProvides a view into a UniRec record
 unirecTypes.hppThis file contains functions for determining the expected UniRec type for various C++ types
 unirecTypeTraits.hppProvides a set of type traits and aliases for working with unirec++
 urTime.hpp
  unirec++
 bidirectionalInterface.cppImplementation of a bidirectional interface for sending and receiving unirec records using the TRAP interface provided by the UniRec library
 inputInterface.cppImplementation of interface for receiving UniRec records using the TRAP protocol
 outputInterface.cppImplements the UnirecOutputInterface class
 unirec.cpp
 config.h
 ip_prefix_search.cInit and prefix search
 ipps_internal.hInit context and prefix search - Internal functions and structures
 unirec.cDefinition of UniRec structures and functions
 unirec2csv.c