From: Dominic L. <ma...@us...> - 2005-03-29 15:21:38
|
Update of /cvsroot/robotflow/RobotFlow/Player/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10496/Player/src Modified Files: Makefile.am PlayerConnect.cc PlayerGPS.cc PlayerGripper.cc PlayerHeading.cc PlayerLaser.cc PlayerPTZ.cc PlayerPositionRel.cc PlayerSonars.cc PlayerVelocity.cc PlayerVision.cc Log Message: Now using the RobotFlow namespace and the FD namespace Index: PlayerLaser.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Player/src/PlayerLaser.cc,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** PlayerLaser.cc 2 Jan 2005 14:43:59 -0000 1.10 --- PlayerLaser.cc 29 Mar 2005 15:20:45 -0000 1.11 *************** *** 24,27 **** --- 24,30 ---- using namespace std; + using namespace FD; + + namespace RobotFlow { class PlayerLaser; *************** *** 121,123 **** --- 124,127 ---- }; + }//namespace RobotFlow #endif Index: PlayerHeading.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Player/src/PlayerHeading.cc,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** PlayerHeading.cc 2 Jan 2005 14:43:59 -0000 1.9 --- PlayerHeading.cc 29 Mar 2005 15:20:45 -0000 1.10 *************** *** 23,26 **** --- 23,29 ---- using namespace std; + using namespace FD; + + namespace RobotFlow { class PlayerHeading; *************** *** 115,117 **** --- 118,122 ---- }; + + }//namespace RobotFlow #endif Index: PlayerPositionRel.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Player/src/PlayerPositionRel.cc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PlayerPositionRel.cc 2 Jan 2005 14:43:59 -0000 1.2 --- PlayerPositionRel.cc 29 Mar 2005 15:20:45 -0000 1.3 *************** *** 23,26 **** --- 23,29 ---- using namespace std; + using namespace FD; + + namespace RobotFlow { class PlayerPositionRel; *************** *** 101,103 **** --- 104,107 ---- }; + }//namespace RobotFlow #endif // _PLAYER_POSITION_REL_CC_ Index: PlayerVision.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Player/src/PlayerVision.cc,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** PlayerVision.cc 23 Jan 2005 21:09:42 -0000 1.8 --- PlayerVision.cc 29 Mar 2005 15:20:45 -0000 1.9 *************** *** 25,28 **** --- 25,31 ---- using namespace std; + using namespace FD; + + namespace RobotFlow { class PlayerVision; *************** *** 182,187 **** } - - }; #endif --- 185,190 ---- } }; + + }//namespace RobotFlow #endif Index: PlayerConnect.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Player/src/PlayerConnect.cc,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** PlayerConnect.cc 2 Jan 2005 14:43:59 -0000 1.17 --- PlayerConnect.cc 29 Mar 2005 15:20:45 -0000 1.18 *************** *** 22,25 **** --- 22,28 ---- using namespace std; + using namespace FD; + + namespace RobotFlow { DECLARE_TYPE(PlayerClientWrap); *************** *** 175,177 **** --- 178,182 ---- } + + }//namespace RobotFlow #endif Index: PlayerGPS.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Player/src/PlayerGPS.cc,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** PlayerGPS.cc 2 Jan 2005 14:43:59 -0000 1.7 --- PlayerGPS.cc 29 Mar 2005 15:20:45 -0000 1.8 *************** *** 23,26 **** --- 23,29 ---- using namespace std; + using namespace FD; + + namespace RobotFlow { class PlayerGPS; *************** *** 118,120 **** --- 121,125 ---- }; + + }//namespace RobotFlow #endif Index: PlayerPTZ.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Player/src/PlayerPTZ.cc,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** PlayerPTZ.cc 2 Jan 2005 14:43:59 -0000 1.12 --- PlayerPTZ.cc 29 Mar 2005 15:20:45 -0000 1.13 *************** *** 23,26 **** --- 23,29 ---- using namespace std; + using namespace FD; + + namespace RobotFlow { class PlayerPTZ; *************** *** 247,249 **** --- 250,254 ---- }; + + } #endif Index: PlayerVelocity.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Player/src/PlayerVelocity.cc,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** PlayerVelocity.cc 2 Jan 2005 14:43:59 -0000 1.12 --- PlayerVelocity.cc 29 Mar 2005 15:20:45 -0000 1.13 *************** *** 23,26 **** --- 23,29 ---- using namespace std; + using namespace FD; + + namespace RobotFlow { class PlayerVelocity; *************** *** 160,162 **** --- 163,167 ---- }; + + }//namespace RobotFlow #endif Index: PlayerSonars.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Player/src/PlayerSonars.cc,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** PlayerSonars.cc 2 Jan 2005 14:43:59 -0000 1.9 --- PlayerSonars.cc 29 Mar 2005 15:20:45 -0000 1.10 *************** *** 24,27 **** --- 24,30 ---- using namespace std; + using namespace FD; + + namespace RobotFlow { class PlayerSonars; *************** *** 172,174 **** --- 175,179 ---- }; + + }//namespace RobotFlow #endif Index: PlayerGripper.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Player/src/PlayerGripper.cc,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** PlayerGripper.cc 2 Jan 2005 14:43:59 -0000 1.7 --- PlayerGripper.cc 29 Mar 2005 15:20:45 -0000 1.8 *************** *** 23,26 **** --- 23,29 ---- using namespace std; + using namespace FD; + + namespace RobotFlow { class PlayerGripper; *************** *** 139,141 **** --- 142,146 ---- }; + + }//namespace RobotFlow #endif Index: Makefile.am =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Player/src/Makefile.am,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Makefile.am 2 Jan 2005 14:43:59 -0000 1.9 --- Makefile.am 29 Mar 2005 15:20:45 -0000 1.10 *************** *** 14,19 **** PlayerLaser.cc \ PlayerHeading.cc \ ! PlayerGripper.cc ! #PlayerVision.cc libPlayerDevices_la_LDFLAGS = -release $(LT_RELEASE) $(PLAYER_LIBS) $(OVERFLOW_LIB) --- 14,19 ---- PlayerLaser.cc \ PlayerHeading.cc \ ! PlayerGripper.cc \ ! PlayerVision.cc libPlayerDevices_la_LDFLAGS = -release $(LT_RELEASE) $(PLAYER_LIBS) $(OVERFLOW_LIB) |