Revision a97b7cf5

View differences:

.gitignore
19 19
*.egg-info
20 20
build/
21 21
client/python/hlrc_client/reindent.py
22
/client/java/target/
server/include/RSB/GazeCallbackWrapper.h
45 45
            gaze_state.roll  = 0.0;
46 46

  
47 47
            //RSB supports only absolute targets for now...
48
            gaze_state.timestamp = 123.45; //FIXME!!
48
            gaze_state.timestamp.set(123, 45); //FIXME EVEN MORE!!!11
49 49
            gaze_state.gaze_type = humotion::GazeState::GAZETYPE_ABSOLUTE;
50 50

  
51 51
            //vergence

Also available in: Unified diff