add demo application

This commit is contained in:
2017-03-05 03:20:09 +03:00
parent 6646400027
commit 84b8632ae8
30 changed files with 906 additions and 123 deletions

View File

@ -35,17 +35,27 @@ namespace QueuedConfig
* @brief DBus service name for library and application
* @remark required by Qt macro
*/
#define DBUS_SERVICE_NAME "org.quadro.core"
#define DBUS_SERVICE_NAME "org.queued.core"
/**
* @ingroup QueuedConfig
* @brief DBus service name for library and application
*/
const char DBUS_SERVICE[] = DBUS_SERVICE_NAME;
/**
* @ingroup QueuedConfig
* @brief DBus object path for applicaiton
*/
const char DBUS_APPLICATION_PATH[] = "/application";
/**
* @ingroup QueuedConfig
* @brief DBus object path for library
*/
const char DBUS_OBJECT_PATH[] = "/queued";
/**
* @ingroup QueuedConfig
* @brief DBus properties path for library
*/
const char DBUS_PROPERTY_PATH[] = "/property";
// path configuration
// common paths