comparison probes.h @ 201:0320b49ca013

New include paths because of new project structure
author Merten Sach <msach@mailbox.tu-berlin.de>
date Mon, 13 Feb 2012 19:35:32 +0100
parents 521c75d64cef
children
comparison
equal deleted inserted replaced
6:8d28d2737f50 11:be1b198fea04
87 binWidth, nameStr, animPr ) \ 87 binWidth, nameStr, animPr ) \
88 VMS_impl__create_histogram_probe( numBins, startValue, \ 88 VMS_impl__create_histogram_probe( numBins, startValue, \
89 binWidth, nameStr, animPr ) 89 binWidth, nameStr, animPr )
90 void 90 void
91 VMS_impl__free_probe( IntervalProbe *probe ); 91 VMS_impl__free_probe( IntervalProbe *probe );
92 #define VMS__free_probe( probe ) \ 92 #define VMS_int__free_probe( probe ) \
93 VMS_impl__free_probe( probe ) 93 VMS_impl__free_probe( probe )
94 94
95 void 95 void
96 VMS_impl__index_probe_by_its_name( int32 probeID, VirtProcr *animPr ); 96 VMS_impl__index_probe_by_its_name( int32 probeID, VirtProcr *animPr );
97 #define VMS__index_probe_by_its_name( probeID, animPr ) \ 97 #define VMS__index_probe_by_its_name( probeID, animPr ) \