|
RADLib
RADical C++ application framework
|
A/B slot metadata for embedded products. More...
#include <RADUpdate.h>
Public Attributes | |
| std::string | activeSlot = "A" |
| Active boot slot. More... | |
| std::string | pendingSlot |
| Pending slot for next boot. More... | |
| int | bootCount = 0 |
| Boot attempt count for pending slot. More... | |
| std::string | rollbackReason |
| Last rollback reason. More... | |
| std::string | versionA |
| Version currently installed in slot A. More... | |
| std::string | versionB |
| Version currently installed in slot B. More... | |
A/B slot metadata for embedded products.
| std::string RADUpdate::ABMetadata::activeSlot = "A" |
Active boot slot.
| int RADUpdate::ABMetadata::bootCount = 0 |
Boot attempt count for pending slot.
| std::string RADUpdate::ABMetadata::pendingSlot |
Pending slot for next boot.
| std::string RADUpdate::ABMetadata::rollbackReason |
Last rollback reason.
| std::string RADUpdate::ABMetadata::versionA |
Version currently installed in slot A.
| std::string RADUpdate::ABMetadata::versionB |
Version currently installed in slot B.