1
0
forked from fsfw/fsfw

communication message extended

This commit is contained in:
2020-03-03 21:20:08 +01:00
parent 72963f5855
commit dd4a5a45e3
4 changed files with 183 additions and 22 deletions

View File

@ -31,7 +31,7 @@ public:
* \brief This attribute defines when a device handler object is executed.
*
* \details The pollingTime attribute identifies the time the handler is executed in ms. It must be
* smaller than the period length of the polling sequence, what is ensured by automated calculation
* smaller than the period length of the polling sequence, which is ensured by automated calculation
* from a database.
*/
uint32_t pollingTimeMs;