struct rgt_attrs
Overview
Structure to keep attribute value More…
#include <rgt_tmpls_lib.h> struct rgt_attrs { // fields rgt_attr_type_t type; const char* name; const char* str_val; uint32_t uint32_val; };
Detailed Documentation
Structure to keep attribute value
Fields
rgt_attr_type_t type
Attribute type
const char* name
Attribute name
const char* str_val
The value for string attribute
uint32_t uint32_val
The value for uint32_t attribute