|
Sequence Objects
Introduction
A Sequence object manages a set of Commands.
The sequence is constructed on the host from a list of commands, then
downloaded and executed in the controller. Typically, applications only
use Sequences for very small or simple autonomous tasks that require execution
in the controller. Due to their embedded execution, debugging can be difficult.
It is best to use the host application to execute MPI methods directly
for optimum flexibility and performance.
If you are considering using a program Sequencer or
Command objects, please contact your support engineer. We recommend that
you do NOT implement complex Sequences on your own.
Commands are implemented using MPICommand
objects. Information about the different types of commands can be found
on MPICommandType and MPICommandParams.
Sample applications for using sequencers can be found in the Sample Applications
section. Search for application names starting with seq.
Seqkill.c is a good place to start.
| Error Messages |
Methods
Data Types
See Also
|