Public Member Functions | Public Attributes | Static Public Attributes | List of all members
ps3joy.decoder Class Reference

Public Member Functions

def __init__ (self, inactivity_timeout=float(1e3000), continuous_motion_output=False)
 
def fullstop (self)
 
def run (self, intr, ctrl)
 
def step (self, rawdata)
 

Public Attributes

 axmid
 
 inactivity_timeout
 
 joy
 
 outlen
 

Static Public Attributes

int step_active = 1
 
int step_error = 3
 
int step_idle = 2
 

Detailed Description

Definition at line 141 of file ps3joy.py.

Constructor & Destructor Documentation

◆ __init__()

def ps3joy.decoder.__init__ (   self,
  inactivity_timeout = float(1e3000),
  continuous_motion_output = False 
)

Definition at line 142 of file ps3joy.py.

Member Function Documentation

◆ fullstop()

def ps3joy.decoder.fullstop (   self)

Definition at line 209 of file ps3joy.py.

◆ run()

def ps3joy.decoder.run (   self,
  intr,
  ctrl 
)

Definition at line 212 of file ps3joy.py.

◆ step()

def ps3joy.decoder.step (   self,
  rawdata 
)

Definition at line 179 of file ps3joy.py.

Member Data Documentation

◆ axmid

ps3joy.decoder.axmid

Definition at line 170 of file ps3joy.py.

◆ inactivity_timeout

ps3joy.decoder.inactivity_timeout

Definition at line 173 of file ps3joy.py.

◆ joy

ps3joy.decoder.joy

Definition at line 169 of file ps3joy.py.

◆ outlen

ps3joy.decoder.outlen

Definition at line 172 of file ps3joy.py.

◆ step_active

int ps3joy.decoder.step_active = 1
static

Definition at line 175 of file ps3joy.py.

◆ step_error

int ps3joy.decoder.step_error = 3
static

Definition at line 177 of file ps3joy.py.

◆ step_idle

int ps3joy.decoder.step_idle = 2
static

Definition at line 176 of file ps3joy.py.


The documentation for this class was generated from the following file:


ps3joy
Author(s): Blaise Gassend, pascal@pabr.org, Melonee Wise
autogenerated on Mon Feb 28 2022 22:37:02