Airbot SDK 5.1.6
This project is designed for airbot C++SDK
|
Defines operational states for the driver service. More...
#include <cstdint>
Go to the source code of this file.
Namespaces | |
namespace | airbot |
Namespace containing all Airbot SDK related definitions. | |
Enumerations | |
enum class | airbot::State : int { airbot::INIT = 0 , airbot::SHUTDOWN = 1 , airbot::POWERON = 2 , airbot::IDLE = 3 , airbot::APPLOADING = 4 , airbot::APPLOADED = 5 , airbot::ERROR = 6 } |
Enum representing the operational states of the driver service. More... | |
Defines operational states for the driver service.
This file defines various operational states that the driver service may enter during its lifecycle. Each state represents the current condition or activity of the driver, covering initialization, idle operation, application loading, error handling, and shutdown phases.