Class MAEDaemon

Index Home MAE > MAE Architecture > MAE Data Types > Class Index > Class MAEDaemon

Summary
Public Methods
MAEDaemon(programName, appchannels)

#include <MAEDaemon.h >

Super class: MAE

Summary

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.

Public Methods

MAEDaemon(programName, appchannels)

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.