[][src]Struct libeyelink_sys::IEVENT

#[repr(C)]pub struct IEVENT {
    pub time: UINT32,
    pub type_: INT16,
    pub read: UINT16,
    pub eye: INT16,
    pub sttime: UINT32,
    pub entime: UINT32,
    pub hstx: INT16,
    pub hsty: INT16,
    pub gstx: INT16,
    pub gsty: INT16,
    pub sta: UINT16,
    pub henx: INT16,
    pub heny: INT16,
    pub genx: INT16,
    pub geny: INT16,
    pub ena: UINT16,
    pub havx: INT16,
    pub havy: INT16,
    pub gavx: INT16,
    pub gavy: INT16,
    pub ava: UINT16,
    pub avel: INT16,
    pub pvel: INT16,
    pub svel: INT16,
    pub evel: INT16,
    pub supd_x: INT16,
    pub eupd_x: INT16,
    pub supd_y: INT16,
    pub eupd_y: INT16,
    pub status: UINT16,
}

@ingroup messaging \brief Integer eye-movement events

Fields

time: UINT32

< effective time of event

type_: INT16

< event type

read: UINT16

< flags which items were included

eye: INT16

< eye: 0=left,1=right

sttime: UINT32

< start times

entime: UINT32

< end times

hstx: INT16

< starting point x

hsty: INT16

< starting point y

gstx: INT16

< starting point x

gsty: INT16

< starting point y

sta: UINT16henx: INT16

< ending point x

heny: INT16

< ending point y

genx: INT16

< ending point x

geny: INT16

< ending point y

ena: UINT16havx: INT16

< average x

havy: INT16

< average y

gavx: INT16

< average x

gavy: INT16

< average y

ava: UINT16

< also used as accumulator

avel: INT16

< avg velocity accum

pvel: INT16

< peak velocity accum

svel: INT16

< start velocity

evel: INT16

< end velocity

supd_x: INT16

< start units-per-degree x

eupd_x: INT16

< end units-per-degree y

supd_y: INT16

< start units-per-degree y

eupd_y: INT16

< end units-per-degree y

status: UINT16

< error, warning flags

Trait Implementations

impl Clone for IEVENT[src]

impl Copy for IEVENT[src]

impl Debug for IEVENT[src]

impl Default for IEVENT[src]

Auto Trait Implementations

impl RefUnwindSafe for IEVENT

impl Send for IEVENT

impl Sync for IEVENT

impl Unpin for IEVENT

impl UnwindSafe for IEVENT

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.