Project

General

Profile

Using console for ENX

First step launching the console :

00 - dataserver:~/Projects/enx/Trunk$ ./build/x86_64/bin/console
01 - 0 INFO [main_task_00000000011FCA30] ENX.Console - Information about ENX :
02 - 0 INFO [main_task_00000000011FCA30] ENX.Console -   |--> Version Number : 2.5
03 - 0 INFO [main_task_00000000011FCA30] ENX.Console -   |--> Date of compilation : Mon May 16 17:23:49 CEST 2011
04 -
05 - 0 INFO [main_task_00000000011FCA30] ENX.Console - Loading Static Plugins ...
06 - 0 INFO [main_task_00000000011FCA30] ENX.Console -   |--> Adding DRV_DEBUG plugin.
07 - 0 INFO [main_task_00000000011FCA30] ENX.Console -                        ... DONE
08 -
09 - 0 INFO [main_task_00000000011FCA30] ENX.Console - Loading init file "_init.enx" ...
10 - 0 INFO [main_task_00000000011FCA30] ENX.Console -                               ... DONE
11 -
12 -ENX >

Here you can see a console compiled for 64 bits Linux with a default configuration.
  • The line 01 to 03 gives you information about the ENX version, the compilation date.
  • The line 05 to 07 describes all the plugin statically compiled with this ENX. By default, a static debug plugin is always compiled.
  • The line 09 and 10 explain that no specific action are configured.
  • The line 12 is the prompt ...