Skip to content
Snippets Groups Projects
Commit 6d40c4ea authored by kpetridis's avatar kpetridis
Browse files

Renamed definition

parent c8dfcb34
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ public: ...@@ -36,7 +36,7 @@ public:
* it has not been filled yet (so we proceed to add new report types) or it is empty because we block every * it has not been filled yet (so we proceed to add new report types) or it is empty because we block every
* report type for the service. * report type for the service.
*/ */
etl::map<uint8_t, reportsNotEmpty, ECSSMaxControlledApplications> notEmpty; etl::map<uint8_t, reportsNotEmpty, ECSSMaxControlledApplicationProcesses> notEmpty;
/** /**
* Vector containing the Report Type definitions. Each definition has its unique name of type uint8. For * Vector containing the Report Type definitions. Each definition has its unique name of type uint8. For
...@@ -55,7 +55,7 @@ public: ...@@ -55,7 +55,7 @@ public:
* Map containing the Application Process definitions. Each application has its own ID. The ID is used as a * Map containing the Application Process definitions. Each application has its own ID. The ID is used as a
* key to provide access to the list of Service Type definitions, included by the application. * key to provide access to the list of Service Type definitions, included by the application.
*/ */
etl::map<uint8_t, serviceTypeDefinitions, ECSSMaxControlledApplications> definitions; etl::map<uint8_t, serviceTypeDefinitions, ECSSMaxControlledApplicationProcesses> definitions;
ApplicationProcess() = default; ApplicationProcess() = default;
}; };
...@@ -80,7 +80,7 @@ public: ...@@ -80,7 +80,7 @@ public:
* Map containing the Housekeeping definitions (application processes). Each application has its own ID. The ID is * Map containing the Housekeeping definitions (application processes). Each application has its own ID. The ID is
* used as a key to provide access to the list of the Housekeeping structure IDs. * used as a key to provide access to the list of the Housekeeping structure IDs.
*/ */
typedef etl::map<uint8_t, housekeepingStructureIds, ECSSMaxControlledApplications> definitions; typedef etl::map<uint8_t, housekeepingStructureIds, ECSSMaxControlledApplicationProcesses> definitions;
HousekeepingParameterReport() = default; HousekeepingParameterReport() = default;
}; };
...@@ -105,7 +105,7 @@ public: ...@@ -105,7 +105,7 @@ public:
* Map containing the Event Report Blocking definitions (applications). Each application has its own ID. The ID is * Map containing the Event Report Blocking definitions (applications). Each application has its own ID. The ID is
* used as a key to provide access to the list of the Event Definitions. * used as a key to provide access to the list of the Event Definitions.
*/ */
typedef etl::map<uint8_t, eventDefinitionIds, ECSSMaxControlledApplications> definitions; typedef etl::map<uint8_t, eventDefinitionIds, ECSSMaxControlledApplicationProcesses> definitions;
EventReportBlocking() = default; EventReportBlocking() = default;
}; };
......
...@@ -41,7 +41,7 @@ public: ...@@ -41,7 +41,7 @@ public:
/** /**
* Contains the Application IDs, controlled by the Service. * Contains the Application IDs, controlled by the Service.
*/ */
etl::vector<uint8_t, ECSSMaxControlledApplications> controlledApplications; etl::vector<uint8_t, ECSSMaxControlledApplicationProcesses> controlledApplications;
/** /**
* The Application Process configuration, containing all the application process, service type and message type * The Application Process configuration, containing all the application process, service type and message type
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment