My Project
 All Classes Files Functions Variables
Defaults.h
Go to the documentation of this file.
1 #ifndef DEFAULTS_H
2 #define DEFAULTS_H
3 
4 const int NO_OF_SAMPLES = 1000;
5 const double PI = 3.14159265;
6 
7 #endif