8 #include <camera/camera_plugin.h> 16 typedef std::list<std::pair<nxcip::UsecUTCTimestamp, nxcip::UsecUTCTimestamp> > container_type;
17 container_type timePeriods;
24 virtual int addRef()
const override;
29 virtual bool get( nxcip::UsecUTCTimestamp* start, nxcip::UsecUTCTimestamp* end )
const override;
33 virtual bool next()
override;
35 virtual bool atEnd()
const override;
39 container_type::const_iterator m_pos;
Definition: time_periods.h:11
virtual void goToBeginning() override
Implementation of nxcip::TimePeriods::goToBeginning.
Definition: time_periods.cpp:44
GUID of plugin interface.
Definition: plugin_api.h:26
virtual bool atEnd() const override
Implementation of nxcip::TimePeriods::atEnd.
Definition: time_periods.cpp:54
virtual int addRef() const override
Implementation of nxpl::PluginInterface::addRef.
Definition: time_periods.cpp:23
virtual int releaseRef() const override
Implementation of nxpl::PluginInterface::releaseRef.
Definition: time_periods.cpp:29
virtual void * queryInterface(const nxpl::NX_GUID &interfaceID) override
Implementation of nxpl::PluginInterface::queryInterface.
Definition: time_periods.cpp:12
Definition: plugin_tools.h:67
virtual bool next() override
Implementation of nxcip::TimePeriods::next.
Definition: time_periods.cpp:49
Array of time periods.
Definition: camera_plugin.h:675