Changeset 732 for cpp/frams/config
- Timestamp:
- 02/15/18 00:42:07 (7 years ago)
- Location:
- cpp/frams/config
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/config/f0-SDK.def
r528 r732 89 89 PROP(getInputNeuroIndex,0,1+2,`get input neuron index',p d(d),,,,p_getInputNeuroIndex,PROCEDURE) 90 90 PROP(getInputWeight,0,1+2,`get input weight',p f(d),,,,p_getInputWeight,PROCEDURE) 91 PROP(classObject,0,1+2,`neuron class',o 91 PROP(classObject,0,1+2,`neuron class',oNeuroClass,,,,classObject,GETONLY) 92 92 ENDCLASS 93 93 -
cpp/frams/config/f0.def
r656 r732 89 89 PROP(getInputNeuroIndex,0,0,`get input neuron index',p d(d),,,,p_getInputNeuroIndex,PROCEDURE) 90 90 PROP(getInputWeight,0,0,`get input weight',p f(d),,,,p_getInputWeight,PROCEDURE) 91 PROP(classObject,0,1+2,`neuron class',o 91 PROP(classObject,0,1+2,`neuron class',oNeuroClass,,,,classObject,GETONLY) 92 92 ENDCLASS 93 93 -
cpp/frams/config/sdk_build_config.h
r318 r732 1 1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-201 5Maciej Komosinski and Szymon Ulatowski.2 // Copyright (C) 1999-2018 Maciej Komosinski and Szymon Ulatowski. 3 3 // See LICENSE.txt for details. 4 4 … … 15 15 16 16 #define NOCREATUREOBJECT 17 #define EASYMAPDEBUG18 17 #define SDK_WITHOUT_FRAMS 19 18 #define NO_BARRIER
Note: See TracChangeset
for help on using the changeset viewer.