csb comment improved

This commit is contained in:
Robin Müller 2020-06-29 16:43:02 +02:00
parent 691be0dcd4
commit 48df3cbe83

View File

@ -276,7 +276,6 @@ protected:
void checkAndExecuteFifo(CommandMapIter iter); void checkAndExecuteFifo(CommandMapIter iter);
private: private:
/** /**
* This method handles internal execution of a command, * This method handles internal execution of a command,
* once it has been started by @sa{startExecution()} in the request * once it has been started by @sa{startExecution()} in the request
@ -296,10 +295,13 @@ private:
void handleCommandQueue(); void handleCommandQueue();
/** /**
* @brief Handler function for request queue
* @details
* Sequence of request queue handling: * Sequence of request queue handling:
* isValidSubservice -> getMessageQueueAndObject -> startExecution * isValidSubservice -> getMessageQueueAndObject -> startExecution
* Generates Start Success Reports TM[1,3] in subfunction @sa{startExecution()} * Generates a Start Success Reports TM[1,3] in subfunction
* or Start Failure Report TM[1,4] by using the TC Verification Service * @sa{startExecution()} or a Start Failure Report TM[1,4] by using the
* TC Verification Service.
*/ */
void handleRequestQueue(); void handleRequestQueue();