Show
Ignore:
Timestamp:
04/02/09 17:35:03 (15 years ago)
Author:
trnewman
Message:

Added sending current parameters in the libvt request optimization function.

Added guts to the CBR so it actually creates an sql db and searches it.

Files:
1 modified

Legend:

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

    r222 r228  
    7676 * use this?  Shouldn't this be internal to the radio operation?  
    7777 */ 
    78 Parameter* GetOptimalParameters(Observable *radioObservables, uint32_t numObservables); 
     78Parameter* GetOptimalParameters(Observable *radioObservables, uint32_t numObservables,  
     79                Parameter *currentParameters, uint32_t numCurrentParameters); 
    7980 
    8081 
     
    103104bool Shutdown(); 
    104105 
     106/* Return total number of currently recognized transmission parameters. 
     107 */ 
     108uint32_t GetNumParameters(); 
     109 
     110 
    105111#endif