13#ifndef IDISPLAYMODULE_HPP
14#define IDISPLAYMODULE_HPP
60 virtual const std::string &
getName()
const = 0;
Interface for display modules.
Definition: IDisplayModule.hpp:26
virtual void init()=0
Initialize the display module.
virtual const std::string & getName() const =0
Retrieves the name of the display module.
virtual ~IDisplayModule()=default
Virtual destructor.
virtual void stop()=0
Stop the display module.