Changeset 16985
- Timestamp:
- 04/17/12 07:30:57 (13 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/iCub/firmware/emBODY/arch-armcmx/body/embobj/embobj/embobj-icub/endpoints/mc/eOcfg_nvsEP_mc_leftleg_con.h
r16982 r16985 64 64 #define EOK_cfg_nvsEP_leftleg_NUMofVARS ((EOK_cfg_nvsEP_mc_any_con_jxx_jnvindex_TOTALnumber*EOK_cfg_nvsEP_mc_leftleg_NUMofJOINTS)+(EOK_cfg_nvsEP_mc_any_con_mxx_mnvindex_TOTALnumber*EOK_cfg_nvsEP_mc_leftleg_NUMofMOTORS)) 65 65 66 66 #if 0 67 #warning --> so far we prefer using the names coming from eOcfg_nvsEP_mc_any_con_bodypart.h, however we could add in here more specific names for the kneee, ankle, etc. 67 68 // the 16bit used to identify the network variable inside the endpoint. they are function of the joint or motor number (jth or mth) 68 69 #define EOK_cfg_nvsEP_mc_leftleg_NVID_jconfig(jth) EOK_cfg_nvsEP_mc_any_con_bodypart_NVID_jxx_jconfig(jth) … … 78 79 #define EOK_cfg_nvsEP_mc_leftleg_NVID__setpoint(jth) EOK_cfg_nvsEP_mc_any_con_bodypart_NVID_jxx__setpoint(jth) 79 80 #define EOK_cfg_nvsEP_mc_leftleg_NVID__controlmode(jth) EOK_cfg_nvsEP_mc_any_con_bodypart_NVID_jxx__controlmode(jth) 80 81 #endif 81 82 82 83