device handler uses local pools now #299
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "KSat/fsfw:mueller/DeviceHandler-LocalPools"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Also added function to get pending command but I need to test that function.
fixes #253 .
@ -942,1 +964,3 @@
* which are set periodically during any normal mode.
* @brief Set all datapool variables that are update periodically in
* normal mode invalid
* @details TODO: Use local pools
TODO still valid?
Yes
@ -738,0 +748,4 @@
* like SPI sensors to identify the last sent command.
* @return
*/
DeviceCommandId_t getPendingCommand() const;
This returns the first pending command only. This should be added to the comment.