Add UBusTimer Object. And Add a Test of it into Domo program.

This commit is contained in:
2016-05-17 23:44:23 +02:00
parent 0a12c35f70
commit 16145d6dde
10 changed files with 328 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 2.8.11)
SET(UBUS_UNIX_SOCKET "/var/run/ubus.sock")
SET(UBUS_UNIX_SOCKET "/tmp/ubus.sock")
SET(UBUS_MAX_MSGLEN 1048576)
ADD_DEFINITIONS( -DUBUS_UNIX_SOCKET="${UBUS_UNIX_SOCKET}")