player_blackboard_entry Struct Reference
[General-purpose message structures.]

#include <player.h>

List of all members.


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

Time of entry creation.

Seconds since Epoch.

Definition at line 285 of file player.h.

Time of entry creation.

Microseconds field.

Definition at line 287 of file player.h.


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

Last updated 12 September 2005 21:38:45