Description of the Plugin. More...
Public Member Functions | |
__init__ (self, config) | |
Do not change anything here! | |
onLoad (self) | |
Called by import of the plugin Remove if not implemented. | |
setup (self) | |
Called before alarm Remove if not implemented. | |
fms (self, bwPacket) | |
Called on FMS alarm. | |
pocsag (self, bwPacket) | |
Called on POCSAG alarm. | |
zvei (self, bwPacket) | |
Called on ZVEI alarm. | |
msg (self, bwPacket) | |
Called on MSG packet. | |
teardown (self) | |
Called after alarm Remove if not implemented. | |
onUnload (self) | |
Called by destruction of the plugin Remove if not implemented. | |
![]() | |
parseWildcards (self, msg) | |
Return the message with parsed wildcards. | |
Additional Inherited Members | |
![]() | |
config | |
![]() | |
_cleanup (self) | |
Cleanup routine calls onUnload() directly. | |
_run (self, bwPacket) | |
start an complete running turn of an plugin. | |
_getStatistics (self) | |
Returns statistical information's from last plugin run. | |
![]() | |
_pluginName | |
_bwPacket | |
_sumTime | |
_cumTime | |
_setupTime | |
_alarmTime | |
_teardownTime | |
_runCount | |
_setupErrorCount | |
_alarmErrorCount | |
_teardownErrorCount | |
![]() | |
list | _pluginsActive = [] |
Description of the Plugin.
plugin.template_plugin.BoswatchPlugin.__init__ | ( | self, | |
config | |||
) |
Do not change anything here!
Reimplemented from plugin.pluginBase.PluginBase.
plugin.template_plugin.BoswatchPlugin.onLoad | ( | self | ) |
Called by import of the plugin Remove if not implemented.
Reimplemented from plugin.pluginBase.PluginBase.
plugin.template_plugin.BoswatchPlugin.setup | ( | self | ) |
Called before alarm Remove if not implemented.
Reimplemented from plugin.pluginBase.PluginBase.
plugin.template_plugin.BoswatchPlugin.fms | ( | self, | |
bwPacket | |||
) |
Called on FMS alarm.
bwPacket | bwPacket instance Remove if not implemented |
Reimplemented from plugin.pluginBase.PluginBase.
plugin.template_plugin.BoswatchPlugin.pocsag | ( | self, | |
bwPacket | |||
) |
Called on POCSAG alarm.
bwPacket | bwPacket instance Remove if not implemented |
Reimplemented from plugin.pluginBase.PluginBase.
plugin.template_plugin.BoswatchPlugin.zvei | ( | self, | |
bwPacket | |||
) |
Called on ZVEI alarm.
bwPacket | bwPacket instance Remove if not implemented |
Reimplemented from plugin.pluginBase.PluginBase.
plugin.template_plugin.BoswatchPlugin.msg | ( | self, | |
bwPacket | |||
) |
Called on MSG packet.
bwPacket | bwPacket instance Remove if not implemented |
Reimplemented from plugin.pluginBase.PluginBase.
plugin.template_plugin.BoswatchPlugin.teardown | ( | self | ) |
Called after alarm Remove if not implemented.
Reimplemented from plugin.pluginBase.PluginBase.
plugin.template_plugin.BoswatchPlugin.onUnload | ( | self | ) |
Called by destruction of the plugin Remove if not implemented.
Reimplemented from plugin.pluginBase.PluginBase.