39 #ifndef __usFrameGrabbedInfo_h_
40 #define __usFrameGrabbedInfo_h_
42 #include <visp3/ustk_core/usConfig.h>
44 #if defined(USTK_HAVE_QT5) || defined(USTK_HAVE_VTK_QT)
46 #include <visp3/ustk_grabber/usNetworkGrabber.h>
48 #include <visp3/core/vpMutex.h>
50 #include <QtCore/QTypeInfo>
76 int m_framesPerVolume;
122 m_framesPerVolume = framesPerVolume;
141 out <<
"timestamp : " << other.
getTimeStamp() << std::endl
144 << (Type)other << std::endl;
Class to store additionnal informations arriving on the network with ultrasound images grabbed,...
quint64 getTimeStamp() const
quint32 getFrameCount() const
void setFramesPerVolume(int framesPerVolume)
int getFramesPerVolume() const
void setTimeStamp(quint64 timeStamp)
void setFrameCount(quint32 frameCount)