player_blackboard_entry Struct Reference
Vectormap feature data. More...
#include <player.h>
Collaboration diagram for player_blackboard_entry:

Detailed Description
Vectormap feature data.
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
◆ timestamp_sec
uint32_t player_blackboard_entry::timestamp_sec |
Time of entry creation.
Seconds since Epoch.
◆ timestamp_usec
uint32_t player_blackboard_entry::timestamp_usec |
Time of entry creation.
Microseconds field.
The documentation for this struct was generated from the following file: