rad  3.0.0
Public Member Functions | Public Attributes | List of all members
scxml4py.activity.AbstractActivity Class Reference
Inheritance diagram for scxml4py.activity.AbstractActivity:
scxml4py.activity.CoroActivity scxml4py.activity.ThreadedActivity testActivity.CustomActivity testActivity.CustomCoroActivity testApplication.ActivityBusy testShutter.ActivityClosing testShutter.ActivityDisabling testShutter.ActivityInitializing testShutter.ActivityOpening

Public Member Functions

def __init__ (self, theId, theEventQueue=None, theData=None)
 
def __str__ (self)
 
def getId (self)
 
def setId (self, theId)
 
def sendInternalEvent (self, theEvent)
 
def isRunning (self)
 
def setRunning (self, running)
 
def start (self)
 
def stop (self)
 
def run (self)
 
def __init__ (self, theId, theEventQueue=None, theData=None)
 
def __str__ (self)
 
def getId (self)
 
def setId (self, theId)
 
def sendInternalEvent (self, theEvent)
 
def isRunning (self)
 
def setRunning (self, running)
 
def start (self)
 
def stop (self)
 
def run (self)
 

Public Attributes

 mId
 
 mIsRunning
 
 mEventQueue
 
 mData
 

Constructor & Destructor Documentation

◆ __init__() [1/2]

def scxml4py.activity.AbstractActivity.__init__ (   self,
  theId,
  theEventQueue = None,
  theData = None 
)

◆ __init__() [2/2]

def scxml4py.activity.AbstractActivity.__init__ (   self,
  theId,
  theEventQueue = None,
  theData = None 
)

Member Function Documentation

◆ __str__() [1/2]

def scxml4py.activity.AbstractActivity.__str__ (   self)

◆ __str__() [2/2]

def scxml4py.activity.AbstractActivity.__str__ (   self)

◆ getId() [1/2]

def scxml4py.activity.AbstractActivity.getId (   self)

◆ getId() [2/2]

def scxml4py.activity.AbstractActivity.getId (   self)

◆ isRunning() [1/2]

def scxml4py.activity.AbstractActivity.isRunning (   self)

◆ isRunning() [2/2]

def scxml4py.activity.AbstractActivity.isRunning (   self)

◆ run() [1/2]

def scxml4py.activity.AbstractActivity.run (   self)

◆ run() [2/2]

def scxml4py.activity.AbstractActivity.run (   self)

◆ sendInternalEvent() [1/2]

def scxml4py.activity.AbstractActivity.sendInternalEvent (   self,
  theEvent 
)

◆ sendInternalEvent() [2/2]

def scxml4py.activity.AbstractActivity.sendInternalEvent (   self,
  theEvent 
)

◆ setId() [1/2]

def scxml4py.activity.AbstractActivity.setId (   self,
  theId 
)

◆ setId() [2/2]

def scxml4py.activity.AbstractActivity.setId (   self,
  theId 
)

◆ setRunning() [1/2]

def scxml4py.activity.AbstractActivity.setRunning (   self,
  running 
)

◆ setRunning() [2/2]

def scxml4py.activity.AbstractActivity.setRunning (   self,
  running 
)

◆ start() [1/2]

def scxml4py.activity.AbstractActivity.start (   self)

◆ start() [2/2]

def scxml4py.activity.AbstractActivity.start (   self)

◆ stop() [1/2]

def scxml4py.activity.AbstractActivity.stop (   self)

◆ stop() [2/2]

def scxml4py.activity.AbstractActivity.stop (   self)

Member Data Documentation

◆ mData

scxml4py.activity.AbstractActivity.mData

◆ mEventQueue

scxml4py.activity.AbstractActivity.mEventQueue

◆ mId

scxml4py.activity.AbstractActivity.mId

◆ mIsRunning

scxml4py.activity.AbstractActivity.mIsRunning

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