31 #ifndef __PDS_RADEFINES_HPP__
32 #define __PDS_RADEFINES_HPP__
52 #ifndef __CURRENT_FILENAME__
53 #define __CURRENT_FILENAME__ (strrchr(__FILE__, '/') ? strrchr(__FILE__, '/') + 1 : strrchr(__FILE__, '\\') ? strrchr(__FILE__, '\\') + 1 : __FILE__)
56 #ifndef pds_print_error_message
62 #define pds_print_error_message(msg) \
63 std::cout<<"----ERROR :: "<<__CURRENT_FILENAME__<<" -- "<<__PRETTY_FUNCTION__<<" -- line "<<__LINE__<<std::endl \
64 <<"----ERROR :: "<<msg<<std::endl
69 #ifndef pds_print_warning_message
75 #define pds_print_warning_message(msg) \
76 std::cout<<"--WARNING :: "<<msg<<std::endl
80 #ifndef pds_print_info_message
86 #define pds_print_info_message(msg) \
87 std::cout<<"-----INFO :: "<<msg<<std::endl
108 const double Pi =3.14159265358979323846264338327950288;
114 const double Phi=1.61803398874989484820458683436563811;
const unsigned int StringPrecision
const double WarningRCond
FormatType
Tipo de dato en la carga de información desde archivo.
Nombre de espacion para PDS (Procesamiento Digital de Senales)