Show
Ignore:
Timestamp:
05/17/07 13:32:03 (6 years ago)
Author:
jgaeddert
Message:

changing component name, file names, etc.

Files:
1 moved

Legend:

Unmodified
Added
Removed
  • components/USRP_TX_Control/branches/USRP_Commander/USRP_Commander.h

    r3441 r3809  
    11/**************************************************************************** 
    22 
    3 Copyright 2006 Virginia Polytechnic Institute and State University 
     3Copyright 2007 Virginia Polytechnic Institute and State University 
    44 
    5 This file is part of the OSSIE USRP_TX_Control. 
     5This file is part of the OSSIE USRP_Commander. 
    66 
    7 OSSIE USRP_TX_Control is free software; you can redistribute it and/or modify 
     7OSSIE USRP_Commander is free software; you can redistribute it and/or modify 
    88it under the terms of the GNU General Public License as published by 
    99the Free Software Foundation; either version 2 of the License, or 
    1010(at your option) any later version. 
    1111 
    12 OSSIE USRP_TX_Control is distributed in the hope that it will be useful, 
     12OSSIE USRP_Commander is distributed in the hope that it will be useful, 
    1313but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1414MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     
    1616 
    1717You should have received a copy of the GNU General Public License 
    18 along with OSSIE USRP_TX_Control; if not, write to the Free Software 
     18along with OSSIE USRP_Commander; if not, write to the Free Software 
    1919Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    2020 
     
    2222 
    2323 
    24 #ifndef USRP_TX_CONTROL_IMPL_H 
    25 #define USRP_TX_CONTROL_IMPL_H 
     24#ifndef USRP_COMMANDER_IMPL_H 
     25#define USRP_COMMANDER_IMPL_H 
    2626 
    2727#include <stdlib.h> 
     
    3636#include "ossie/Resource_impl.h" 
    3737 
    38 class USRP_TX_Control_i : public virtual Resource_impl 
     38class USRP_Commander_i : public virtual Resource_impl 
    3939{ 
    4040    public: 
    41         USRP_TX_Control_i(const char *uuid, omni_condition *sem); 
     41        USRP_Commander_i(const char *uuid, omni_condition *sem); 
    4242 
    4343        void start() throw (CF::Resource::StartError, CORBA::SystemException); 
     
    5353 
    5454    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&); 
    5757 
    5858        omni_condition *component_running;  //for component shutdown