50 #ifndef _EventDescriptor_H_
51 #define _EventDescriptor_H_
62 namespace dataprocessing {
66 static string getEventId(
string event);
67 static uint64_t getEventNPT(
string event);
68 static string getCommandTag(
string event);
69 static int getSequenceNumber(
string event);
70 static bool getFinalFlag(
string event);
71 static string getPrivateDataPayload(
string event);
72 static bool checkFCS(
string event);
74 static string extractMarks(
string eventParam);
84 #endif //_EventDescriptor_H_
Definition: EventDescriptor.h:64