24 #ifndef __INTERFACES_SKILLERDEBUGINTERFACE_H_
25 #define __INTERFACES_SKILLERDEBUGINTERFACE_H_
27 #include <interface/interface.h>
28 #include <interface/message.h>
29 #include <interface/field_iterator.h>
54 int64_t timestamp_sec;
55 int64_t timestamp_usec;
68 } SkillerDebugInterface_data_t;
71 SkillerDebugInterface_data_t *data;
81 int64_t timestamp_sec;
82 int64_t timestamp_usec;
86 } SetGraphMessage_data_t;
89 SetGraphMessage_data_t *data;
110 int64_t timestamp_sec;
111 int64_t timestamp_usec;
115 } SetGraphDirectionMessage_data_t;
118 SetGraphDirectionMessage_data_t *data;
139 int64_t timestamp_sec;
140 int64_t timestamp_usec;
144 } SetGraphColoredMessage_data_t;
147 SetGraphColoredMessage_data_t *data;
172 char *
graph()
const;
184 virtual const char *
enum_tostring(
const char *enumtype,
int val)
const;