Revision efbcb710 server/include/Arbiter.h

View differences:

server/include/Arbiter.h
65 65
    void override_by_utterance();
66 66
    void override_by_mouth();
67 67

  
68
    humotion::GazeState soft_overblend_gaze(humotion::GazeState gaze_now,
69
                                            humotion::GazeState gaze_target,
70
                                            unsigned int overblend_time);
71

  
68 72
    EmotionConfig emotion_config_current;
69 73
    EmotionConfig emotion_config_default;
70 74

  
71 75
    humotion::MouthState mouth_state;
72 76
    humotion::GazeState gaze_state;
73 77

  
78

  
79
    boost::posix_time::ptime gaze_state_end_time;
80
    humotion::GazeState gaze_state_old;
81
    bool gaze_state_animation_restart;
82

  
83
    EmotionConfig *emotion_target;
84

  
74 85
    MouthConfig mouth_config;
75 86

  
76 87
    boost::shared_ptr<Utterance> utterance;

Also available in: Unified diff