Definition in file time_util.c.
Include dependency graph for time_util.c:
Go to the source code of this file.
Functions | |
int | string_to_microsec (unsigned long long *us_out, const char *str) |
Convert a string to a microsecond value. |
|
Convert a string to a microsecond value. The string format is a number followed by an optional unit notation, where microseconds is the default unit. For example:
Definition at line 29 of file time_util.c. References ensure, and require. Referenced by StubRealTimeTask::BeginCPUScheduling(), RKTask::BeginCPUScheduling(), bfRealTimeTaskHey(), paProcessOptions(), and rktProcessOptions(). |