ifw-fgf 1.0.0-pre1
|
#include <cstdint>
#include <thread>
#include <fmt/format.h>
Go to the source code of this file.
Namespaces | |
namespace | ifw |
namespace | ifw::fgf |
namespace | ifw::fgf::common |
Frame Grabber Camera Base Class definitions. | |
Functions | |
double | ifw::fgf::common::Time () |
Return time as seconds since epoch with micro second precision. | |
void | ifw::fgf::common::Sleep (const float sleep_time) |
Make the calling thread sleep for the given period of time given as seconds. | |