|
| 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...
|
| |
◆ __init__()
| def ccfclib.rec_commands.RecCommands.__init__ |
( |
|
self, |
|
|
|
uri, |
|
|
|
timeout = 10000 |
|
) |
| |
◆ recabort()
| def ccfclib.rec_commands.RecCommands.recabort |
( |
|
self | ) |
|
Executes recif.RecAbort Command - Recording Interface.
◆ reccontinue()
| def ccfclib.rec_commands.RecCommands.reccontinue |
( |
|
self | ) |
|
Executes recif.RecContinue Command - Recording Interface.
◆ recpause()
| def ccfclib.rec_commands.RecCommands.recpause |
( |
|
self | ) |
|
Executes recif.RecPause Command - Recording Interface.
◆ recstart()
| def ccfclib.rec_commands.RecCommands.recstart |
( |
|
self, |
|
|
|
abs_time = 0.0, |
|
|
|
rec_id = "", |
|
|
|
info = "", |
|
|
|
publishers = [] |
|
) |
| |
Executes recif.RecStart Command - Recording Interface.
◆ recstatus()
| def ccfclib.rec_commands.RecCommands.recstatus |
( |
|
self, |
|
|
|
rec_id = "" |
|
) |
| |
Executes recif.RecStart Command - Recording Interface.
◆ recstop()
| def ccfclib.rec_commands.RecCommands.recstop |
( |
|
self | ) |
|
Executes recif.RecStop Command - Recording Interface.
◆ recwait()
| def ccfclib.rec_commands.RecCommands.recwait |
( |
|
self, |
|
|
|
timeout = 10000, |
|
|
|
info = "" |
|
) |
| |
Executes recif.RecWait Command - Recording Interface.
The documentation for this class was generated from the following file: