#include <player_common.h>
Data Fields | |
unsigned int | size |
Size of the message in bytes. | |
double | start_position |
Start position in the file. | |
unsigned int | id |
Message type. | |
double | timestamp |
Message timestamp. | |
char * | comment |
char* struct_message::comment |
Referenced by playback::IndexHandler().
unsigned int struct_message::id |
Message type.
Referenced by playback::IndexHandler(), and playback::ReadMessageFromFile().
unsigned int struct_message::size |
Size of the message in bytes.
Referenced by playback::IndexHandler().
Start position in the file.
Referenced by playback::IndexHandler().
double struct_message::timestamp |
Message timestamp.
Referenced by playback::IndexHandler(), playback::Play(), and playback::PublishStatus().