Module vrSequencer
[frames] | no frames]

Module vrSequencer

Contains the functions to use the sequencer module.

Functions
 
getAllSequencesActionCount()
Returns the number of active actions in all sequences.
 
getSequenceList()
Returns a list of sequences.
 
readSequenceXML(file, merge)
Read sequences from XML file .
 
runAllSequences()
Runs all sequences.
 
runSequence(name)
Run sequence with a given name.
 
runSequenceHttp(name, url, id)
Run sequence with a given name.
Function Details

readSequenceXML(file, merge)

 

Read sequences from XML file .

Parameters:
  • file (string) - The name of the XML file to read.
  • merge - Add or replace the current sequences.
  • name (bool)

runSequence(name)

 

Run sequence with a given name.

Parameters:
  • name (string) - The name of the sequence to run.

runSequenceHttp(name, url, id)

 

Run sequence with a given name. Results will be uploaded tu url

Parameters:
  • name (string) - The name of the sequence to run.
  • url (string) - The Url where results will be uploaded. This is cancatenated with VRED_PROJECT_DIR definitions (url+dir drive names are removed)
  • id (string) - If provided, the id is send as a leading part in a multipart post