Class MAEDaemon
#include <MAEDaemon.h >
Super class: MAE
This class builds on top of the MAE class. It ensures MAE knows that your MAE task is an app and supports it appropriately. A daemon is a persistent program providing support to other MAE tasks.
const string& programName |
the name of the task as registered inside MAE |
const string& appchannels |
a comma separated list of message channels used. Default is one channel using the program's name. Default value: "" |
Declare your daemon MAE instance of this task.