| 
writelog.cc File Reference
#include <assert.h> 
#include <ctype.h> 
#include <errno.h> 
#include <sys/types.h> 
#include <netinet/in.h> 
#include <stdlib.h> 
#include <string.h> 
#include <unistd.h> 
#include "player.h" 
#include "error.h" 
#include "driver.h" 
#include "devicetable.h" 
#include "drivertable.h" 
#include "deviceregistry.h" 
#include "playertime.h" 
#include "encode.h" 
 
 Define Documentation
 
  
    
      
        
          |  #define HINT16 | 
          (  | 
          x  | 
                     | 
           )  | 
             ((int16_t) ntohs(x))
       |   
     | 
   
 
 
  
    
      
        
          |  #define HUINT16 | 
          (  | 
          x  | 
                     | 
           )  | 
             ((uint16_t) ntohs(x))
       |   
     | 
   
 
 
  
    
      
        
          |  #define HINT32 | 
          (  | 
          x  | 
                     | 
           )  | 
             ((int32_t) ntohl(x))
       |   
     | 
   
 
 
  
    
      
        
          |  #define HUINT32 | 
          (  | 
          x  | 
                     | 
           )  | 
             ((uint32_t) ntohl(x))
       |   
     | 
   
 
 
  
    
      
        
          |  #define CM_M | 
          (  | 
          x  | 
                     | 
           )  | 
             ((x) / 100.0)
       |   
     | 
   
 
 
  
    
      
        
          |  #define MM_M | 
          (  | 
          x  | 
                     | 
           )  | 
             ((x) / 1000.0)
       |   
     | 
   
 
 
  
    
      
        
          |  #define DEG_RAD | 
          (  | 
          x  | 
                     | 
           )  | 
             ((x) * M_PI / 180.0)
       |   
     | 
   
 
 Function Documentation
 
 
 Variable Documentation
 
 
 
Generated on Tue May 3 14:15:45 2005 for Player by   1.3.6
 |