-
Notifications
You must be signed in to change notification settings - Fork 2
Timespec
hfuj13 edited this page Feb 24, 2017
·
11 revisions
default constrctor.
constructor that the milliseconds specify.
- [in] msec: milliseconds or TIMEOUT_NOSPEC. (e.g. 3000)
get the pointer of "struct timespec".
- return: the const pointer of "struct timespec"
transform object to string representation.
- return "struct timespec" string representation. (e.g. {10, 200} or NOSPEC etc)