Changeset 14880 for trunk/psModules/test/config/data/SampleIPPConfig
- Timestamp:
- Sep 18, 2007, 8:55:37 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/test/config/data/SampleIPPConfig (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/test/config/data/SampleIPPConfig
r14550 r14880 3 3 DATAPATH str datapath 4 4 5 PATH STR . 6 5 7 ### Database configuration 6 DBSERVER STR localhost 7 DBUSER STR test 8 DBPASSWORD STR "" 9 DBNAME STR test 10 DBPORT S32 0 8 DBSERVER STR localhost # Database host name (for psDBInit) 9 DBUSER STR test # Database user name (for psDBInit) 10 DBPASSWORD STR DB-PW # Database password (for psDBInit) 11 DBNAME STR test # ???? 12 DBPORT S32 0 13 11 14 12 15 ### Setups for each camera system 16 CAMERAS METADATA 17 CAMERA0 STR camera0/camera.config 18 CAMERA1 STR camera1/camera.config 19 END 20 21 ### psLib setup 22 #TIME STR /home/mithrandir/price/pan-starrs/jhroot/i686-pc-linux-gnu/etc/pslib/psTime.config # Time configuration file 23 LOGLEVEL S32 3 # Logging level; 3=INFO 24 LOGFORMAT STR HLNM # Log format 25 LOGDEST STR STDOUT # Log destination 26 TRACE METADATA # Trace levels 27 dummyTraceFunc01 S32 1 28 dummyTraceFunc02 S32 2 29 END 30 ARBITRARY_STRING_S32 S32 20 31 ARBITRARY_STRING_F32 F32 21.0 32 ARBITRARY_STRING_F64 F64 22.0 33 ARBITRARY_STRING_STR STR 19.0 34 ARBITRARY_STRING_BOOL_T BOOL true 35 ARBITRARY_STRING_BOOL_F BOOL false 36 ======= 13 37 CAMERAS METADATA 14 38 CAMERA0 STR camera0/camera.config … … 44 68 ARBITRARY_STRING_BOOL_F BOOL false 45 69 70 RECIPES METADATA 71 MASKS STR recipes_masks.config 72 JUNK_RECIPE_00 STR recipe_file00 73 JUNK_RECIPE_01 STR recipe_file01 74 END
Note:
See TracChangeset
for help on using the changeset viewer.
