X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fo1%2Fves%2FVesCommonHeader.hpp;fp=src%2Fo1%2Fves%2FVesCommonHeader.hpp;h=0de58a88cec4b5c571179e93e903ef5a82e2fdd8;hb=0a4589de6e89782d734930a2a7648d5921b176d8;hp=96f850b92be59631ce448e21b3242c17bc3b6ef7;hpb=c9ee9d5360e8cad2cb2f807f5ebfabe9304d88c4;p=o-du%2Fl2.git diff --git a/src/o1/ves/VesCommonHeader.hpp b/src/o1/ves/VesCommonHeader.hpp index 96f850b92..0de58a88c 100644 --- a/src/o1/ves/VesCommonHeader.hpp +++ b/src/o1/ves/VesCommonHeader.hpp @@ -44,20 +44,24 @@ class VesCommonHeader{ bool prepare(cJSON *node, VesEventType type); private: - uint16_t getSequenceNo(); - uint16_t nextSequenceNo(); + double getSequenceNo(); + double nextSequenceNo(); string getEventTypeToStr(); string getEventType(); string getEventId(); string getPriority(); string getEventName(); + string getSourceId(); + string getReportingEntityId(); string getReportingEntityName(); string getSourceName(); string getNamingCode(); - uint64_t getEpochTime(); + string getnfcNamingCode(); + string getstndDefinedNamespace(); + double getEpochTime(); time_t getCurrentTime(); string formatTime(time_t); - uint64_t mLastEpochTime; + double mLastEpochTime; VesEventType mEventType; };