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...
|
| 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.
|
| |
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'
◆ __init__()
| def MonTestScript.NoStandardMethod.NoStandardMethod.__init__ |
( |
|
self, |
|
|
|
p_configuration |
|
) |
| |
◆ 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.
◆ 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: