Public Member Functions
cpphlib.PPDEBUG Class Reference

The debugger. More...

List of all members.

Public Member Functions

def __init__
 Documentation for method.
def writetolog
 Documentation for method.

Detailed Description

The debugger.

This class makes you able to debug your controller program while it is running. You can wite data to the file defined in constructor with the help of writetolog method.

Short description: Debugger class

Constructor & Destructor Documentation

def cpphlib.PPDEBUG.__init__ (   self,
  Logname,
  Timewrite 
)

Documentation for method.

Parameters:
LognameThe name of the log with path
TimewriteIf it's value is True, then the line of the logentry starts with timestamp, if the value is False, it does not write timestamp.

Short description: Constructs PPDEBUG class

Member Function Documentation

def cpphlib.PPDEBUG.writetolog (   self,
  Text 
)

Documentation for method.

Parameters:
TextThe text to dislplay

Short description: It writes debug text into the log file

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