link to homepage

Institute for Neuroscience and Medicine

Navigation and service


API documentation

TPOI::set Struct Reference

The set of data of each time point of interest. More...

#include <TPOI.h>

List of all members.

Public Member Functions

 set (double time, double phase)
 set (double time)

Public Attributes

double dtime
double dphase

Detailed Description

The set of data of each time point of interest.

Definition at line 44 of file TPOI.h.


Constructor & Destructor Documentation

TPOI::set::set ( double  time,
double  phase 
) [inline]

Set one particular ADC time point

Parameters:
time The time from start of the pulse 0.
phase Phase lock, if this TPOI is an ADC.

Definition at line 55 of file TPOI.h.

TPOI::set::set ( double  time  )  [inline]

Set one particular non-ADC time point

Parameters:
time The time from start of the pulse 0.

Definition at line 65 of file TPOI.h.


Member Data Documentation

particular corresponding reciever phase.

Definition at line 47 of file TPOI.h.

Referenced by TPOI::operator+().

particular time point of this set.

Definition at line 46 of file TPOI.h.

Referenced by TPOI::operator+().


The documentation for this struct was generated from the following file:

Servicemeu