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

Public Member Functions

 __init__ (self, device='Tracker0', nodePath=None)
 
 destroy (self)
 
 disable (self)
 
 enable (self)
 
 fastrakUpdate (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

 device
 
 deviceNo
 
 name
 
 tracker
 
 trackerPos
 
 updateFunc
 
 updateTask
 

Static Public Attributes

int fastrakCount = 0
 
 notify = DirectNotifyGlobal.directNotify.newCategory('DirectFastrak')
 
- 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 = 'Tracker0',
nodePath = None )

Reimplemented from DirectObject.

Member Function Documentation

◆ destroy()

destroy ( self)

◆ disable()

disable ( self)

◆ enable()

enable ( self)

◆ fastrakUpdate()

fastrakUpdate ( self)

◆ updateTask()

updateTask ( self,
state )

Member Data Documentation

◆ device

device

◆ deviceNo

deviceNo

◆ fastrakCount

int fastrakCount = 0
static

◆ name

name

◆ notify

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

◆ tracker

tracker

◆ trackerPos

trackerPos

◆ updateFunc

updateFunc

◆ updateTask

updateTask