################################################# # # Linux ALOE Platform's Configuration file # # Configures processor options and list of daemons to load. # ################################################# # Name of the platform name=MAIN # Processor arch (supported: x86, x86_64, arm, ppc) arch=x86 # Processor capacity (MOPs, millions of operations per second) mops=40000000.0 # Internal processor bandwidth (in MBps) bw_mbps=50000.0 # Number of cores to enable nof_cores=1 # Platform's Time-slot duration tslot=20000 exec_subslot_div=10; # RTFault alerts print_rtfaults=no ## DAC SELECT. Use dac_tx/dac_rx modules to send/recv samples to dac's. # Available dacs: # x5-400: use the pci-e x5-400 daughterboard from innovation logic # soundcard: use jack libraries to access soundcard's dac # none: disable dac dac_select=none #Select dac configuration file. Read dac's documentation. dac_cfg=x5_duplex.conf # Repositories working path work_path=example-repository/ # Run ALOE as daemon run_as_daemon=yes # Default logging path (for daemon mode) output_file=output.log # Alternative lock file (to use virtual platform's mode) #lock_file=ph1.lock # Print backtrace at object's real time fault printbt_atrtfault=yes # Print backtrace at object's exit printbt_atexit=yes # Flush STDOUT at object's relinquish (enable printf) enable_fflush=yes # Object Interfaces default delay. Typical values are: [0,1,2] itfs_delay=1 # Disable real time monitoring (Debug mode) debug_mode=yes # Disable automatic exec reports. Only reports on execinfo command (it has a delay) #### TODO. #disable_execreports=yes ### ## Enter here the list of active daemons. ## Sensor daemons must be present in every processor. Managers are mandatory ## just in once processor in the network. For example... ## Stand-alone Mode (uncomment next line) #daemons=cmdman,swman,hwman,statsman,frontend,exec,swload,stats,bridge ## Multi-processor environment: ### Manager processor (uncomment next line) daemons=cmdman,swman,hwman,statsman,frontend,exec,swload,stats,bridge ### Node processor (uncomment next line) #daemons=frontend,exec,swload,stats,bridge,sync