1#ifndef Cpl_MApp_MAppApi_h_
2#define Cpl_MApp_MAppApi_h_
9#include "colony_config.h"
14#ifndef OPTION_CPL_MAPP_TRACE_SECTION
15#define OPTION_CPL_MAPP_TRACE_SECTION "MApp"
43 virtual const char*
getName() const noexcept = 0;
57 virtual const
char*
getUsage() const noexcept = 0;
100 virtual
bool start_(
char* optionalArgs ) noexcept = 0;
This abstract class represents a item that can be contained in an Map (aka a sorted list implemented ...
Definition MapItem.h:33
This abstract class defines the interface for a Micro Application (MApp).
Definition MAppApi.h:37
virtual void intialize_() noexcept=0
This method has PACKAGE Scope, i.e.
virtual void stop_() noexcept=0
This method has PACKAGE Scope, i.e.
virtual void shutdown_() noexcept=0
This method has PACKAGE Scope, i.e.
virtual const char * getUsage() const noexcept=0
This method returns help for the MApp (optional) command line arguments.
virtual const char * getName() const noexcept=0
This method returns the MApp name.
virtual const char * getDescription() const noexcept=0
This method returns brief description/summary of what the MApp does.
virtual bool start_(char *optionalArgs) noexcept=0
This method has PACKAGE Scope, i.e.
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20