DABC (Data Acquisition Backbone Core)  2.9.9
Data Fields
dabc::SocketCmdPacket Struct Reference

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...
 

Detailed Description

Defines syntax of raw packet, transformed on the command channels.

Definition at line 30 of file SocketCommandChannel.h.

Field Documentation

◆ dabc_header

uint32_t dabc::SocketCmdPacket::dabc_header

constant, which identifies dabc packet

Definition at line 32 of file SocketCommandChannel.h.

◆ data_kind

uint32_t dabc::SocketCmdPacket::data_kind

kind of data inside packet

Definition at line 34 of file SocketCommandChannel.h.

◆ data_timeout

uint32_t dabc::SocketCmdPacket::data_timeout

timeout in milliseconds, 0 - not timeout at all

Definition at line 36 of file SocketCommandChannel.h.

◆ data_size

uint32_t dabc::SocketCmdPacket::data_size

total length of the information in the packet

Definition at line 38 of file SocketCommandChannel.h.

◆ data_cmdsize

uint32_t dabc::SocketCmdPacket::data_cmdsize

which part of data is for command in xml format

Definition at line 40 of file SocketCommandChannel.h.

◆ data_rawsize

uint32_t dabc::SocketCmdPacket::data_rawsize

which part of data at the end is raw data

Definition at line 42 of file SocketCommandChannel.h.


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