1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
The LibrePilot open source project was founded in July 2015. It focuses on research and development of software and hardware to be used in a variety of applications including vehicle control and stabilization, unmanned autonomous vehicles and robotics.
Go to file
ephy 541f80aa33 GCS/libqxt: Addition of libqxt (www.libqxt.org) for its logging framework.
Basic usage: qxtLog->info("foo");

    * trace()
    * debug()
    * info()
    * warning()
    * error()
    * critical()
    * fatal()
    * write()

qDebug(), qWarning() etc can also be used. 

     std::cout << "foo" 
and 
     printf("foo") 
should not be used.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@543 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-25 13:42:34 +00:00
artwork Added analog altitude indicator to the master SVG, and used the B&W version of the OpenPilot logo on the upper left corner of the dial background, looks much better. 2010-04-20 09:58:32 +00:00
flight Flight/System Restructure start-up code, now all initialization in done after the RTOS is started 2010-04-25 02:21:03 +00:00
ground GCS/libqxt: Addition of libqxt (www.libqxt.org) for its logging framework. 2010-04-25 13:42:34 +00:00
CREDITS.txt Add some people to the credits file, I need to keep on top of this, sorry. If anyone is missing or things are wrong let me know. 2010-04-09 10:30:39 +00:00