Ignore:
Timestamp:
06/30/13 17:05:31 (11 years ago)
Author:
sz
Message:

all test applications are compilable again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/gdk/neurocls-factory.h

    r80 r89  
    8484#undef FIELDSTRUCT
    8585
    86 #define FIELDSTRUCT NI_VectorEye
    87 ParamEntry NI_VectorEye_tab []={
    88 {"Vector Eye [EXPERIMENTAL!]",1, 9 ,"VEye",},
    89 {"tx",0,0,"target.x","f   ",FIELD(target.x),},
    90 {"ty",0,0,"target.y","f   ",FIELD(target.y),},
    91 {"tz",0,0,"target.z","f   ",FIELD(target.z),},
    92 {"ts",0,0,"target shape","s 0 -1 0",FIELD(targetShape),},
    93 {"p",0,0,"perspective","f 0.1 10.0 1.0",FIELD(perspz),},
    94 {"s",0,0,"scale","f 0.1 100.0 1.0",FIELD(perspscale),},
    95 {"h",0,0,"show hidden lines","d 0 1 0",FIELD(showhidden),},
    96 {"o",0,0,"output lines count (each line needs four channels)","d 0 99 0",FIELD(outputcount),},
    97 {"d",0,0,"debug","d 0 1 0",FIELD(showdebug),},
    98  {0,0,0,},};
    99 #undef FIELDSTRUCT
    100 
    101 #define FIELDSTRUCT NI_VisualMotorNeuron
    102 ParamEntry NI_VisualMotorNeuron_tab []={
    103 {"Visual-Motor Cortex [EXPERIMENTAL!]",1, 3 ,"VMotor",},
    104 {"noIF",0,0,"number of basic features","d   ",FIELD(noIF),},
    105 {"noDim",0,0,"number of degrees of freedom","d   ",FIELD(noDim),},
    106 {"params",0,0,"parameters","s   ",FIELD(params),},
    107  {0,0,0,},};
    108 #undef FIELDSTRUCT
    109 
    11086#define FIELDSTRUCT NI_Sticky
    11187ParamEntry NI_Sticky_tab []={
     
    178154setImplementation("D",new NI_Diff); \
    179155setImplementation("Fuzzy",new NI_FuzzyNeuro); \
    180 setImplementation("VEye",new NI_VectorEye); \
    181 setImplementation("VMotor",new NI_VisualMotorNeuron); \
    182156setImplementation("Sti",new NI_Sticky); \
    183157setImplementation("LMu",new NI_LinearMuscle); \
Note: See TracChangeset for help on using the changeset viewer.