1 #ifndef IUFLIBRARY_IUFHLFRAME_H 2 #define IUFLIBRARY_IUFHLFRAME_H 10 #define IUF_INVALID (iufr_t) NULL 62 #endif //IUFLIBRARY_IUFHLFRAME_H iufr_t iufFrameCreate(char *label, int dataIndex, float time)
Creates an IufFrame.
Definition: iufFrame.c:15
int dataIndex
Definition: iufFrame.c:9
int iufFrameDelete(iufr_t frame)
Delete an IufFrame.
Definition: iufFrame.c:32
char * iufFrameGetPatternListLabel(iufr_t frame)
Gets the patternListLabel of a frame.
Definition: iufFrame.c:69
float time
Definition: iufFrame.c:10
float iufFrameGetTime(iufr_t frame)
Gets the timestamp in seconds of a frame.
Definition: iufFrame.c:60
int iufFrameCompare(iufr_t reference, iufr_t actual)
Compare two IufFrame object with each other.
Definition: iufFrame.c:45
IufFrame * iufr_t
Definition: iufFrame.h:9
int iufFrameGetDataIndex(iufr_t frame)
Gets the dataIndex of a frame.
Definition: iufFrame.c:78