Embedded Python Real-Time FrameWork : API  Build 20250616.1
 All Classes Namespaces Files Functions Variables Pages
MsgCount.py File Reference

Classes

class  pyRT.apps.warp.Simple.MsgCount.DataSet
 
class  pyRT.apps.warp.Simple.MsgCount.Manager
 Collection of DataSet's. More...
 

Namespaces

 pyRT.apps.warp.Simple.MsgCount
 Calculate and publish Message Rate every 60 secs (configurable) for user-defined data sets defined by either RegExp or ticker list.
 

Functions

def pyRT.apps.warp.Simple.MsgCount.On5SecTimer
 Called every 5 seconds. More...
 
def pyRT.apps.warp.Simple.MsgCount.OnEngineLoad
 Called when engine is created, but before records loaded from tape. More...
 
def pyRT.apps.warp.Simple.MsgCount.OnEngineStart
 Called AFTER records loaded from tape : We load all data sets. More...
 
def pyRT.apps.warp.Simple.MsgCount.OnEngineUnload
 Called when engine unloads : We stop Manager. More...
 
def pyRT.apps.warp.Simple.MsgCount.OnInitialize
 Called when individual record is loaded from tape. More...
 
def pyRT.apps.warp.Simple.MsgCount.OnPubImage
 Called to see if we can publish Initial Image for a tape record. More...
 
def pyRT.apps.warp.Simple.MsgCount.OnPubUpdate
 Called to see if we can publish Update for a tape record. More...