summaryrefslogtreecommitdiff
path: root/PluginCommandInterfaceDbus/headers.h
blob: 078dfdce465c866284ed260e573432b31460ff86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/*
 * headers.h
 *
 *  Created on: Jul 21, 2011
 *      Author: christian
 */

#ifndef HEADERS_H_
#define HEADERS_H_

#include <dbus/dbus.h>
#include <dlt/dlt.h>
#include "CommandReceive.h"
#include "CommandDbusReceive.h"
#include "commandInterface.h"
#include "DbusSend.h"
#include "DBUSMessageHandler.h"
#include "dbusRoothandler.h"
#include "DbusInterface.h"


const char MY_NODE[]="commandinterface\0";

DLT_IMPORT_CONTEXT(DBusCommandPlugin);

#endif /* HEADERS_H_ */