Fun with PWM  0.32
Motion.Motion Class Reference

Motions are animations for a set of servos. More...

Inheritance diagram for Motion.Motion:
JsonBlob.JsonBlob

Public Member Functions

def __init__ (self, index=None)
 
- Public Member Functions inherited from JsonBlob.JsonBlob
def __init__ (self, index=None, autoload=True)
 
def reload (self)
 
def save (self)
 
def delete (self)
 
def blobExists (self)
 
def getModulePath (self)
 
def getTypePath (self)
 
def getRowPath (self)
 
def getRowFileName (self)
 

Public Attributes

 jsonData
 
- Public Attributes inherited from JsonBlob.JsonBlob
 jbModule
 
 jbType
 
 jbIndex
 
 jsonData
 

Additional Inherited Members

- Static Public Member Functions inherited from JsonBlob.JsonBlob
def reindex (force=False)
 
def find (jbModule, jbType, jbIndex)
 
def all (jbModule=None, jbType=None)
 
def hydrate (jbModule=None, jbType=None, ids=[])
 
- Static Public Attributes inherited from JsonBlob.JsonBlob
 basepath = os.path.join(AmsEnvironment.FilePath(), 'jsonblob')
 
 indexpath = os.path.join(basepath, 'index.json')
 
dictionary constructors = {}
 
bool indexexists = False
 
bool indexed = False
 
dictionary index = {}
 

Detailed Description

Motions are animations for a set of servos.

Constructor & Destructor Documentation

§ __init__()

def Motion.Motion.__init__ (   self,
  index = None 
)
Initializes the Motion object

@param index

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