summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslav Mamykin (GitHub) <ymamykin@luxoft.com>2019-10-16 11:41:47 +0300
committerYarik <ymamykin@gmail.com>2019-11-15 15:19:05 +0200
commitf080cc1afc22ea9218f91bc6c00898822e30cd20 (patch)
treed0693adf4e955b034287f0c64bb73a542492ded8
parente9e9144e23c124a0cc381d6bc1df8875f07c567a (diff)
downloadsdl_core-f080cc1afc22ea9218f91bc6c00898822e30cd20.tar.gz
fixup! Fix versioning appliance for vehicle data
-rw-r--r--src/components/smart_objects/include/smart_objects/object_schema_item.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/smart_objects/include/smart_objects/object_schema_item.h b/src/components/smart_objects/include/smart_objects/object_schema_item.h
index 0412f550a9..6061f823b4 100644
--- a/src/components/smart_objects/include/smart_objects/object_schema_item.h
+++ b/src/components/smart_objects/include/smart_objects/object_schema_item.h
@@ -51,7 +51,8 @@ namespace ns_smart_objects {
**/
struct SMember {
/*
- * @brief Defines if SMember belongs to Custom Vehicle data or API data
+ * @brief Defines data type that SMember contains
+ * (OEM specific or RPC specific)
*/
enum class Type { OEM_SPECIFIC = 0, RPC_SPECIFIC = 1 };