$search
Functions | |
def | getTimeStamp |
def | log |
def | promptUsr |
def | report |
Variables | |
tuple | bar = np.array([(4.0,3.0,3.0)]) |
tuple | foo = np.array([(4.0,3.0,3.0)]) |
tuple | isBad = np.greater(foo,bar) |
tuple | isGreater = np.greater(foo,bar) |
tuple | test = (foo > bar) |
def wiimote::wiiutils::getTimeStamp | ( | ) |
Return current time as float of seconds since beginning of Epoch.
Definition at line 46 of file wiiutils.py.
def wiimote::wiiutils::log | ( | str, | ||
file = None | ||||
) |
Definition at line 36 of file wiiutils.py.
def wiimote::wiiutils::promptUsr | ( | str | ) |
Prompting user.
Definition at line 41 of file wiiutils.py.
def wiimote::wiiutils::report | ( | str, | ||
debuglevel = acConst._DEBUGLEVEL | ||||
) |
For error reporting, controlled by debuglevel.
Definition at line 30 of file wiiutils.py.
tuple wiimote::wiiutils::bar = np.array([(4.0,3.0,3.0)]) |
Definition at line 54 of file wiiutils.py.
tuple wiimote::wiiutils::foo = np.array([(4.0,3.0,3.0)]) |
Definition at line 53 of file wiiutils.py.
tuple wiimote::wiiutils::isBad = np.greater(foo,bar) |
Definition at line 57 of file wiiutils.py.
tuple wiimote::wiiutils::isGreater = np.greater(foo,bar) |
Definition at line 56 of file wiiutils.py.
tuple wiimote::wiiutils::test = (foo > bar) |
Definition at line 58 of file wiiutils.py.