VES PM data for slicing use case. [Issue-Id: ODUHIGH-384]
[o-du/l2.git] / src / o1 / ves / VesCommonHeader.hpp
index 21e0d6e..96f850b 100644 (file)
@@ -32,7 +32,6 @@
 #include <stdio.h>
 #include "VesUtils.hpp"
 
-#define MAX_TIME_STR 11
 using namespace std;
 
 class VesCommonHeader{
@@ -56,7 +55,9 @@ class VesCommonHeader{
       string getSourceName();
       string getNamingCode();
       uint64_t getEpochTime();
-      string getCurrentTime();
+      time_t getCurrentTime();
+          string formatTime(time_t);
+      uint64_t mLastEpochTime;
 
       VesEventType mEventType;
 };