Changeset 561

Show
Ignore:
Timestamp:
05/20/10 17:32:41 (14 years ago)
Author:
nikhil
Message:

added Opt_List structure for selflearning

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/branches/nikhil/crossmodel2/src/include/vtcross/cognitive_engine.h

    r554 r561  
    146146        Parameter *pList; 
    147147        Observable *oList; 
     148 
     149//////// NEW ADDITION /////////////////// 
    148150        struct Radio_Info *radioInfo; 
     151                struct Opt_List { 
     152                float * Pweights; 
     153                float * Uweights; 
     154                float (*Status)[10]; 
     155                // the max utilities that it can accept is 10 
     156 
     157                float (*Trend)[10]; 
     158                // the max utilities that it can accept is 10 
     159 
     160                    int * Slope; 
     161                    float PoC; 
     162                    int Ptune; 
     163 
     164 
     165        }*optList; 
     166//////////////////////////////////////// 
     167 
    149168}; 
    150169