realtimescheduler.cc File Reference

#include "realtimescheduler.h"

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.

00030 {
00031     return os << (unsigned long)tv.tv_sec << "s" << tv.tv_usec << "us";
00032 }

Register_PerRunConfigOption ( CFGID_EXTERNALAPP_APP_PORT  ,
"externalapp-app-port"  ,
CFG_INT  ,
NULL  ,
"TODO some documentation"   
)
Register_PerRunConfigOption ( CFGID_EXTERNALAPP_CONNECTION_LIMIT  ,
"externalapp-connection-limit"  ,
CFG_INT  ,
NULL  ,
"TODO some documentation"   
)
Generated on Wed May 26 16:21:15 2010 for OverSim by  doxygen 1.6.3