Laelaps  2.3.5
RoadNarrows Robotics Small Outdoor Mobile Robot Project
laelaps_tune_motors.usage Class Reference

Unit test command-line exception class. More...

Inheritance diagram for laelaps_tune_motors.usage:

Public Member Functions

def __init__ (self, msg)
 Constructor. More...
 

Public Attributes

 msg
 error message attribute
 

Detailed Description

Unit test command-line exception class.

Raise usage excpetion.

Definition at line 1636 of file laelaps_tune_motors.py.

Constructor & Destructor Documentation

def laelaps_tune_motors.usage.__init__ (   self,
  msg 
)

Constructor.

Parameters
msgError message string.

Definition at line 1643 of file laelaps_tune_motors.py.

1643  def __init__(self, msg):
1644  ## error message attribute
1645  self.msg = msg
1646 
1647 
1648 # ------------------------------------------------------------------------------
1649 # Class application
1650 # ------------------------------------------------------------------------------
1651 
def __init__(self, msg)
Constructor.
msg
error message attribute

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