implement a basic time/clock datastructure
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Mon, 29 Jan 2018 10:06:13 +0000 (11:06 +0100)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Wed, 27 Mar 2019 09:31:38 +0000 (10:31 +0100)
commit8b5814e27eff0a680bd9228e9c2cede306158549
tree3a3cb8a65a25cb05f09b6ba7f3e5fab84d28f950
parent4cefaf511d9ed79ad13ab59c46bd0ddc60e758f6
implement a basic time/clock datastructure

Add a class ``Time'' to the timefunc part of the library. The
goal is to provide a generalist handle around struct timespec to
supersede the current ones that had been built on now deprecated
APIs (e. g. ``timeb.h'').
src/timefunc.cpp
src/timefunc.hxx
test/test_timefunc.cpp