Revision c5a47e56 client/cpp/include/RobotGaze.h

View differences:

client/cpp/include/RobotGaze.h
38 38
        vergence = 0.0;
39 39
        pan_offset = 0.0;
40 40
        tilt_offset = 0.0;
41
        type = ABSOLUTE;
41
        gaze_type = ABSOLUTE;
42 42
    }
43 43

  
44 44
    static double now(){
......
55 55

  
56 56
    double timestamp;
57 57

  
58
    int type;
58
    int gaze_type;
59 59

  
60 60
    float pan, tilt, roll, vergence;
61 61
    float pan_offset, tilt_offset;

Also available in: Unified diff