sketchbook
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Namespaces | Classes | Functions | Variables
test Namespace Reference

Namespaces

 
 test
 

Classes

class  TestDevice
 
class  TestDeviceGeneric
 
class  TestDeviceLCD
 
class  TestDeviceTiny
 

Functions

def setUp
 
def test_param_READ_INFO
 
def test_param_READ_VCC
 
def test_pipe_READ_INFO
 
def test_pipe_READ_VCC
 
def test_pipe_READ_TEMP
 
def test_pipe_READ
 
def test_pipe_WRITE
 
def test_pipe_READafterWRITE
 
def test_pipe_WRITE_CAL
 
def get_sensor_type
 
def find_ressource
 

Variables

int READ_INFO = 0x01
 
int READ_VCC = 0x11
 
int READ_TEMP = 0x12
 
int READ = 0x21
 
int WRITE = 0x22
 
int WRITE_CAL = 0x32
 
list OWPSHELL
 
list SERIAL
 
 SENSOR = None
 
string WRITE_DATA = "ABC"
 
int WRITE_SIZE = 36
 
tuple sensor_type = get_sensor_type()
 

Function Documentation

def test.find_ressource (   ressources)
def test.get_sensor_type ( )
def test.setUp (   self)
def test.test_param_READ_INFO (   self)
def test.test_param_READ_VCC (   self)
def test.test_pipe_READ (   self)
def test.test_pipe_READ_INFO (   self)
def test.test_pipe_READ_TEMP (   self)
def test.test_pipe_READ_VCC (   self)
def test.test_pipe_READafterWRITE (   self)
def test.test_pipe_WRITE (   self)
def test.test_pipe_WRITE_CAL (   self)

Variable Documentation

tuple test.OWPSHELL
Initial value:
1 = ["owpshell",
2  "owpshell-ubuntu14.04",]
int test.READ = 0x21
int test.READ_INFO = 0x01
int test.READ_TEMP = 0x12
int test.READ_VCC = 0x11
string test.SENSOR = None
list test.sensor_type = get_sensor_type()
tuple test.SERIAL
Initial value:
1 = ["/dev/ttyACM0",
2  "/dev/ttyUSB0",]
int test.WRITE = 0x22
int test.WRITE_CAL = 0x32
string test.WRITE_DATA = "ABC"
int test.WRITE_SIZE = 36