SmartMeshSDK
 All Classes Namespaces Functions Variables Groups
HrListener Namespace Reference

Classes

class  NullHandler
 
class  notifClient
 
class  hrListenerGui
 

Functions

def setup_module
 
def main
 

Variables

list here = sys.path[0]
 
tuple log = logging.getLogger('App')
 
tuple hrlog = logging.getLogger('ParsedHr')
 
tuple hrlogHandler
 
int UPDATEPERIOD = 500
 

Function Documentation

def HrListener.setup_module (   function)

Variable Documentation

list HrListener.here = sys.path[0]
tuple HrListener.hrlog = logging.getLogger('ParsedHr')
tuple HrListener.hrlogHandler
Initial value:
1 = logging.handlers.RotatingFileHandler(
2  'receivedHRs.log',
3  maxBytes = 2000000,
4  backupCount = 5,
5  mode = 'a',
6 )
tuple HrListener.log = logging.getLogger('App')
int HrListener.UPDATEPERIOD = 500