Public Member Functions | |
def | __init__ |
def | connect |
def | disconnect |
Public Attributes | |
hostname | |
last_state | |
last_stateRT | |
port | |
robot_state | |
Static Public Attributes | |
int | CONNECTED = 1 |
int | DISCONNECTED = 0 |
float | TIMEOUT = 1.0 |
Private Member Functions | |
def | __on_packet |
def | __run |
def | __trigger_disconnected |
Private Attributes | |
__buf | |
__keep_running | |
__sock | |
__thread |
def ur_driver.driver.URConnectionRT.__init__ | ( | self, | |
hostname, | |||
port | |||
) |
def ur_driver.driver.URConnectionRT.__on_packet | ( | self, | |
buf | |||
) | [private] |
def ur_driver.driver.URConnectionRT.__run | ( | self | ) | [private] |
def ur_driver.driver.URConnectionRT.__trigger_disconnected | ( | self | ) | [private] |
def ur_driver.driver.URConnectionRT.connect | ( | self | ) |
def ur_driver.driver.URConnectionRT.disconnect | ( | self | ) |
ur_driver::driver.URConnectionRT::__buf [private] |
ur_driver::driver.URConnectionRT::__sock [private] |
int ur_driver::driver.URConnectionRT::CONNECTED = 1 [static] |
int ur_driver::driver.URConnectionRT::DISCONNECTED = 0 [static] |
float ur_driver::driver.URConnectionRT::TIMEOUT = 1.0 [static] |