MLIB
Loading...
Searching...
No Matches
mlib.h
Go to the documentation of this file.
1#pragma once
8#if __has_include("defs.h")
9#include "defs.h"
10#endif
11
12#include "safe_winsock.h"
13
14#include "base64.h"
15#include "bitstream.h"
16#include "border.h"
17#include "convert.h"
18#include "crc32.h"
19#include "dprintf.h"
20#include "errorcode.h"
21#include "ipow.h"
22#include "json.h"
23#include "md5.h"
24#include "nmea.h"
25#include "options.h"
26#include "point.h"
27#include "ringbuf.h"
28#include "rotmat.h"
29#include "sqlitepp.h"
30#include "statpars.h"
31#include "trace.h"
32
33// Windows specific stuff
34#ifdef _MSC_VER
35
36#include "asset.h"
37#include "basename.h"
38#include "chull.h"
39#include "firewall.h"
40#include "httpd.h"
41#include "jbridge.h"
42#include "log.h"
43#include "mutex.h"
44#include "poly.h"
45#include "rdir.h"
46#include "semaphore.h"
47#include "serenum.h"
48#include "shmem.h"
49#include "stopwatch.h"
50#include "syncque.h"
51#include "tvops.h"
52#include "wtimer.h"
53#endif
Definition of asset class.
Definition of Base64 encoding/decoding functions.
Definitions for Unix-like basename() and dirname() functions.
Definition of bitstream class.
Small class to represent simple non-intersecting polygons.
Convex hull algorithm.
Conversion functions and frequently used constants.
Definition of dprintf() function.
Definition of erc and erfac classes.
Implementation of httpd and http_connection classes.
Integer exponentiation function template.
Definition of JSONBridge class.
Definition of json::node class.
syslog related functions.
mutex class definition.
Definition of NMEA-0183 parsing functions.
Command line parser class.
Definition of Point template class.
Polynomial evaluation using Horner's scheme.
Recursive directory functions
Simple circular (ring) buffer class.
Definition of a rotation calculator class.
semaphore class definition
Functions for enumerating serial ports.
Shared memory object with support for single-writer multiple-readers.
C++ wrapper for SQLITE3.
Definition of statistical parameters calculator class.
Definition of stopwatch class.
Definition of sync_queue and async_queue classes.
Definition of trace debugging macros.
Operations on timeval structure.
definition of waitable timer class