Namespaces | Variables
web_interface Namespace Reference

Namespaces

namespace  db
namespace  views

Variables

tuple app = flask.Flask(__name__)
tuple DB_HOST = rospy.get_param('warehouse_host', 'localhost')
tuple DB_NAME = rospy.get_param('semantic_db_name', 'semantic_world_model')
tuple DB_PORT = rospy.get_param('warehouse_port')
tuple lock = threading.RLock()
tuple site_root = os.path.dirname(__file__)

Variable Documentation

tuple web_interface::app = flask.Flask(__name__)

Definition at line 7 of file __init__.py.

tuple web_interface::DB_HOST = rospy.get_param('warehouse_host', 'localhost')

Definition at line 13 of file __init__.py.

tuple web_interface::DB_NAME = rospy.get_param('semantic_db_name', 'semantic_world_model')

Definition at line 15 of file __init__.py.

tuple web_interface::DB_PORT = rospy.get_param('warehouse_port')

Definition at line 12 of file __init__.py.

tuple web_interface::lock = threading.RLock()

Definition at line 9 of file __init__.py.

tuple web_interface::site_root = os.path.dirname(__file__)

Definition at line 8 of file __init__.py.



semantic_model_web_interface
Author(s): Bhaskara Marthi
autogenerated on Thu Dec 12 2013 12:39:31