Ignore:
Timestamp:
07/06/20 23:36:46 (4 years ago)
Author:
Maciej Komosinski
Message:

Renamed three "solid-compatible" receptors to have more informative names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/neuro/neurocls-f0-SDK-factory.h

    r952 r976  
    4141#define FIELDSTRUCT NI_GyroP
    4242ParamEntry NI_GyroP_tab []={
    43 {"Part Gyroscope",1, 2 ,"Gp",},
     43{"Part Gyroscope",1, 2 ,"Gpart",},
    4444{"ry",1,0,"rotation.y","f -6.282 6.282 0",FIELD(ry),},
    4545{"rz",1,0,"rotation.z","f -6.282 6.282 0",FIELD(rz),},
     
    5858#define FIELDSTRUCT NI_TouchC
    5959ParamEntry NI_TouchC_tab []={
    60 {"Touch contact",1, 0 ,"Tc",},
     60{"Touch contact",1, 0 ,"Tcontact",},
    6161 {0,0,0,},};
    6262#undef FIELDSTRUCT
     
    6464#define FIELDSTRUCT NI_TouchP
    6565ParamEntry NI_TouchP_tab []={
    66 {"Touch proximity",1, 3 ,"Tp",},
     66{"Touch proximity",1, 3 ,"Tproximity",},
    6767{"r",1,0,"Range","f 0.0 1.0 1.0",FIELD(range),},
    6868{"ry",1,0,"rotation.y","f -6.282 6.282 0",FIELD(ry),},
     
    184184setImplementation("Nu",new NI_StdUNeuron); \
    185185setImplementation("G",new NI_Gyro); \
    186 setImplementation("Gp",new NI_GyroP); \
     186setImplementation("Gpart",new NI_GyroP); \
    187187setImplementation("T",new NI_Touch); \
    188 setImplementation("Tc",new NI_TouchC); \
    189 setImplementation("Tp",new NI_TouchP); \
     188setImplementation("Tcontact",new NI_TouchC); \
     189setImplementation("Tproximity",new NI_TouchP); \
    190190setImplementation("S",new NI_Smell); \
    191191setImplementation("*",new NI_Const); \
Note: See TracChangeset for help on using the changeset viewer.