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

Removing the 'GetComponentInformation?' function.

Files:
1 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.