RunSequenceControl< SequenceSize > Class Template Reference#include <RunSequenceControl.h>
Inheritance diagram for RunSequenceControl< SequenceSize >:
[legend]List of all members.
Detailed Description
template<unsigned int SequenceSize>
class RunSequenceControl< SequenceSize >
Upon activation, loads a position from a file name read from cin (stored in ms/data/motion...).
The template parameter is passed to MotionSequenceMC's template parameter in order to specify the number of keyframes to reserve - larger values use more memory, but will allow you to load more complicated sequences.
The motion sequence doesn't actually start playing until the emergency stop is deactivated. This avoids either cutting off the beginning of the sequence while still in estop, or having to override the estop, which may be unexpected.
Definition at line 30 of file RunSequenceControl.h.
The documentation for this class was generated from the following file:
|