hlcc 2.0.0-beta2+pre1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
MonTestScript.NoStandardMethod.NoStandardMethod Class Reference

This class is just for testing porpuses only It is intended to test the lack of the standard method that is expected by the PyRunner Cpp Class which is 'Execute'. More...

Public Member Functions

def __init__ (self, p_configuration)
 
def setLogLevel (self, lvl)
 Set the log level to be close to the one set in C++ Maps C++ log4cpp log levels to python log levels @paral lvl: the string representing the log4cpp log level.
 
def play (self, arg)
 This is just a dummy method.
 
def Terminate (self, arg)
 This method will be called before application exits, allowing for a cleanup.
 

Public Attributes

 configuration
 
 iteration_counter
 
 logger
 

Detailed Description

This class is just for testing porpuses only It is intended to test the lack of the standard method that is expected by the PyRunner Cpp Class which is 'Execute'.

In this lass it was renamed to 'play'

Constructor & Destructor Documentation

◆ __init__()

def MonTestScript.NoStandardMethod.NoStandardMethod.__init__ (   self,
  p_configuration 
)

Member Function Documentation

◆ play()

def MonTestScript.NoStandardMethod.NoStandardMethod.play (   self,
  arg 
)

This is just a dummy method.

◆ setLogLevel()

def MonTestScript.NoStandardMethod.NoStandardMethod.setLogLevel (   self,
  lvl 
)

Set the log level to be close to the one set in C++ Maps C++ log4cpp log levels to python log levels @paral lvl: the string representing the log4cpp log level.

◆ Terminate()

def MonTestScript.NoStandardMethod.NoStandardMethod.Terminate (   self,
  arg 
)

This method will be called before application exits, allowing for a cleanup.

Member Data Documentation

◆ configuration

MonTestScript.NoStandardMethod.NoStandardMethod.configuration

◆ iteration_counter

MonTestScript.NoStandardMethod.NoStandardMethod.iteration_counter

◆ logger

MonTestScript.NoStandardMethod.NoStandardMethod.logger

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