public abstract class GazeEntryBase
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
mOrdinal
Gaze data entry ordinal number.
|
(package private) int |
mTimestamp
Gaze data entry time stamp.
|
Constructor and Description |
---|
GazeEntryBase(int ordinal,
int timestamp)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
Equals(GazeEntryBase other)
Compare two gaze entries
|
abstract int |
MessageLength()
Get length of byte representation of the gaze data entry
|
abstract byte[] |
MessageStruct()
Convert gaze data entry into a byte sequence that can be transfered to
the server
|
abstract java.lang.String |
ToLogString()
Log file string representation
|
abstract EEntryType |
Type()
Get type of the entry
|
int mOrdinal
int mTimestamp
public GazeEntryBase(int ordinal, int timestamp)
ordinal
- timestamp
- public boolean Equals(GazeEntryBase other)
other
- public abstract int MessageLength()
public abstract byte[] MessageStruct()
public abstract EEntryType Type()
EGDEntryType
value. Representation type of
the entrypublic abstract java.lang.String ToLogString()