#include <seqplatform.h>

Public Member Functions | |
| virtual void | init ()=0 |
| virtual void | reset_before_prep ()=0 |
| virtual void | prepare_measurement (unsigned int nacqs_total)=0 |
Definition at line 82 of file seqplatform.h.
| virtual void SeqPlatform::init | ( | ) | [pure virtual] |
Initialize platform, is called whenever a method is initialized.
| virtual void SeqPlatform::reset_before_prep | ( | ) | [pure virtual] |
This function is overloaded to clean up the platform interface before a new sequence is prepared.
| virtual void SeqPlatform::prepare_measurement | ( | unsigned int | nacqs_total | ) | [pure virtual] |
This function is overloaded to prepare all the global stuff which is needed to start an experiment. 'nacqs_total' must contain the total number of acqusition events in the the sequence.
1.5.6