DABC (Data Acquisition Backbone Core)
2.9.9
|
Defines syntax of raw packet, transformed on the command channels. More...
#include <dabc/SocketCommandChannel.h>
Data Fields | |
uint32_t | dabc_header |
constant, which identifies dabc packet More... | |
uint32_t | data_cmdsize |
which part of data is for command in xml format More... | |
uint32_t | data_kind |
kind of data inside packet More... | |
uint32_t | data_rawsize |
which part of data at the end is raw data More... | |
uint32_t | data_size |
total length of the information in the packet More... | |
uint32_t | data_timeout |
timeout in milliseconds, 0 - not timeout at all More... | |
Defines syntax of raw packet, transformed on the command channels.
Definition at line 30 of file SocketCommandChannel.h.
uint32_t dabc::SocketCmdPacket::dabc_header |
constant, which identifies dabc packet
Definition at line 32 of file SocketCommandChannel.h.
uint32_t dabc::SocketCmdPacket::data_kind |
kind of data inside packet
Definition at line 34 of file SocketCommandChannel.h.
uint32_t dabc::SocketCmdPacket::data_timeout |
timeout in milliseconds, 0 - not timeout at all
Definition at line 36 of file SocketCommandChannel.h.
uint32_t dabc::SocketCmdPacket::data_size |
total length of the information in the packet
Definition at line 38 of file SocketCommandChannel.h.
uint32_t dabc::SocketCmdPacket::data_cmdsize |
which part of data is for command in xml format
Definition at line 40 of file SocketCommandChannel.h.
uint32_t dabc::SocketCmdPacket::data_rawsize |
which part of data at the end is raw data
Definition at line 42 of file SocketCommandChannel.h.