Panda3D
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
DirectRadamec Class Reference
Inheritance diagram for DirectRadamec:
DirectObject

Public Member Functions

 __init__ (self, device='Analog0', nodePath=None)
 
 destroy (self)
 
 disable (self)
 
 enable (self)
 
 normalizeChannel (self, chan, minVal=-1, maxVal=1)
 
 radamecDebug (self)
 
 updateTask (self, state)
 
- Public Member Functions inherited from DirectObject
 accept (self, event, method, extraArgs=[])
 
 acceptOnce (self, event, method, extraArgs=[])
 
 addTask (self, *args, **kwargs)
 
 detectLeaks (self)
 
 doMethodLater (self, *args, **kwargs)
 
 getAllAccepting (self)
 
 ignore (self, event)
 
 ignoreAll (self)
 
 isAccepting (self, event)
 
 isIgnoring (self, event)
 
 removeAllTasks (self)
 
 removeTask (self, taskOrName)
 

Public Attributes

 aList
 
 analogs
 
 device
 
 maxRange
 
 minRange
 
 name
 
 numAnalogs
 
 updateTask
 

Static Public Attributes

 notify = DirectNotifyGlobal.directNotify.newCategory('DirectRadamec')
 
int radamecCount = 0
 
- Static Public Attributes inherited from DirectObject
 accept_once = acceptOnce
 
 add_task = addTask
 
 detect_leaks = detectLeaks
 
 do_method_later = doMethodLater
 
 get_all_accepting = getAllAccepting
 
 ignore_all = ignoreAll
 
 is_accepting = isAccepting
 
 is_ignoring = isIgnoring
 
 remove_all_tasks = removeAllTasks
 
 remove_task = removeTask
 

Additional Inherited Members

- Protected Member Functions inherited from DirectObject
 _addTask (self, task)
 
 _clearTask (self, task)
 
- Protected Attributes inherited from DirectObject
 _taskList
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
device = 'Analog0',
nodePath = None )

Reimplemented from DirectObject.

Member Function Documentation

◆ destroy()

destroy ( self)

◆ disable()

disable ( self)

◆ enable()

enable ( self)

◆ normalizeChannel()

normalizeChannel ( self,
chan,
minVal = -1,
maxVal = 1 )

◆ radamecDebug()

radamecDebug ( self)

◆ updateTask()

updateTask ( self,
state )

Member Data Documentation

◆ aList

aList

◆ analogs

analogs

◆ device

device

◆ maxRange

maxRange

◆ minRange

minRange

◆ name

name

◆ notify

notify = DirectNotifyGlobal.directNotify.newCategory('DirectRadamec')
static

◆ numAnalogs

numAnalogs

◆ radamecCount

int radamecCount = 0
static

◆ updateTask

updateTask