#include "driver.h"
#include "downloader.h"
#include <yarp/os/Time.h>
#include <yarp/os/Log.h>
#include <stdlib.h>
#include <string.h>
#include <iCubCanProtocol.h>
#include "strain.h"
 
Go to the source code of this file.
◆ _NUMofREGS
◆ EOCANPROT_D_CREATE_CANID
      
        
          | #define EOCANPROT_D_CREATE_CANID | 
          ( | 
            | 
          clss,  | 
        
        
           | 
           | 
            | 
          orig,  | 
        
        
           | 
           | 
            | 
          dest  | 
        
        
           | 
          ) | 
           |    ( (((clss)&0xF) << 8) | (((orig)&0xF) << 4) | ((dest)&0xF) ) | 
        
      
 
 
◆ STRAIN2_USE_NEW_MODE
      
        
          | #define STRAIN2_USE_NEW_MODE | 
        
      
 
 
◆ TEST_GET_FW_VERSION
      
        
          | #define TEST_GET_FW_VERSION | 
        
      
 
 
◆ TESTMODE_STRAIN2
◆ axtoi()
      
        
          | int axtoi  | 
          ( | 
          char *  | 
          hexStg | ) | 
           | 
        
      
 
 
◆ drv_sleep()
      
        
          | void drv_sleep  | 
          ( | 
          double  | 
          time | ) | 
           | 
        
      
 
 
◆ getvalue()
      
        
          | int getvalue  | 
          ( | 
          char *  | 
          line,  | 
        
        
           | 
           | 
          int  | 
          len  | 
        
        
           | 
          ) | 
           |  |