ifw-ccf  2.0.0
Public Member Functions | List of all members
ccfclib.rec_async_commands.RecAsyncCommands Class Reference
Inheritance diagram for ccfclib.rec_async_commands.RecAsyncCommands:
ccfclib.dcs_async_commands.DcsAsyncCommands ccfclib.ccf_async_commands.CcfAsyncCommands

Public Member Functions

def __init__ (self, uri, timeout=10000)
 
def recabort (self)
 
def reccontinue (self)
 
def recpause (self)
 
def recstart (self, abs_time=0.0, rec_id="", info="", publishers=[])
 
def recstatus (self, rec_id="")
 
def recstop (self)
 
def recwait (self, timeout=10000, info="")
 

Constructor & Destructor Documentation

◆ __init__()

def ccfclib.rec_async_commands.RecAsyncCommands.__init__ (   self,
  uri,
  timeout = 10000 
)

Member Function Documentation

◆ recabort()

def ccfclib.rec_async_commands.RecAsyncCommands.recabort (   self)
Executes recif.RecAbort Command - Recording Interface

◆ reccontinue()

def ccfclib.rec_async_commands.RecAsyncCommands.reccontinue (   self)
Executes recif.RecContinue Command - Recording Interface

◆ recpause()

def ccfclib.rec_async_commands.RecAsyncCommands.recpause (   self)
Executes recif.RecPause Command - Recording Interface

◆ recstart()

def ccfclib.rec_async_commands.RecAsyncCommands.recstart (   self,
  abs_time = 0.0,
  rec_id = "",
  info = "",
  publishers = [] 
)
Executes recif.RecStart Command - Recording Interface

◆ recstatus()

def ccfclib.rec_async_commands.RecAsyncCommands.recstatus (   self,
  rec_id = "" 
)
Executes recif.RecStart Command - Recording Interface

◆ recstop()

def ccfclib.rec_async_commands.RecAsyncCommands.recstop (   self)
Executes recif.RecStop Command - Recording Interface

◆ recwait()

def ccfclib.rec_async_commands.RecAsyncCommands.recwait (   self,
  timeout = 10000,
  info = "" 
)
Executes recif.RecWait Command - Recording Interface

The documentation for this class was generated from the following file: