Skip to content
Snippets Groups Projects
configuration.h 570 B
Newer Older
  • Learn to ignore specific revisions
  • lm's avatar
    lm committed
    #ifndef QGC_CONFIGURATION_H
    #define QGC_CONFIGURATION_H
    
    pixhawk's avatar
    pixhawk committed
    
    
    pixhawk's avatar
    pixhawk committed
    /** @brief Polling interval in ms */
    
    pixhawk's avatar
    pixhawk committed
    
    /** @brief Heartbeat emission rate, in Hertz (times per second) */
    #define MAVLINK_HEARTBEAT_DEFAULT_RATE 1
    
    #define WITH_TEXT_TO_SPEECH 1
    
    
    lm's avatar
    lm committed
    #define QGC_APPLICATION_NAME "QGroundControl"
    
    #define QGC_APPLICATION_VERSION "v. 0.9.0 (Alpha RC1)"
    
    const QString APPNAME = "QGROUNDCONTROL";
    
    const QString COMPANYNAME = "QGROUNDCONTROL";
    const int APPLICATIONVERSION = 90; // 0.9.0
    
    lm's avatar
    lm committed
    
    
    lm's avatar
    lm committed
    #endif // QGC_CONFIGURATION_H