sofs19
0.1
FUSE based file system
|
Go to the documentation of this file.
21 #ifndef __SOFS19_PROBING__
22 #define __SOFS19_PROBING__
59 void soProbeOpen(FILE * fp, uint32_t lower = 0, uint32_t upper = 1000);
115 void soProbe(uint32_t
id,
const char *fmt, ...);
131 void soProbe(
const char *color, uint32_t
id,
const char *fmt, ...);
const char * SOPROBE_YELLOW
the yellow probing color
const char * SOPROBE_CYAN
the cyan probing color
void soProbeStream(FILE *fp)
Set the probing file stream.
const char * SOPROBE_GREEN
the green probing color
void soProbeOpen(FILE *fp, uint32_t lower=0, uint32_t upper=1000)
Opening of the probing system.
const char * SOPROBE_MAGENTA
the magenta probing color
const char * SOPROBE_BLUE
the blue probing color
void soProbeSetIDs(uint32_t lower, uint32_t upper)
Set probing IDs to the given range.
const char * SOPROBE_RED
the red probing color
void soProbe(const char *color, uint32_t id, const char *fmt,...)
Print a probing message with given color if ID is visible.
void soProbeAddIDs(uint32_t lower, uint32_t upper)
Add a range of probing IDs.
void soProbeRemoveIDs(uint32_t lower, uint32_t upper)
Remove a range of probing IDs.
void soProbeClose(void)
Closing the probing system.