VectorNav C Library
const.h
1 #ifndef __VNCONTS_H__
2 #define __VNCONTS_H__
3 
5 #define VNC_PI_D (3.141592653589793238)
6 
7 #endif