Panda3D
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
DirectRadamec Class Reference
Inheritance diagram for DirectRadamec:
DirectObject

Public Member Functions

def __init__
 
def destroy
 
def disable
 
def enable
 
def normalizeChannel
 
def radamecDebug
 
def updateTask
 
- Public Member Functions inherited from DirectObject
def __init__
 
def accept
 
def acceptOnce
 
def addTask
 
def detectLeaks
 
def doMethodLater
 
def getAllAccepting
 
def ignore
 
def ignoreAll
 
def isAccepting
 
def isIgnoring
 
def removeAllTasks
 
def removeTask
 

Public Attributes

 aList
 
 analogs
 
 device
 
 maxRange
 
 minRange
 
 name
 
 numAnalogs
 

Static Public Attributes

tuple notify = DirectNotifyGlobal.directNotify.newCategory('DirectRadamec')
 
int radamecCount = 0
 

Constructor & Destructor Documentation

def __init__ (   self,
  device = 'Analog0',
  nodePath = base.direct.camera 
)

Member Function Documentation

def destroy (   self)
def disable (   self)
def enable (   self)
def normalizeChannel (   self,
  chan,
  minVal = -1,
  maxVal = 1 
)
def radamecDebug (   self)
def updateTask (   self,
  state 
)

Member Data Documentation

aList
analogs
device
maxRange
minRange
name
tuple notify = DirectNotifyGlobal.directNotify.newCategory('DirectRadamec')
static
numAnalogs
int radamecCount = 0
static