IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Public Member Functions | Public Attributes | List of all members
toCSV Class Reference

Save to CSV formatted file channel. More...

Inheritance diagram for toCSV:
Inheritance graph
[legend]
Collaboration diagram for toCSV:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, theConfig=CfgChannel())
 Constructor for base trigger class. More...
 
def send (self, theRow)
 
def sendHeader (self, theHeader=None)
 
def setRunner (self, theRunner)
 

Public Attributes

 config
 
 fid
 
 writer
 
- Public Attributes inherited from Channel
 config
 

Detailed Description

Save to CSV formatted file channel.

A toCSV Channel saves the reports to a CSV compliant file. This channel has very specific usage due to the python CSV File API (See PEP 305).

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  theConfig = CfgChannel() 
)

Constructor for base trigger class.

Reimplemented from Channel.

Member Function Documentation

◆ send()

def send (   self,
  theRow 
)

Reimplemented from Channel.

◆ sendHeader()

def sendHeader (   self,
  theHeader = None 
)

◆ setRunner()

def setRunner (   self,
  theRunner 
)

Member Data Documentation

◆ config

config

◆ fid

fid

◆ writer

writer

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