Changeset 64 for cpp/gdk/f0classes.h
- Timestamp:
- 01/28/11 23:29:40 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/gdk/f0classes.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 5 1 6 2 #define FIELDSTRUCT Part … … 100 96 ParamEntry f0_neuro_paramtab[]= 101 97 { 102 {"Connections",3, 9,"n" },98 {"Connections",3,10,"n" }, 103 99 {"Other",}, 104 100 {"Visual",}, … … 112 108 {"getInputNeuroIndex",0,1+2,"get input neuron index","p d(d)",PROCEDURE(p_getInputNeuroIndex),}, 113 109 {"getInputWeight",0,1+2,"get input weight","p f(d)",PROCEDURE(p_getInputWeight),}, 110 {"classObject",0,1+2,"neuron class","o NeuroClass",GETONLY(classObject),}, 114 111 {0,0,0,} 115 112 }; … … 159 156 160 157 158 159 160
Note: See TracChangeset
for help on using the changeset viewer.