player_msghdr Struct Reference
[Address structures]

#include <player.h>

Collaboration diagram for player_msghdr:

Collaboration graph
[legend]
List of all members.

Detailed Description

Generic message header.

Every message starts with this header.

Definition at line 157 of file player.h.


Public Attributes

player_devaddr_t addr
 Device to which this message pertains.
uint8_t type
 Message type; must be one of PLAYER_MSGTYPE_*.
uint8_t subtype
 Message subtype; interface specific.
double timestamp
 Time associated with message contents (seconds since epoch).
uint32_t seq
 For keeping track of associated messages.
uint32_t size
 Size in bytes of the payload to follow.

Member Data Documentation

For keeping track of associated messages.

Transport-specific.

Definition at line 168 of file player.h.


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

Last updated 12 September 2005 21:38:45