ESP3D  3.0
Firmware for ESP boards connected to 3D Printer
NotificationsService Class Reference

#include <notifications_service.h>

Public Member Functions

 NotificationsService ()
 
 ~NotificationsService ()
 
bool begin ()
 
void end ()
 
void handle ()
 
bool sendMSG (const char *title, const char *message)
 
const char * getTypeString ()
 
bool started ()
 
bool isAutonotification ()
 
void setAutonotification (bool value)
 
bool sendAutoNotification (const char *msg)
 

Detailed Description

Definition at line 27 of file notifications_service.h.

Constructor & Destructor Documentation

◆ NotificationsService()

NotificationsService::NotificationsService ( )

Definition at line 119 of file notifications_service.cpp.

◆ ~NotificationsService()

NotificationsService::~NotificationsService ( )

Definition at line 127 of file notifications_service.cpp.

Member Function Documentation

◆ begin()

bool NotificationsService::begin ( )

Definition at line 389 of file notifications_service.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ end()

void NotificationsService::end ( )

Definition at line 428 of file notifications_service.cpp.

Here is the caller graph for this function:

◆ getTypeString()

const char * NotificationsService::getTypeString ( )

Definition at line 137 of file notifications_service.cpp.

Here is the caller graph for this function:

◆ handle()

void NotificationsService::handle ( )

Definition at line 442 of file notifications_service.cpp.

Here is the caller graph for this function:

◆ isAutonotification()

bool NotificationsService::isAutonotification ( )
inline

Definition at line 38 of file notifications_service.h.

◆ sendAutoNotification()

bool NotificationsService::sendAutoNotification ( const char *  msg)

Definition at line 98 of file notifications_service.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ sendMSG()

bool NotificationsService::sendMSG ( const char *  title,
const char *  message 
)

Definition at line 152 of file notifications_service.cpp.

Here is the caller graph for this function:

◆ setAutonotification()

void NotificationsService::setAutonotification ( bool  value)
inline

Definition at line 42 of file notifications_service.h.

Here is the caller graph for this function:

◆ started()

bool NotificationsService::started ( )

Definition at line 132 of file notifications_service.cpp.

Here is the caller graph for this function:

The documentation for this class was generated from the following files: