ifw-ccf  3.0.0-pre2
Public Member Functions | List of all members
clib.rec_commands.RecCommands Class Reference

Recording Interface client class This class implements the Recording Interface commands. More...

Inheritance diagram for clib.rec_commands.RecCommands:

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...
 

Detailed Description

Recording Interface client class This class implements the Recording Interface commands.

Constructor & Destructor Documentation

◆ __init__()

def clib.rec_commands.RecCommands.__init__ (   self,
  uri,
  timeout = 10000 
)

Member Function Documentation

◆ recabort()

def clib.rec_commands.RecCommands.recabort (   self)

Executes recif.RecAbort Command - Recording Interface.

◆ reccontinue()

def clib.rec_commands.RecCommands.reccontinue (   self)

Executes recif.RecContinue Command - Recording Interface.

◆ recpause()

def clib.rec_commands.RecCommands.recpause (   self)

Executes recif.RecPause Command - Recording Interface.

◆ recstart()

def clib.rec_commands.RecCommands.recstart (   self,
  abs_time = 0.0,
  rec_id = "",
  info = "",
  publishers = [] 
)

Executes recif.RecStart Command - Recording Interface.

◆ recstatus()

def clib.rec_commands.RecCommands.recstatus (   self,
  rec_id = "" 
)

Executes recif.RecStart Command - Recording Interface.

◆ recstop()

def clib.rec_commands.RecCommands.recstop (   self)

Executes recif.RecStop Command - Recording Interface.

◆ recwait()

def clib.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: