1 #ifndef NUITRACK_OBJECTDATA_H_
2 #define NUITRACK_OBJECTDATA_H_
23 typedef std::shared_ptr<BaseObjectData> Ptr;
38 template<
typename TImpl>
42 typedef std::shared_ptr<TImpl> Ptr;
Generalized template for data with a timestamp.
Definition: ObjectData.h:39
Generalized class for data with a timestamp.
Definition: ObjectData.h:20
virtual uint64_t getTimestamp() const =0
Returns the data timestamp in microseconds.