List of enumerations available for configuration or Ota Updater events. More...

Collaboration diagram for Enumerations:

Enumerations

enum  Status {
  OK = 0, Error = 1, InProcess = 2, Upgraded = 3,
  Backup = 4
}
 Alternative RFS status
More...
 
enum  Operation {
  NoOperating = 0, Installing = 1, Upgrading = 2, Removing = 3,
  Downloading = 4
}
 
enum  ServiceStatus {
  Init = 0, Synchronizing = 1, Idle = 2, Recovering = 3,
  Operating = 4, CompleteRfs = 5, End = 6
}
 

Detailed Description

Enumeration Type Documentation

◆ Operation

enum Operation
strong
Enumerator
NoOperating 

No operation

Installing 

Installing operation

Upgrading 

Upgrading operation

Removing 

Removing operation

Downloading 

Downloading operation

◆ ServiceStatus

enum ServiceStatus
strong
Enumerator
Init 

Initial state

Synchronizing 

Synchronizing packages

Idle 

Waiting for command

Recovering 

Recovering

Operating 

Doing an operation: INSTALL, UPDATE, REMOVE

CompleteRfs 

Recovering

End 

Final state

◆ Status

enum Status
strong
Enumerator
OK 

Alternative RFS has a copy of the current RFS

Error 

Alternative RFS has no valid RFS

InProcess 

Alternative RFS is being upgraded

Upgraded 

Alternative RFS is upgraded

Backup 

Alternative RFS has a backup (previous RFS)