Changeset 976 for cpp/frams/neuro/neurocls-f0-SDK-factory.h
- Timestamp:
- 07/06/20 23:36:46 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/neuro/neurocls-f0-SDK-factory.h
r952 r976 41 41 #define FIELDSTRUCT NI_GyroP 42 42 ParamEntry NI_GyroP_tab []={ 43 {"Part Gyroscope",1, 2 ,"Gp ",},43 {"Part Gyroscope",1, 2 ,"Gpart",}, 44 44 {"ry",1,0,"rotation.y","f -6.282 6.282 0",FIELD(ry),}, 45 45 {"rz",1,0,"rotation.z","f -6.282 6.282 0",FIELD(rz),}, … … 58 58 #define FIELDSTRUCT NI_TouchC 59 59 ParamEntry NI_TouchC_tab []={ 60 {"Touch contact",1, 0 ,"Tc ",},60 {"Touch contact",1, 0 ,"Tcontact",}, 61 61 {0,0,0,},}; 62 62 #undef FIELDSTRUCT … … 64 64 #define FIELDSTRUCT NI_TouchP 65 65 ParamEntry NI_TouchP_tab []={ 66 {"Touch proximity",1, 3 ,"Tp ",},66 {"Touch proximity",1, 3 ,"Tproximity",}, 67 67 {"r",1,0,"Range","f 0.0 1.0 1.0",FIELD(range),}, 68 68 {"ry",1,0,"rotation.y","f -6.282 6.282 0",FIELD(ry),}, … … 184 184 setImplementation("Nu",new NI_StdUNeuron); \ 185 185 setImplementation("G",new NI_Gyro); \ 186 setImplementation("Gp ",new NI_GyroP); \186 setImplementation("Gpart",new NI_GyroP); \ 187 187 setImplementation("T",new NI_Touch); \ 188 setImplementation("Tc ",new NI_TouchC); \189 setImplementation("Tp ",new NI_TouchP); \188 setImplementation("Tcontact",new NI_TouchC); \ 189 setImplementation("Tproximity",new NI_TouchP); \ 190 190 setImplementation("S",new NI_Smell); \ 191 191 setImplementation("*",new NI_Const); \
Note: See TracChangeset
for help on using the changeset viewer.