summaryrefslogtreecommitdiff
path: root/src/events_ds.cc
AgeCommit message (Collapse)Author
2020-02-23Scratch the pointer returning get and instead add getType.André Nusser
2020-02-23Add two get(event_id) function to EventsDS.André Nusser
Still needs testing and review.
2020-02-23Change channel type to channel_t in EventsDS and introduce new assert.André Nusser
2020-02-23Work in review for EventsDS.André Nusser
2020-02-23Fix style, minor code fixes, and add review comments.Bent Bisballe Nyeng
2020-02-16Introduce EventsDS to handle all the events and enable new features.André Nusser
Also: * Added an id.h class to make IDs with type * Added a range class to easily use range based for loops