CARMA C++
|
Abstract class that defines the interface for executing a method. More...
#include <carma/monitor/Runnable.h>
Public Member Functions | |
virtual int | execute () const =0 |
Execute the method. More... | |
Runnable () | |
Constructor. More... | |
Abstract class that defines the interface for executing a method.
Inherit from this interface and define the execute method.
Definition at line 30 of file Runnable.h.
|
explicit |
Constructor.
Definition at line 52 of file Runnable.h.
|
pure virtual |
Execute the method.
Implemented in carma::monitor::OvroSubsystemPrewrite.