#include <libmgk.h>
Public Attributes | |
type_tag | tag |
int | index |
unsigned long | sent_msg_count |
unsigned long | acq_msg_count |
unsigned long | last_recvd_msg |
unsigned long | cmd_send_count |
unsigned long | data_send_count |
unsigned long | buffer_send_count |
mgk_command_packet * | queued_cmds |
mgk_command_packet * | last_queued_cmd |
mgk_command_packet * | send_incomplete_cmds |
mgk_command_packet * | sent_cmds |
mgk_command_packet * | reply_incomplete_cmds |
mgk_command_packet * | received_incomplete_cmds |
mgk_command_packet * | executed_cmds |
mgk_data_packet * | queued_data |
mgk_data_packet * | received_incomplete_data |
mgk_buffer_xfer * | queued_to_send_buffers |
mgk_buffer_xfer * | send_buffers |
mgk_buffer_xfer * | queued_to_recv_buffers |
mgk_buffer_xfer * | receive_buffers |
int | error |
int | sent_keepalive |
Definition at line 254 of file libmgk.h.
unsigned long __mgk_host::acq_msg_count |
unsigned long __mgk_host::buffer_send_count |
unsigned long __mgk_host::cmd_send_count |
unsigned long __mgk_host::data_send_count |
unsigned long __mgk_host::last_recvd_msg |
unsigned long __mgk_host::sent_msg_count |