Skip to content
Snippets Groups Projects
configuration.h 552 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
    
    
    #define QGC_APPLICATION_NAME "APM Planner"
    #define QGC_APPLICATION_VERSION "v2.0.0 (beta)"
    
    const QString APPNAME = "APMPLANNER";
    const QString COMPANYNAME = "3DROBOTICS";
    const int APPLICATIONVERSION = 200; // 1.0.9
    
    lm's avatar
    lm committed
    
    
    lm's avatar
    lm committed
    #endif // QGC_CONFIGURATION_H