ADORe
ADORe is a modular open source software library and toolkit for decision making, planning, control and simulation of automated vehicles
test_usb_keyboard Namespace Reference

Classes

class  usb_config
 
class  ros_wrapper
 

Functions

def get_key_on_down (device)
 
def get_device_path_on_hold (device)
 
def find_device_holding_key ()
 
def call_wrapper (configs)
 

Variables

bool read_attempt_failed = False
 
list configs = []
 
string file = "usb_keyboard.json"
 
 config_file = open(file,"r")
 
 config_json = json.load(config_file)
 
 conf = usb_config()
 
 __dict__
 

Function Documentation

◆ call_wrapper()

def test_usb_keyboard.call_wrapper (   configs)
Here is the call graph for this function:

◆ find_device_holding_key()

def test_usb_keyboard.find_device_holding_key ( )
Here is the call graph for this function:

◆ get_device_path_on_hold()

def test_usb_keyboard.get_device_path_on_hold (   device)
Here is the caller graph for this function:

◆ get_key_on_down()

def test_usb_keyboard.get_key_on_down (   device)
Here is the caller graph for this function:

Variable Documentation

◆ __dict__

test_usb_keyboard.__dict__
private

◆ conf

test_usb_keyboard.conf = usb_config()

◆ config_file

test_usb_keyboard.config_file = open(file,"r")

◆ config_json

test_usb_keyboard.config_json = json.load(config_file)

◆ configs

list test_usb_keyboard.configs = []

◆ file

test_usb_keyboard.file = "usb_keyboard.json"

◆ read_attempt_failed

bool test_usb_keyboard.read_attempt_failed = False