12 Example of usage of ConfigurableUser classes (for high level configuration).
14 from __future__
import print_function
20 __slots__ = {
"EvtMax": 1,
"Read":
"NONE",
"Write":
"NONE"}
21 __used_configurables__ = [ApplicationMgr]
33 "%s: Cannot handle value %r of property Read", self.
name(), read
41 "%s: Cannot handle value %r of property Write", self.
name(), write
46 __slots__ = {
"OutputLevel": INFO,
"StatusCodeCheck":
False}
47 __used_configurables__ = []
59 __used_configurables__ = [ExampleCommon, ApplicationMgr]
73 Action printing the result of the configuration of the ApplicationMgr.
75 print(
"==== Configuration completed ====")