36#ifndef EVENTGROUP_EVENTS_H
37#define EVENTGROUP_EVENTS_H
64namespace EVENTSINTERNAL {
223 const std::string&
getName()
const;
231 void setName(
const std::string& sName);
279 std::string m_sDescription;
event library export/import macros.
Event annotation management (creation, grouping, shared-memory transport).
Simple RGB triplet for color-coding event groups.
EventGroup class is designed as a data holder for a group. It is designed towards ease of use for a c...
the class stores the concept of an event group internally in the Event library.
EVENTSLIB::RgbColor getColor() const
void setColor(const EVENTSLIB::RgbColor &color)
void setName(const std::string &sName)
std::string getDescription() const
EventGroupINT(const char *name)
const std::string & getName() const
bool operator<(const EventGroupINT &groupRHS) const