|
ifw-ccf
3.0.0-pre2
|
Recording Interface client class This class implements the Recording Interface commands. More...
Public Member Functions | |
| def | __init__ (self, uri, timeout=10000) |
| def | recabort (self) |
| Executes recif.RecAbort Command - Recording Interface. More... | |
| def | reccontinue (self) |
| Executes recif.RecContinue Command - Recording Interface. More... | |
| def | recpause (self) |
| Executes recif.RecPause Command - Recording Interface. More... | |
| def | recstart (self, abs_time=0.0, rec_id="", info="", publishers=[]) |
| Executes recif.RecStart Command - Recording Interface. More... | |
| def | recstatus (self, rec_id="") |
| Executes recif.RecStart Command - Recording Interface. More... | |
| def | recstop (self) |
| Executes recif.RecStop Command - Recording Interface. More... | |
| def | recwait (self, timeout=10000, info="") |
| Executes recif.RecWait Command - Recording Interface. More... | |
Recording Interface client class This class implements the Recording Interface commands.
| def clib.rec_commands.RecCommands.__init__ | ( | self, | |
| uri, | |||
timeout = 10000 |
|||
| ) |
| def clib.rec_commands.RecCommands.recabort | ( | self | ) |
Executes recif.RecAbort Command - Recording Interface.
| def clib.rec_commands.RecCommands.reccontinue | ( | self | ) |
Executes recif.RecContinue Command - Recording Interface.
| def clib.rec_commands.RecCommands.recpause | ( | self | ) |
Executes recif.RecPause Command - Recording Interface.
| def clib.rec_commands.RecCommands.recstart | ( | self, | |
abs_time = 0.0, |
|||
rec_id = "", |
|||
info = "", |
|||
publishers = [] |
|||
| ) |
Executes recif.RecStart Command - Recording Interface.
| def clib.rec_commands.RecCommands.recstatus | ( | self, | |
rec_id = "" |
|||
| ) |
Executes recif.RecStart Command - Recording Interface.
| def clib.rec_commands.RecCommands.recstop | ( | self | ) |
Executes recif.RecStop Command - Recording Interface.
| def clib.rec_commands.RecCommands.recwait | ( | self, | |
timeout = 10000, |
|||
info = "" |
|||
| ) |
Executes recif.RecWait Command - Recording Interface.