Dobby 3.0
Dobby “Docker based Thingy” is a tool for managing and running OCI containers using crun
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
IDobbyProxyEvents Interface Referenceabstract

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
 

Detailed Description

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.


The documentation for this interface was generated from the following file: