/******************************************************************** SleepLib Event Class Header Copyright (c)2011 Mark Watkins License: GPL *********************************************************************/ #ifndef EVENT_H #define EVENT_H #include #include "machine_common.h" typedef float EventDataType; class Event { friend class Session; public: Event(qint64 time,MachineCode code,EventDataType * data,int fields); ~Event(); EventDataType operator[](short i) { if (i e_data; }; #endif // EVENT_H