player_msghdr Struct Reference
[Address structures]

#include <player.h>

List of all members.


Detailed Description

Generic message header.

Every message starts with this header.


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

uint32_t player_msghdr::seq
 

For keeping track of associated messages.

Transport-specific.


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

Last updated 12 September 2005 21:38:45