summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_regular/include/policy/policy_table
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2018-09-19 17:24:57 -0400
committerJackLivio <jack@livio.io>2018-09-19 17:24:57 -0400
commit55a73f739d9d92d975b9c7d95c3b3001a007c8d1 (patch)
tree39025988159c000fb4c261b657c7aee06d9c0153 /src/components/policy/policy_regular/include/policy/policy_table
parent78ac9a2cd006eed81fdbf273fea7dba531113830 (diff)
downloadsdl_core-55a73f739d9d92d975b9c7d95c3b3001a007c8d1.tar.gz
Add filtering for policy table parameters
Diffstat (limited to 'src/components/policy/policy_regular/include/policy/policy_table')
-rw-r--r--src/components/policy/policy_regular/include/policy/policy_table/enums.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/policy/policy_regular/include/policy/policy_table/enums.h b/src/components/policy/policy_regular/include/policy/policy_table/enums.h
index 4fda36cbe7..693d547cb9 100644
--- a/src/components/policy/policy_regular/include/policy/policy_table/enums.h
+++ b/src/components/policy/policy_regular/include/policy/policy_table/enums.h
@@ -44,6 +44,7 @@ enum Priority {
P_VOICECOM,
P_COMMUNICATION,
P_NORMAL,
+ P_PROJECTION,
P_NONE,
};
@@ -169,7 +170,8 @@ bool EnumFromJsonString(const std::string& literal, ModuleType* result);
/**
* @brief Enumeration FunctionID.
*
- * Enumeration linking function names with function IDs in AppLink protocol. Assumes enumeration starts at value 0.
+ * Enumeration linking function names with function IDs in AppLink protocol.
+ *Assumes enumeration starts at value 0.
*/
enum FunctionID {
/**