Revision 2aa96942 include/humotion/server/config.h

View differences:

include/humotion/server/config.h
29 29
#ifndef INCLUDE_HUMOTION_SERVER_CONFIG_H_
30 30
#define INCLUDE_HUMOTION_SERVER_CONFIG_H_
31 31

  
32
#include <map>
33
#include <string>
34

  
32 35
namespace humotion {
33 36
namespace server {
34 37

  
38
typedef std::map<std::string, float> debug_data_t;
39

  
35 40
class Config {
36 41
 public:
37 42
    Config();
......
42 47
    // NOTE: See config.cpp for explanations and default values
43 48
    // ********************************************************
44 49

  
50
    // publish debug information
51
    bool publish_internals;
52

  
45 53
    // saccade detection thresholds
46 54
    float threshold_velocity_eye_saccade;
47 55
    float threshold_angle_neck_saccade;

Also available in: Unified diff