Show
Ignore:
Timestamp:
04/08/09 17:45:44 (15 years ago)
Author:
bhilburn
Message:

First pass at making cbr.h readable.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/branches/fixingCBR/src/cognitive_engines/cbr.c

    r238 r240  
    1 // 
    2 // Case-based reasoner 
    3 // 
    4  
     1/* Virginia Tech Cognitive Radio Open Source Systems 
     2 * Virginia Tech, 2009 
     3 * 
     4 * LICENSE INFORMATION GOES HERE 
     5 */ 
     6 
     7/* TODO description of this file 
     8 */ 
     9 
     10  
    511#include <stdlib.h> 
    612#include <string.h> 
     
    1016#include "vtcross/common.h" 
    1117 
     18 
     19/* TODO this appears to get used once in this entire file, so I'm making it 
     20 * static and private to this file. Is that okay?  */ 
     21static const char *ops_str[] = {"==", "!=", ">", ">=", "<", "<="}; 
    1222 
    1323// open a database or create a database if it does not exist