|
Aktualizr
C++ SOTA Client
|
Public Member Functions | |
| const std::string & | getEcuIdentifier () const |
| void | setEcuIdentifier (const std::string &ecuIdentifier) |
| const int & | getPreviousTime () const |
| void | setPreviousTime (const int &previousTime) |
| const int & | getCurrentTime () const |
| void | setCurrentTime (const int ¤tTime) |
| const std::string & | getSecurityAttack () const |
| void | setSecurityAttack (const std::string &securityAttack) |
| const Image & | getInstalledImage () const |
| void | setInstalledImage (const Image &installedImage) |
| Json::Value | wrapMessage () const |
| void | unwrapMessage (Json::Value v) |
Protected Attributes | |
| std::string | ecuIdentifier_ |
| int | previousTime_ {} |
| int | currentTime_ {} |
| std::string | securityAttack_ |
| Image | installedImage_ |
Definition at line 9 of file ecuversionmanifestsigned.h.
1.8.14