1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

Changeset 16985

Show
Ignore:
Timestamp:
04/17/12 07:30:57 (13 months ago)
Author:
marcoaccame
Message:

removed not used nvids

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  
    6464#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)) 
    6565 
    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. 
    6768// the 16bit used to identify the network variable inside the endpoint. they are function of the joint or motor number (jth or mth) 
    6869#define EOK_cfg_nvsEP_mc_leftleg_NVID_jconfig(jth)                                  EOK_cfg_nvsEP_mc_any_con_bodypart_NVID_jxx_jconfig(jth) 
     
    7879#define EOK_cfg_nvsEP_mc_leftleg_NVID__setpoint(jth)                                EOK_cfg_nvsEP_mc_any_con_bodypart_NVID_jxx__setpoint(jth)                                 
    7980#define EOK_cfg_nvsEP_mc_leftleg_NVID__controlmode(jth)                             EOK_cfg_nvsEP_mc_any_con_bodypart_NVID_jxx__controlmode(jth)                            
    80  
     81#endif 
    8182 
    8283