#include <seqpuls.h>

Public Member Functions | |
| unsigned int | get_vectorsize () const |
| bool | needs_unrolling_check () const |
| bool | prep_iteration () const |
| svector | get_vector_commands (const STD_string &iterator) const |
Definition at line 181 of file seqpuls.h.
| unsigned int SeqFlipAngVector::get_vectorsize | ( | ) | const [inline, virtual] |
| bool SeqFlipAngVector::needs_unrolling_check | ( | ) | const [inline, virtual] |
| bool SeqFlipAngVector::prep_iteration | ( | ) | const [virtual] |
Overload this function to prepare objects at run-time before the execution of a loop repetition return 'false' when preparation fails
Reimplemented from SeqVector.
| svector SeqFlipAngVector::get_vector_commands | ( | const STD_string & | iterator | ) | const [virtual] |
If the vector is used as a variable in the code-generated pulse program, overload this function to return a unique label/command for the vector which is either attached to the loop (Bruker), or executed at the beginning of the loop (EPIC).
Reimplemented from SeqVector.
1.5.6