24#ifndef COMPONENTS_SERVICES_EVENT_TRACKING_GLOBAL_VARIABLES_SERVICE_H
25#define COMPONENTS_SERVICES_EVENT_TRACKING_GLOBAL_VARIABLES_SERVICE_H
Data for global variable event tracking.
static bool notify(SvcTypes svc_type, Notification_context &ctx)
Auxiliary function to engage the service registry to notify a set of listeners.
Definition: notification.cc:87
#define END_SERVICE_DEFINITION(name)
A macro to end the last Service definition started with the BEGIN_SERVICE_DEFINITION macro.
Definition: service.h:91
#define BEGIN_SERVICE_DEFINITION(name)
Declares a new Service.
Definition: service.h:86
#define DECLARE_BOOL_METHOD(name, args)
Declares a method that returns bool as a part of the Service definition.
Definition: service.h:112
Structure for Global variable event tracking.
Definition: event_tracking_global_variable_defs.h:50