Tamer
C++ language extensions for event-driven programming
Loading...
Searching...
No Matches
tamer.hh
Go to the documentation of this file.
1#ifndef TAMER_TAMER_HH
2#define TAMER_TAMER_HH 1
3/* Copyright (c) 2007-2015, Eddie Kohler
4 * Copyright (c) 2007, Regents of the University of California
5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a
7 * copy of this software and associated documentation files (the "Software"),
8 * to deal in the Software without restriction, subject to the conditions
9 * listed in the Tamer LICENSE file. These conditions include: you must
10 * preserve this copyright notice, and you cannot mention the copyright
11 * holders in advertising related to the Software without their permission.
12 * The Software is provided WITHOUT ANY WARRANTY, EXPRESS OR IMPLIED. This
13 * notice is a summary of the Tamer LICENSE file; the license in that file is
14 * legally binding.
15 */
16
32
36
41
43#define TAMER_MAJOR_VERSION 1
45#define TAMER_MINOR_VERSION 9
47#define TAMER_RELEASE_LEVEL 0
48
49#include <tamer/rendezvous.hh>
50#include <tamer/event.hh>
51#include <tamer/driver.hh>
52#include <tamer/adapter.hh>
53
54#endif /* TAMER_TAMER_HH */
Functions for adapting events.
Functions for registering primitive events and managing the event loop.
The event template classes and helper functions.
The rendezvous template classes.