Show
Ignore:
Timestamp:
04/03/09 13:05:41 (15 years ago)
Author:
trnewman
Message:

Added a loop in the demo to actually adapt.

Added simple adaptation functionality and proper db querying in the CE.

Files:
1 modified

Legend:

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

    r228 r230  
    8686 * radio's performance? 
    8787 */ 
    88 bool UpdateParameterPerformance(Parameter *radioParameters, \ 
    89         Observable *radioObservables, Utility *radioUtilies); 
    90  
     88bool UpdateParameterPerformance(Parameter *p, uint32_t numParameters, Observable *o, \ 
     89        uint32_t numObservables); 
    9190 
    9291/* Deactivate/Activate/Disconnect a component by id. 
     
    107106 */ 
    108107uint32_t GetNumParameters(); 
     108uint32_t GetNumObservables(); 
     109uint32_t GetNumUtilities(); 
    109110 
    110111