|
IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Save to CSV formatted file channel. More...


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 | |
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).
| def __init__ | ( | self, | |
theConfig = CfgChannel() |
|||
| ) |
Constructor for base trigger class.
Reimplemented from Channel.
| def send | ( | self, | |
| theRow | |||
| ) |
Reimplemented from Channel.
| def sendHeader | ( | self, | |
theHeader = None |
|||
| ) |
| def setRunner | ( | self, | |
| theRunner | |||
| ) |
| config |
| fid |
| writer |