Wittyshare
0.2
|
Variables | |
const int | Read = 2 |
const int | ReadWrite = 6 |
const int | On = 1 |
const int | Off = 0 |
const int | Delay = 30 |
const int | NbItems = 3 |
const std::string | StdOut = "STDOUT" |
const std::string | StdErr = "STDERR" |
const std::string | GlobalPropertiesPath = "/etc/wt/wittyshare-global.json" |
const std::string | LayoutPropertiesPath = "/etc/wt/wittyshare-layout.json" |
const std::string | PluginsPropertiesPath = "/etc/wt/wittyshare-plugins.json" |
const std::string | CrashLogPath = "/tmp/crashLogWs.log" |
const std::string | PathToLockFile = "/.config/freezetree" |
const std::string | PathToConfig = "/.config/" |
const std::string | PathToNodeProperties = "/.config/nodes/" |
const std::string | PathToNodeLock = "/.config/locks/" |
const std::string | PathToDirProperties = "/.config/properties.json" |
const std::string | PathToImages = "/ws.res/images/" |
const std::string | PathToTemplates = "/.config/templates/" |
const std::string | PathToIcones = "/ws.res/icones/" |
const std::string | ConfExt = ".json" |
const std::string | SubFolders [NbItems] = {PathToConfig, PathToNodeProperties, PathToNodeLock} |
const std::string GlobalConfig::ConfExt = ".json" |
Definition at line 53 of file WsGlobalConfig.h.
const std::string GlobalConfig::CrashLogPath = "/tmp/crashLogWs.log" |
Definition at line 44 of file WsGlobalConfig.h.
const int GlobalConfig::Delay = 30 |
Definition at line 35 of file WsGlobalConfig.h.
const std::string GlobalConfig::GlobalPropertiesPath = "/etc/wt/wittyshare-global.json" |
Definition at line 41 of file WsGlobalConfig.h.
const std::string GlobalConfig::LayoutPropertiesPath = "/etc/wt/wittyshare-layout.json" |
Definition at line 42 of file WsGlobalConfig.h.
const int GlobalConfig::NbItems = 3 |
Definition at line 36 of file WsGlobalConfig.h.
const int GlobalConfig::Off = 0 |
Definition at line 34 of file WsGlobalConfig.h.
const int GlobalConfig::On = 1 |
Definition at line 33 of file WsGlobalConfig.h.
const std::string GlobalConfig::PathToConfig = "/.config/" |
Definition at line 46 of file WsGlobalConfig.h.
const std::string GlobalConfig::PathToDirProperties = "/.config/properties.json" |
Definition at line 49 of file WsGlobalConfig.h.
const std::string GlobalConfig::PathToIcones = "/ws.res/icones/" |
Definition at line 52 of file WsGlobalConfig.h.
const std::string GlobalConfig::PathToImages = "/ws.res/images/" |
Definition at line 50 of file WsGlobalConfig.h.
const std::string GlobalConfig::PathToLockFile = "/.config/freezetree" |
Definition at line 45 of file WsGlobalConfig.h.
const std::string GlobalConfig::PathToNodeLock = "/.config/locks/" |
Definition at line 48 of file WsGlobalConfig.h.
const std::string GlobalConfig::PathToNodeProperties = "/.config/nodes/" |
Definition at line 47 of file WsGlobalConfig.h.
const std::string GlobalConfig::PathToTemplates = "/.config/templates/" |
Definition at line 51 of file WsGlobalConfig.h.
const std::string GlobalConfig::PluginsPropertiesPath = "/etc/wt/wittyshare-plugins.json" |
Definition at line 43 of file WsGlobalConfig.h.
const int GlobalConfig::Read = 2 |
Definition at line 30 of file WsGlobalConfig.h.
const int GlobalConfig::ReadWrite = 6 |
Definition at line 31 of file WsGlobalConfig.h.
const std::string GlobalConfig::StdErr = "STDERR" |
Definition at line 39 of file WsGlobalConfig.h.
const std::string GlobalConfig::StdOut = "STDOUT" |
Definition at line 38 of file WsGlobalConfig.h.
const std::string GlobalConfig::SubFolders[NbItems] = {PathToConfig, PathToNodeProperties, PathToNodeLock} |
Definition at line 54 of file WsGlobalConfig.h.