Laelaps  2.3.5
RoadNarrows Robotics Small Outdoor Mobile Robot Project
Laelaps.Imu.ImuException Class Reference

international system of units (m, s, radians, m/s, m/s^2, radians/s) More...

Inheritance diagram for Laelaps.Imu.ImuException:

Public Member Functions

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

Public Attributes

 message
 error message attribute
 

Detailed Description

international system of units (m, s, radians, m/s, m/s^2, radians/s)

IMU exception class.

Definition at line 132 of file Imu.py.

Constructor & Destructor Documentation

def Laelaps.Imu.ImuException.__init__ (   self,
  msg 
)

Constructor.

Parameters
msgError message string.

Definition at line 138 of file Imu.py.

138  def __init__(self, msg):
139  ## error message attribute
140  self.message = msg
141 
message
error message attribute
Definition: Imu.py:140
def __init__(self, msg)
Constructor.
Definition: Imu.py:138

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