Dobby 3.0
Dobby “Docker based Thingy” is a tool for managing and running OCI containers using crun
|
Interface for the AI notifier API. More...
#include <IDobbyProxy.h>
Public Types | |
enum class | ContainerState { Invalid = 0 , Starting = 1 , Running = 2 , Stopping = 3 , Paused = 4 , Stopped = 5 , Hibernating = 6 , Hibernated = 7 , Awakening = 8 } |
Public Member Functions | |
virtual void | containerStateChanged (int32_t descriptor, const std::string &id, ContainerState newState)=0 |
Interface for the AI notifier API.
Contains a single event notifier method that is called whenever either of the 'org.rdk.dobby.ctrl1.Started' or 'org.rdk.dobby.ctrl1.Stopped' signals are received.