Timestamps for embedded system

前端 未结 2 893
遥遥无期
遥遥无期 2020-12-04 00:53

I would like to add timestamps to sensor measurements on an embedded system (Raspberry Pi A+ running ArchLinux). I\'ve found time from time.h but i

2条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-04 01:29

    There are a bunch of features available in C++11 chrono header file, please refer this given link

提交回复
热议问题