Functions | Variables
wiimote.wiiutils Namespace Reference

Functions

def getTimeStamp ()
 
def log (str, file=None)
 
def promptUsr (str)
 
def report (str, debuglevel=acConst._DEBUGLEVEL)
 

Variables

 bar = np.array([(4.0, 3.0, 3.0)])
 
 foo = np.array([(4.0, 3.0, 3.0)])
 
 isBad = np.greater(foo, bar).any()
 
 isGreater = np.greater(foo, bar)
 
tuple test = (foo > bar).any()
 

Function Documentation

◆ getTimeStamp()

def wiimote.wiiutils.getTimeStamp ( )
Return current time as float of seconds since beginning of Epoch.

Definition at line 44 of file wiiutils.py.

◆ log()

def wiimote.wiiutils.log (   str,
  file = None 
)

Definition at line 33 of file wiiutils.py.

◆ promptUsr()

def wiimote.wiiutils.promptUsr (   str)
Prompting user.

Definition at line 38 of file wiiutils.py.

◆ report()

def wiimote.wiiutils.report (   str,
  debuglevel = acConst._DEBUGLEVEL 
)
For error reporting, controlled by debuglevel.

Definition at line 26 of file wiiutils.py.

Variable Documentation

◆ bar

wiimote.wiiutils.bar = np.array([(4.0, 3.0, 3.0)])

Definition at line 51 of file wiiutils.py.

◆ foo

wiimote.wiiutils.foo = np.array([(4.0, 3.0, 3.0)])

Definition at line 50 of file wiiutils.py.

◆ isBad

wiimote.wiiutils.isBad = np.greater(foo, bar).any()

Definition at line 54 of file wiiutils.py.

◆ isGreater

wiimote.wiiutils.isGreater = np.greater(foo, bar)

Definition at line 53 of file wiiutils.py.

◆ test

tuple wiimote.wiiutils.test = (foo > bar).any()

Definition at line 55 of file wiiutils.py.



wiimote
Author(s): Andreas Paepcke, Melonee Wise, Mark Horn
autogenerated on Thu Dec 5 2024 03:18:13