Added PSU DS messages

Signed-off-by: Bernardo Carvalho <bernardo.carvalho@tecnico.ulisboa.pt>
This commit is contained in:
2025-10-26 00:42:25 +01:00
parent cc8cab6d5f
commit 90591f504a
3 changed files with 46 additions and 40 deletions

View File

@@ -197,6 +197,14 @@ public:
* @return true if the writing of all the channels is successful.
*/
virtual bool Synchronise();
/**
* @brief
* @details This method
* It can be called within a
* MARTe message.
*/
ErrorManagement::ErrorType TriggerPSU();
ErrorManagement::ErrorType GoOnline();
private:
/**