player_blackboard_entry Struct Reference
[General-purpose message structures.]
#include <player.h>
Detailed Description
Vectormap feature data.
Definition at line 266 of file player.h.
Public Attributes | |
| uint32_t | key_count |
| Length of key in bytes. | |
| char * | key |
| Identifier for the entry. | |
| uint32_t | group_count |
| Second identifier count. | |
| char * | group |
| Second identifier. | |
| uint16_t | type |
| Entry data type. | |
| uint16_t | subtype |
| Entry data subtype. | |
| uint32_t | data_count |
| Entry data length. | |
| uint8_t * | data |
| Entry data. | |
| uint32_t | timestamp_sec |
| Time of entry creation. | |
| uint32_t | timestamp_usec |
| Time of entry creation. | |
Member Data Documentation
The documentation for this struct was generated from the following file:
