Ignore:
Timestamp:
01/28/11 23:29:40 (13 years ago)
Author:
Maciej Komosinski
Message:

a lot of minor fixes

File:
1 edited

Legend:

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

    r5 r64  
    1 // This file is a part of Framsticks GDK library.
    2 // Copyright (C) 2002-2006  Szymon Ulatowski.  See LICENSE.txt for details.
    3 // Refer to http://www.frams.alife.pl/ for further information.
    4 
    51
    62// do not edit - generated automatically from "f0.def"
     
    3935#define FIELDSTRUCT NI_Touch
    4036ParamEntry NI_Touch_tab []={
    41 {"Touch",1, 0 ,"T",},
     37{"Touch",1, 1 ,"T",},
     38{"r",1,0,"Range","f 0.0 1.0 1.0",FIELD(range),},
    4239 {0,0,0,},};
    4340#undef FIELDSTRUCT
     
    8582 {0,0,0,},};
    8683#undef FIELDSTRUCT
     84
     85#define FIELDSTRUCT NI_VectorEye
     86ParamEntry NI_VectorEye_tab []={
     87{"Vector Eye [EXPERIMENTAL!]",1, 9 ,"VEye",},
     88{"tx",0,0,"target.x","f   ",FIELD(target.x),},
     89{"ty",0,0,"target.y","f   ",FIELD(target.y),},
     90{"tz",0,0,"target.z","f   ",FIELD(target.z),},
     91{"ts",0,0,"target shape","s 0 -1 0",FIELD(targetShape),},
     92{"p",0,0,"perspective","f 0.1 10.0 1.0",FIELD(perspz),},
     93{"s",0,0,"scale","f 0.1 100.0 1.0",FIELD(perspscale),},
     94{"h",0,0,"show hidden lines","d 0 1 0",FIELD(showhidden),},
     95{"o",0,0,"output lines count (each line needs four channels)","d 0 99 0",FIELD(outputcount),},
     96{"d",0,0,"debug","d 0 1 0",FIELD(showdebug),},
     97 {0,0,0,},};
     98#undef FIELDSTRUCT
     99
     100#define FIELDSTRUCT NI_VisualMotorNeuron
     101ParamEntry NI_VisualMotorNeuron_tab []={
     102{"Visual-Motor Cortex [EXPERIMENTAL!]",1, 3 ,"VMotor",},
     103{"noIF",0,0,"number of basic features","d   ",FIELD(noIF),},
     104{"noDim",0,0,"number of degrees of freedom","d   ",FIELD(noDim),},
     105{"params",0,0,"parameters","s   ",FIELD(params),},
     106 {0,0,0,},};
     107#undef FIELDSTRUCT
    87108
    88109#define FIELDSTRUCT NI_Sticky
     
    144165#undef FIELDSTRUCT
    145166
     167
    146168#define SETIMPLEMENTATION \
    147169setImplementation("N",new NI_StdNeuron); \
     
    155177setImplementation("D",new NI_Diff); \
    156178setImplementation("Fuzzy",new NI_FuzzyNeuro); \
     179setImplementation("VEye",new NI_VectorEye); \
     180setImplementation("VMotor",new NI_VisualMotorNeuron); \
    157181setImplementation("Sti",new NI_Sticky); \
    158182setImplementation("LMu",new NI_LinearMuscle); \
Note: See TracChangeset for help on using the changeset viewer.