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

Save to file channel. More...

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

Public Member Functions

def __del__ (self)
 
def __init__ (self, theConfig=CfgChannel())
 Constructor for base trigger class. More...
 
def send (self, theAnnouncement)
 

Public Attributes

 config
 
 fid
 
- Public Attributes inherited from Channel
 config
 

Detailed Description

Save to file channel.

A toFile Channel saves the reports to a file.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  theConfig = CfgChannel() 
)

Constructor for base trigger class.

Reimplemented from Channel.

◆ __del__()

def __del__ (   self)

Member Function Documentation

◆ send()

def send (   self,
  theAnnouncement 
)

Reimplemented from Channel.

Member Data Documentation

◆ config

config

◆ fid

fid

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