1 #ifndef FAMILYINFO_HPP_ 
    2 #define FAMILYINFO_HPP_ 
    4 #include "protodefinitions/Landscape.pb.h" 
   18         SensorOnlyDongle = 73,
 
   24         SensorLeftGlove = 140,
 
   25         SensorRightGlove = 141,
 
   26         SensorOnlyLeftGlove = 76,
 
   27         SensorOnlyRightGlove = 77,
 
   28         HapticLeftGlove = 148,
 
   29         HapticRightGlove = 149,
 
   35     static std::string FamilyToString(Hermes::Protocol::Embedded::DeviceFamily df);
 
   39     static std::map<DeviceFamily, std::string> m_deviceFamilyMap;