ocssw
V2022
|
#include <Module.hpp>
Public Member Functions | |
virtual | ~Command ()=default |
virtual const std::vector< std::string > & | respond_to () const =0 |
virtual int | call_command (int argc, const char *argv[]) const =0 |
virtual const std::string * | brief_summary () const |
virtual const std::string * | group () const |
Detailed Description
Superclass of commands to be added to oc
Definition at line 65 of file Module.hpp.
Constructor & Destructor Documentation
◆ ~Command()
|
virtualdefault |
Standard, empty virtual destructor
Member Function Documentation
◆ brief_summary()
|
inlinevirtual |
Optional brief text summary, for documentation/help commands
Definition at line 74 of file Module.hpp.
◆ call_command()
|
pure virtual |
The function called when the command is run
◆ group()
|
inlinevirtual |
Optional command group, for documentation/help commands
Definition at line 76 of file Module.hpp.
◆ respond_to()
|
pure virtual |
The name of the command, with optional aliases
The documentation for this class was generated from the following file:
- /gfs-oceanweb/web/ocssw/ocssw_src/include/focs/Module.hpp