Fixposition SDK 0.0.0-heads/main-0-g7b59b93
Collection of c++ libraries and apps for use with Fixposition products
Loading...
Searching...
No Matches
time.hpp File Reference

Fixposition SDK: Time utilities. More...

#include <cstdint>
Include dependency graph for time.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  fpsdk::common::time::RosTime
 Minimal ros::Time() / rplcpp::Time implementation (that doesn't throw) More...
 

Namespaces

namespace  fpsdk
 Fixposition SDK.
 
namespace  fpsdk::common
 Fixposition SDK: Common library.
 
namespace  fpsdk::common::time
 Time utilities.
 

Functions

uint64_t fpsdk::common::time::GetTicks ()
 Get ticks [ms], monotonic time.
 
double fpsdk::common::time::GetSecs ()
 Get seconds [s], monotonic time.
 
void fpsdk::common::time::Sleep (const uint32_t duration)
 Sleep for a bit.
 

Detailed Description

Fixposition SDK: Time utilities.

* ___    ___
* \  \  /  /
*  \  \/  /   Copyright (c) Fixposition AG (www.fixposition.com) and contributors
*  /  /\  \   License: see the LICENSE file
* /__/  \__\
*
*  Parts copyright (c) 2008, Willow Garage, Inc., see time.cpp and the LICENSE file for details
* 

Definition in file time.hpp.