Go to the source code of this file.
Detailed Description
- Author
- Stephan Krause, Ingmar Baumgart
Definition in file realtimescheduler.cc.
Function Documentation
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const timeval & |
tv |
|
) |
| |
|
inline |
Definition at line 29 of file realtimescheduler.cc.
{
return os << (unsigned long)tv.tv_sec << "s" << tv.tv_usec << "us";
}
Register_PerRunConfigOption |
( |
CFGID_EXTERNALAPP_CONNECTION_LIMIT |
, |
|
|
"externalapp-connection-limit" |
, |
|
|
CFG_INT |
, |
|
|
NULL |
, |
|
|
"TODO some documentation" |
|
|
) |
| |