31 EventData(std::weak_ptr<EventDataImpl> pimpl);
33 DB_EDGEVIS_SDK
virtual ~EventData();
35 DB_EDGEVIS_SDK int64_t GetEventID()
const;
36 DB_EDGEVIS_SDK std::wstring GetEventType()
const;
37 DB_EDGEVIS_SDK int64_t GetTimestamp()
const;
38 DB_EDGEVIS_SDK std::wstring GetEvents()
const;
39 DB_EDGEVIS_SDK std::wstring GetDescription()
const;
40 DB_EDGEVIS_SDK std::wstring GetSource()
const;
41 DB_EDGEVIS_SDK
int GetVersion()
const;
42 DB_EDGEVIS_SDK int32_t GetInput()
const;
43 DB_EDGEVIS_SDK std::wstring ToString()
const;
44 DB_EDGEVIS_SDK
bool IsValid();
45 DB_EDGEVIS_SDK std::wstring DisplayString(
bool concise =
false)
const;
49 #endif // EVENT_DATA_H An Event received from the Encoder by the decoder library.
Definition: EventData.h:28
This is the base class for the StreamData objects.
Definition: StreamData.h:27
The EdgeVis Decoder SDK namespace.