#include <player_common.h>
Data Fields | |
| char * | name |
| Name of the message type. | |
| char * | fmt |
| Format of the message type. | |
| char * | data_file |
| File containing message data. | |
| FILE * | fp |
| File pointer. | |
| FORMATTER_PTR | formatter |
| IPC formatter. | |
| bool | publish |
| Bool that defines if this message is to be published. | |
| int | number_messages |
| Number of messages of this type. | |
| double * | timestamps |
| Timestamps of all the messages of this type. | |
| int | id |
| Message type id. | |
| void * | message_storage |
| Message allocation space. | |
File containing message data.
Referenced by playback::IndexHandler().
Format of the message type.
Referenced by playback::IndexHandler().
| FORMATTER_PTR struct_message_types::formatter |
IPC formatter.
Referenced by playback::IndexHandler().
| FILE* struct_message_types::fp |
File pointer.
Referenced by playback::IndexHandler().
Message type id.
Message allocation space.
Referenced by playback::IndexHandler(), and playback::ReadMessageFromFile().
Name of the message type.
Referenced by playback::IndexHandler().
Number of messages of this type.
Bool that defines if this message is to be published.
Referenced by playback::Activate(), playback::Deactivate(), and playback::IndexHandler().
| double* struct_message_types::timestamps |
Timestamps of all the messages of this type.
1.6.3