Skip to content
Snippets Groups Projects
Select Git revision
  • 37f31a977fa6f23c821d2481ca8e37e46b0b8826
  • main default protected
  • rosification
  • refactoring
  • pp
  • mpc
  • realtimelogplotter
  • alv
  • gitlab_ci_podman
  • restructuring
  • viz_fix
11 results

path_in_pixels.csv

Blame
  • cppmacros.h 175 B
    // C Preprocessor macros.
    #ifndef CPP_MACROS_H
    #define CPP_MACROS_H
    
    #define X_EMPTY(mac) var ## 1
    #define EMPTY(mac) X_EMPTY(mac)	// Returns 1 if macro mac is empty.
    
    #endif