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

This class is just for testing porpuses only It is intended to test if modules could be loaded correctly. 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 Execute (self, arg)
 This method will be called by the application periodically.
 
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 if modules could be loaded correctly.

Constructor & Destructor Documentation

◆ __init__()

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

Member Function Documentation

◆ Execute()

def MonTestScript.RegularTestScript.RegularTestScript.Execute (   self,
  arg 
)

This method will be called by the application periodically.

◆ setLogLevel()

def MonTestScript.RegularTestScript.RegularTestScript.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.RegularTestScript.RegularTestScript.Terminate (   self,
  arg 
)

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

Member Data Documentation

◆ configuration

MonTestScript.RegularTestScript.RegularTestScript.configuration

◆ iteration_counter

MonTestScript.RegularTestScript.RegularTestScript.iteration_counter

◆ logger

MonTestScript.RegularTestScript.RegularTestScript.logger

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