Page 180 - PDA Robotics Using Your Personal Digital Assistant to Control Your Robot
P. 180

PDA 08  5/27/03  8:47 AM  Page 156
                                                     PDA Robotics
                          This  chapter  includes  the  steps  required  to  complete  the  program,
                          while providing and explaining the C code in detail. This includes
                          designing the graphical interface, the IrDA link, and tying it all togeth-
                          er. Figure 8.1 shows the main screen of PDARobot.prc.
                          Figure 8.1
                          PDA Robot.prc main
                          screen.




























                          CodeWarrior  for  Palm  OS  Platform  version  8.0  is  a  fully  integrated
                          development environment for the Palm OS platform. It comes with the
                          4.0 SDK (the latest version of the SDK available at the time this book
                          went to print), so you can develop for any device that runs any version
                          of the Palm OS from the original 1.0 up to the recent 4.0. This is done
                          through the marriage of C or C++ code and the resources that make up
                          the user interface (UI). Resources include anything the user can inter-
                          act with—forms, menus, buttons, etc. This section includes a list of
                          the various UI elements that can be added to a Palm OS application.

                          First  is  the  required  copyright  statement:  Metrowerks  and  the
                          Metrowerks  logo  are  trademarks  or  registered  trademarks  of
                          Metrowerks  Corp.  and/or  its  subsidiaries  in  the  United  States  and
                          other  countries.  CodeWarrior,  PowerPlant,  Metrowerks  University,
                          CodeWarrior  Constructor,  Geekware,  and  Discover  programming  are

                          156
   175   176   177   178   179   180   181   182   183   184   185