HALCON Reference Manual 10.0.2
Name
system_callsystem_callsystem_callSystemCallSystemCall — Executes a system command.
Herror system_call(const char* Command)
Herror T_system_call(const Htuple Command)
Herror system_call(const HTuple& Command)
The operator system_callsystem_callsystem_callSystemCallSystemCall executes the system command specified
by the string pointed to by CommandCommandCommandCommandcommand (C-procedure “system”).
If the string is empty, an interactive shell will be started ('csh -i').
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Command to be called by the system.
Default value:
'ls'
"ls"
"ls"
"ls"
"ls"
If the entered operator can be executed by the system, the operator
system_callsystem_callsystem_callSystemCallSystemCall returns the value 2 (H_MSG_TRUE). Otherwise an
exception will be raised.
count_secondscount_secondscount_secondsCountSecondsCountSeconds
wait_secondswait_secondswait_secondsWaitSecondsWaitSeconds,
count_secondscount_secondscount_secondsCountSecondsCountSeconds
Foundation
| HALCON Reference Manual 10.0.2 |
Copyright © 1996-2011 MVTec Software GmbH |