L4Re - L4 Runtime Environment
event-sys.h
1
/*
2
* (c) 2008-2009 Adam Lackorzynski <adam@os.inf.tu-dresden.de>,
3
* Alexander Warg <warg@os.inf.tu-dresden.de>
4
* economic rights: Technische Universität Dresden (Germany)
5
*
6
* This file is part of TUD:OS and distributed under the terms of the
7
* GNU General Public License 2.
8
* Please see the COPYING-GPL-2 file for details.
9
*
10
* As a special exception, you may use this file as part of a free software
11
* library without restriction. Specifically, if other files instantiate
12
* templates or use macros or inline functions from this file, or you compile
13
* this file and link it with other files to produce an executable, this
14
* file does not by itself cause the resulting executable to be covered by
15
* the GNU General Public License. This exception does not however
16
* invalidate any other reasons why the executable file might be covered by
17
* the GNU General Public License.
18
*/
19
#pragma once
20
namespace
L4Re
21
{
22
namespace
Event_
23
{
29
enum
Opcodes
30
{
31
Get, Get_num_streams, Get_stream_info, Get_stream_info_for_id,
32
Get_axis_info, Get_stream_state_for_id
33
};
34
};
35
};
L4Re::Event_::Opcodes
Opcodes
Event communication-protocol opcodes.
Definition:
event-sys.h:29
L4Re
L4Re C++ Interfaces.
Definition:
cmd_control:15
l4
re
event-sys.h
Generated on Sun Nov 25 2018 13:34:51 for L4Re - L4 Runtime Environment by
1.8.13