#include <stdlib.h>
#include <string.h>
#include "simri3d.h"
Go to the source code of this file.
Data Structures | |
struct | _Event |
Defines | |
#define | ACTIVE 1 |
#define | INACTIVE 0 |
Typedefs | |
typedef _Event | EVENT |
Functions | |
void | InitEvent (EVENT *) |
Init of the EVENT structure to O. | |
void | Conversion (EVENT *) |
Conversion function helping in entering parameters. | |
void | SetSpoilingFlag (EVENT *, int) |
Mise a jour du flag de spoiling post-acquisition. |
|
Definition at line 42 of file event.h. Referenced by SeqGradientEcho1D_0(), SeqGradientEcho2D_0(), SeqGradientEcho3D_0(), SeqInversionRecuperation1D_0(), SeqInversionRecuperation2D_0(), SeqInversionRecuperation3D_0(), SeqSpinEcho1D_0(), SeqSpinEcho2D_0(), SeqSpinEcho3D_0(), and SeqTurboSpinEcho2D_0(). |
|
Definition at line 43 of file event.h. Referenced by SeqTrueFisp1D_0(), SeqTrueFisp2D_0(), and SeqTrueFisp3D_0(). |
|
Referenced by DoAcqFrequenceX(). |