Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

DefaultConfiguration.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00019 /*
00020  * $Log: DefaultConfiguration.h,v $
00021  * Revision 1.5  2007/04/27 06:13:27  n-ando
00022  * Configuration: naming_format to naming.format, name_svc to naming.
00023  *
00024  * Revision 1.4  2007/04/13 18:16:47  n-ando
00025  * New default configuration values are added.
00026  *
00027  * Revision 1.3  2006/12/02 18:37:06  n-ando
00028  * Default configuration parameters were changed.
00029  *
00030  * Revision 1.2  2006/10/23 08:40:02  n-ando
00031  * The last entry "" that inidicate the end of entry did not exist. Fixed it.
00032  *
00033  * Revision 1.1  2006/10/17 19:30:45  n-ando
00034  * The first comitment.
00035  *
00036  *
00037  */
00038 
00039 #include "rtm/version.h"
00040 
00041 static const char* default_config[] =
00042   {
00043     "config.version",         openrtm_version,
00044     "openrtm.version",        openrtm_name,
00045     "manager.name",           "manager",
00046     "manager.pid",            "",
00047     "os.name",                "",
00048     "os.release",             "",
00049     "os.version",             "",
00050     "os.arch",                "",
00051     "os.hostname",            "",
00052     "logger.enable",          "YES",
00053     "logger.file_name",       "./rtc%p.log",
00054     "logger.date_format",     "%b %d %H:%M:%S",
00055     "logger.log_level",       "NORMAL",
00056     "logger.stream_lock",     "NO",
00057     "logger.master_logger",   "",
00058     "module.conf_path",       "",
00059     "module.load_path",       "",
00060     "naming.enable",          "YES",
00061     "naming.type",            "corba",
00062     "naming.formats",         "%h.host/%n.rtc",
00063     "naming.update.enable",   "YES",
00064     "naming.update.interval", "10.0",
00065     "timer.enable",           "YES",
00066     "timer.tick",             "0.1",
00067     "corba.args",             "",
00068     "corba.endpoint",         "",                   // hostname:port_number
00069     "corba.id",               corba_name,
00070     "corba.name_servers",     "",
00071     "exec_cxt.periodic.type", "PeriodicExecutionContext",
00072     "exec_cxt.periodic.rate", "1000",
00073     "exec_cxt.evdriven.type", "EventDrivenExecutionContext",
00074 
00075     ""
00076   };
00077 

Generated on Fri Oct 5 05:15:59 2007 for OpenRTM by  doxygen 1.4.1