Skip to content
Snippets Groups Projects
Commit 396704da authored by kpetridis's avatar kpetridis
Browse files

Added documentation

parent 7664038f
No related branches found
No related tags found
No related merge requests found
...@@ -44,8 +44,21 @@ private: ...@@ -44,8 +44,21 @@ private:
*/ */
etl::vector<uint8_t, ECSSMaxControlledApplications> controlledApplications; etl::vector<uint8_t, ECSSMaxControlledApplications> controlledApplications;
/**
* The Application Process configuration, containing all the application process, service type and message type
* definitions.
*/
ForwardControlConfiguration::ApplicationProcess applicationProcessConfiguration; ForwardControlConfiguration::ApplicationProcess applicationProcessConfiguration;
/**
* The Housekeeping Parameter Report configuration, containing all the housekeeping parameter report type
* definitions and the housekeeping report structure IDs.
*/
ForwardControlConfiguration::HousekeepingParameterReport housekeepingConfiguration; ForwardControlConfiguration::HousekeepingParameterReport housekeepingConfiguration;
/**
* The Event Report Blocking configuration, containing all the event report blocking and event definitions IDs.
*/
ForwardControlConfiguration::EventReportBlocking eventReportBlockingConfiguration; ForwardControlConfiguration::EventReportBlocking eventReportBlockingConfiguration;
/** /**
......
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