Fun with PWM  0.32
CLI.CLI Class Reference

The CLI object handles the entire sequence of setting up the command line interface. More...

Public Member Functions

def __init__ (self)
 
def initTrayIcon (self)
 
def initSpec (self)
 
def initScheduler (self)
 
def initMotionScheduler (self)
 
def initKbThread (self)
 
def initRPC (self)
 
def initCamera (self)
 
def shutDown (self)
 
def printLicense (self)
 
def printFooter (self)
 
def printOutro (self)
 

Public Attributes

 s
 
 notifier
 
 trayIcon
 
 spec
 
 scheduler
 
 motionScheduler
 
 kbthread
 
 rpcserver
 
 camera
 
 timelapse
 

Detailed Description

The CLI object handles the entire sequence of setting up the command line interface.

Constructor & Destructor Documentation

§ __init__()

def CLI.CLI.__init__ (   self)
Initializes the Command Line Interface

Member Function Documentation

§ initCamera()

def CLI.CLI.initCamera (   self)
Initializes the camera

§ initKbThread()

def CLI.CLI.initKbThread (   self)
Initializes the keyboard service

§ initMotionScheduler()

def CLI.CLI.initMotionScheduler (   self)
Initializes the motion scheduler

§ initRPC()

def CLI.CLI.initRPC (   self)
Initializes the RPC service

§ initScheduler()

def CLI.CLI.initScheduler (   self)
Initializes the scheduler

§ initSpec()

def CLI.CLI.initSpec (   self)
Initializes the specification

§ initTrayIcon()

def CLI.CLI.initTrayIcon (   self)
Initializes the system tray icon

§ printFooter()

def CLI.CLI.printFooter (   self)
Outputs the footer

§ printLicense()

def CLI.CLI.printLicense (   self)
Outputs the license text

§ printOutro()

def CLI.CLI.printOutro (   self)
Outputs the outro message

§ shutDown()

def CLI.CLI.shutDown (   self)
Handles shutting down the application

The documentation for this class was generated from the following file: