Go to the source code of this file.
◆ IUF_INVALID
| #define IUF_INVALID (iufr_t) NULL |
◆ iufr_t
A frame is reference to a patternList, a reference to data, and a timestamp.
◆ iufFrameCompare()
Compare two IufFrame object with each other.
- Returns
- Returns IUF_TRUE when the frames are equal and IUF_FALSE otherwise.
- Parameters
-
◆ iufFrameCreate()
| iufr_t iufFrameCreate |
( |
char * |
label, |
|
|
int |
dataIndex, |
|
|
float |
time |
|
) |
| |
Creates an IufFrame.
- Returns
- Returns an IufFrame or IUF_INVALID in case of an error.
- Parameters
-
| label | The patternList label this frame refers to, e.g. "bmode" |
| dataIndex | The offset in the data (frame number?) |
| time | The timestamp in seconds since the start of the acquisition |
◆ iufFrameDelete()
| int iufFrameDelete |
( |
iufr_t |
frame | ) |
|
◆ iufFrameGetDataIndex()
| int iufFrameGetDataIndex |
( |
iufr_t |
frame | ) |
|
Gets the dataIndex of a frame.
- Returns
- Returns the dataIndex or -1 in case of an error.
- Parameters
-
◆ iufFrameGetPatternListLabel()
| char* iufFrameGetPatternListLabel |
( |
iufr_t |
frame | ) |
|
Gets the patternListLabel of a frame.
- Returns
- Returns the label or NULL in case of an error.
- Parameters
-
◆ iufFrameGetTime()
| float iufFrameGetTime |
( |
iufr_t |
frame | ) |
|
Gets the timestamp in seconds of a frame.
- Returns
- Returns the timestamp in seconds or -1 in case of an error.