summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_regular/include/policy/policy_table
diff options
context:
space:
mode:
authorAndrii Kalinich <AKalinich@luxoft.com>2018-03-21 22:47:31 -0400
committerElvis Kuliiev <ekuliiev@luxoft.com>2018-05-17 18:00:42 +0300
commit186385f0824009eece86a96248538f3d99f35b91 (patch)
treedaa1e5d2ba76e52acb10ece5a5f9a0ad2bddeb2a /src/components/policy/policy_regular/include/policy/policy_table
parent9e76a1f8eb86f3851b6cff6379f2ed8531a0e4d6 (diff)
downloadsdl_core-186385f0824009eece86a96248538f3d99f35b91.tar.gz
Update SDL preloaded PT with PROJECTION HMI type
There was added PROJECTION HMI type to the notifications_per_minute_by_priority structure. Also this structure was updated in the policy types to make everything work correctly.
Diffstat (limited to 'src/components/policy/policy_regular/include/policy/policy_table')
-rw-r--r--src/components/policy/policy_regular/include/policy/policy_table/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/policy/policy_regular/include/policy/policy_table/types.h b/src/components/policy/policy_regular/include/policy/policy_table/types.h
index 61585776f2..992ec3c752 100644
--- a/src/components/policy/policy_regular/include/policy/policy_table/types.h
+++ b/src/components/policy/policy_regular/include/policy/policy_table/types.h
@@ -76,7 +76,7 @@ typedef Map<URL, 1, 255> URLList;
typedef Map<URLList, 1, 255> ServiceEndpoints;
typedef uint8_t NumberOfNotificationsType;
-typedef Map<Integer<NumberOfNotificationsType, 0, 255>, 0, 6>
+typedef Map<Integer<NumberOfNotificationsType, 0, 255>, 0, 7>
NumberOfNotificationsPerMinute;
typedef Array<Integer<uint16_t, 1, 1000>, 0, 5> SecondsBetweenRetries;