comparison PR.h @ 276:1d7ea1b0f176

Dev_ML Working in sequential mode
author Sean Halle <seanhalle@yahoo.com>
date Mon, 04 Mar 2013 00:40:38 -0800
parents bc5030385120
children
comparison
equal deleted inserted replaced
6:9344485b7d17 7:5a6762fa22fd
84 84
85 //include fn prototype used by wrapper library 85 //include fn prototype used by wrapper library
86 #include "PR__WL.h" 86 #include "PR__WL.h"
87 87
88 //================================= 88 //=================================
89 #define implement_me printf("Unimpl Fn: \n%s \n%s : %s\n", __FILE__, __FUNCTION__, __LINE__) 89 #define implement_me() printf("Unimpl Fn: \n%s \n%s : %d\n", __FILE__, __FUNCTION__, __LINE__)
90 //#define fix_me printf("Fix me at: \n%s \n%s : %s\n", __FILE__, __FUNCTION__, __LINE__) 90 //#define fix_me printf("Fix me at: \n%s \n%s : %s\n", __FILE__, __FUNCTION__, __LINE__)
91 91
92 92
93 //========================= Services ======================= 93 //========================= Services =======================
94 #include "Services_Offered_by_PR/Measurement_and_Stats/probes.h" 94 #include "Services_Offered_by_PR/Measurement_and_Stats/probes.h"