diff options
author | Cristian Maglie <c.maglie@bug.st> | 2013-06-07 17:40:10 +0200 |
---|---|---|
committer | Cristian Maglie <c.maglie@bug.st> | 2013-06-07 17:40:10 +0200 |
commit | da2b2264b381e53b01a45e08e82d984c4430286c (patch) | |
tree | 3ee2ae536c3b1c31601bfeeca8d4502e1231f768 /libraries/Bridge/Bridge.h | |
parent | 1dd29064350f40d8f1d644f57d25537b1b2d9501 (diff) |
Bridge: now processes start can be checked for errors
Diffstat (limited to 'libraries/Bridge/Bridge.h')
-rw-r--r-- | libraries/Bridge/Bridge.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/Bridge/Bridge.h b/libraries/Bridge/Bridge.h index 6043e15..6e54bbd 100644 --- a/libraries/Bridge/Bridge.h +++ b/libraries/Bridge/Bridge.h @@ -28,7 +28,7 @@ public: void begin(); // Methods to handle processes on the linux side - uint8_t runCommand(String &command); + uint8_t runCommand(String &command, uint8_t &err); bool commandIsRunning(uint8_t handle); unsigned int commandExitValue(uint8_t handle); void cleanCommand(uint8_t handle); |