player_blackboard_entry Struct Reference

Vectormap feature data. More...

#include <player.h>

List of all members.

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.

Detailed Description

Vectormap feature data.


Member Data Documentation

Entry data.

Entry data length.

Second identifier count.

Identifier for the entry.

Length of key in bytes.

Entry data subtype.

Time of entry creation.

Seconds since Epoch.

Time of entry creation.

Microseconds field.

Entry data type.


The documentation for this struct was generated from the following file:

Last updated 25 May 2011 21:17:00