SmartMeshSDK
 All Classes Namespaces Functions Variables Groups
LBRConnection.LBRConnectionGui Class Reference
+ Inheritance diagram for LBRConnection.LBRConnectionGui:

Public Member Functions

def __init__
 
def start
 This command instructs the GUI to start executing and reacting to user interactions. More...
 

Public Attributes

 guiLock
 
 apiDef
 
 mgrconnector
 
 lbrconnector
 
 window
 
 LBRConnectionFrame
 
 mgrconnectionFrame
 
 mgrsubscriber
 
 lbrsubscriber
 

Constructor & Destructor Documentation

def LBRConnection.LBRConnectionGui.__init__ (   self)

Member Function Documentation

def LBRConnection.LBRConnectionGui.start (   self)

This command instructs the GUI to start executing and reacting to user interactions.

It never returns and should therefore be the last command called.

Member Data Documentation

LBRConnection.LBRConnectionGui.apiDef
LBRConnection.LBRConnectionGui.guiLock
LBRConnection.LBRConnectionGui.LBRConnectionFrame
LBRConnection.LBRConnectionGui.lbrconnector
LBRConnection.LBRConnectionGui.lbrsubscriber
LBRConnection.LBRConnectionGui.mgrconnectionFrame
LBRConnection.LBRConnectionGui.mgrconnector
LBRConnection.LBRConnectionGui.mgrsubscriber
LBRConnection.LBRConnectionGui.window