Skip to content
Snippets Groups Projects
Commit 4476c2b7 authored by kpetridis's avatar kpetridis
Browse files

Changed variable name

parent 1e39b1e1
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ public: ...@@ -31,7 +31,7 @@ public:
* This is the key for the application process configuration map. It contains a pair with the applicationID and * This is the key for the application process configuration map. It contains a pair with the applicationID and
* the serviceType. * the serviceType.
*/ */
typedef std::pair<uint8_t, uint8_t> appServiceKey; typedef std::pair<uint8_t, uint8_t> AppServiceKey;
/** /**
* Map containing the report type definitions. Each application process has its own ID. The combination of the * Map containing the report type definitions. Each application process has its own ID. The combination of the
...@@ -46,7 +46,7 @@ public: ...@@ -46,7 +46,7 @@ public:
* already exist in the map, and the requested report type is located in the vector of report types, which corresponds * already exist in the map, and the requested report type is located in the vector of report types, which corresponds
* to the appID and service type. * to the appID and service type.
*/ */
etl::map<appServiceKey, ReportTypeDefinitions, etl::map<AppServiceKey, ReportTypeDefinitions,
ECSSMaxControlledApplicationProcesses * ECSSMaxServiceTypeDefinitions> ECSSMaxControlledApplicationProcesses * ECSSMaxServiceTypeDefinitions>
definitions; definitions;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment