Public Member Functions | |
def | getter_callback |
def | interface_type |
def | setter_callback |
Public Attributes | |
table | |
Private Member Functions | |
def | _generate_schema |
Definition at line 13 of file interface_factory.py.
def lama_interfaces.interface_factory.DBInterface._generate_schema | ( | self | ) | [private] |
Generate schema from response class Recusrively generate tables for the type of the 'descriptor' variable in the response class.
Definition at line 58 of file interface_factory.py.
def lama_interfaces.interface_factory.DBInterface.getter_callback | ( | self, | |
msg | |||
) |
Execute the getter service and return the response
Definition at line 18 of file interface_factory.py.
Definition at line 15 of file interface_factory.py.
def lama_interfaces.interface_factory.DBInterface.setter_callback | ( | self, | |
msg | |||
) |
Execute the setter service and return the reponse
Definition at line 39 of file interface_factory.py.
Definition at line 62 of file interface_factory.py.