gusimplewhiteboard
wb_clocks.h File Reference
#include <gu_util.h>
Include dependency graph for wb_clocks.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  wb_clocks
 clocks and timers class More...
 

Macros

#define CLOCKS_SIZE   sizeof(gu_simple_message)/sizeof(wb_clocks_t)
 clocks available More...
 
#define VALID_KEYVALUE(v)   (v.size()==2 && v[0].size()>0 && v[1].size()>0)
 

Typedefs

typedef int64_t wb_clocks_t
 

Macro Definition Documentation

◆ CLOCKS_SIZE

#define CLOCKS_SIZE   sizeof(gu_simple_message)/sizeof(wb_clocks_t)

clocks available

Definition at line 65 of file wb_clocks.h.

◆ VALID_KEYVALUE

#define VALID_KEYVALUE (   v)    (v.size()==2 && v[0].size()>0 && v[1].size()>0)

Definition at line 67 of file wb_clocks.h.

Typedef Documentation

◆ wb_clocks_t

typedef int64_t wb_clocks_t

Definition at line 69 of file wb_clocks.h.