Changeset 536

Show
Ignore:
Timestamp:
01/04/10 17:34:50 (14 years ago)
Author:
bhilburn
Message:

Removing the 'GetComponentInformation?' function.

Location:
vtcross/trunk/src
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • vtcross/trunk/src/include/vtcross/libvtcross.h

    r518 r536  
    8181 
    8282 
    83 /*! \brief Look up component information by id.  
    84  * 
    85  * Note that the return type is of abstract base class component, which can then 
    86  * be used to reference whatever sub-component type was referenced by the id. 
    87  */ 
    88 Component* GetComponentInformation(uint32_t id); 
    89  
    90  
    9183/*! \brief  Given a certain set of observables, ask the radio to find the  
    9284 * optimum radio parameters and return them.  
  • vtcross/trunk/src/libvtcross/libvtcross.cpp

    r521 r536  
    224224} 
    225225 
    226 Component* GetComponentInformation(uint32_t id) { 
    227  
    228 } 
    229226 
    230227/* View components currently connected to the radio by id.