kbLogger 2.0.b1
The automotive ready test and logging program.
ProcessObject
The configure dialog for external processes.

Program Name:
In this field, you can configure the name of the external program which shall be started by kbLogger.

Parameter:
Here you can configure the command line parameters for that program.

Working Dir:
Here you can set the working directory from which the program shall run.

The ProcessObject is sending messages to the external process, which can receive them by reading its STDIN. When the external process is writing to its STDOUT (or STDERR), the ProcessObject receives this messages in the same way like every other ComObject receives messages from its devices. The messages contains "stdout" or "stderr" in its meta data according to the communication channel on which the message has arrived.

In the examples folder you can find the ProcessObject example, which contains also the sources for mgrep, an Qt based C++ example.