OverSim
realtimescheduler.cc File Reference

Go to the source code of this file.

Functions

 Register_PerRunConfigOption (CFGID_EXTERNALAPP_CONNECTION_LIMIT,"externalapp-connection-limit", CFG_INT, NULL,"TODO some documentation")
 Register_PerRunConfigOption (CFGID_EXTERNALAPP_APP_PORT,"externalapp-app-port", CFG_INT, NULL,"TODO some documentation")
std::ostream & operator<< (std::ostream &os, const timeval &tv)

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"   
)
Register_PerRunConfigOption ( CFGID_EXTERNALAPP_APP_PORT  ,
"externalapp-app-port"  ,
CFG_INT  ,
NULL  ,
"TODO some documentation"   
)