- Timestamp:
- 05/17/07 13:32:03 (6 years ago)
- Files:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
components/USRP_TX_Control/branches/USRP_Commander/USRP_Commander.h
r3441 r3809 1 1 /**************************************************************************** 2 2 3 Copyright 200 6Virginia Polytechnic Institute and State University3 Copyright 2007 Virginia Polytechnic Institute and State University 4 4 5 This file is part of the OSSIE USRP_ TX_Control.5 This file is part of the OSSIE USRP_Commander. 6 6 7 OSSIE USRP_ TX_Controlis free software; you can redistribute it and/or modify7 OSSIE USRP_Commander is free software; you can redistribute it and/or modify 8 8 it under the terms of the GNU General Public License as published by 9 9 the Free Software Foundation; either version 2 of the License, or 10 10 (at your option) any later version. 11 11 12 OSSIE USRP_ TX_Controlis distributed in the hope that it will be useful,12 OSSIE USRP_Commander is distributed in the hope that it will be useful, 13 13 but WITHOUT ANY WARRANTY; without even the implied warranty of 14 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the … … 16 16 17 17 You should have received a copy of the GNU General Public License 18 along with OSSIE USRP_ TX_Control; if not, write to the Free Software18 along with OSSIE USRP_Commander; if not, write to the Free Software 19 19 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 20 … … 22 22 23 23 24 #ifndef USRP_ TX_CONTROL_IMPL_H25 #define USRP_ TX_CONTROL_IMPL_H24 #ifndef USRP_COMMANDER_IMPL_H 25 #define USRP_COMMANDER_IMPL_H 26 26 27 27 #include <stdlib.h> … … 36 36 #include "ossie/Resource_impl.h" 37 37 38 class USRP_ TX_Control_i : public virtual Resource_impl38 class USRP_Commander_i : public virtual Resource_impl 39 39 { 40 40 public: 41 USRP_ TX_Control_i(const char *uuid, omni_condition *sem);41 USRP_Commander_i(const char *uuid, omni_condition *sem); 42 42 43 43 void start() throw (CF::Resource::StartError, CORBA::SystemException); … … 53 53 54 54 private: 55 USRP_ TX_Control_i();56 USRP_ TX_Control_i(USRP_TX_Control_i&);55 USRP_Commander_i(); 56 USRP_Commander_i(USRP_Commander_i&); 57 57 58 58 omni_condition *component_running; //for component shutdown