client-c  0.7.0
kaatcp_parser_t Struct Reference

#include <kaatcp_parser.h>

+ Collaboration diagram for kaatcp_parser_t:

Public Attributes

kaatcp_parser_state_t state
 
kaatcp_message_type_t message_type
 
uint32_t message_length
 
uint32_t processed_payload_length
 
uint32_t length_multiplier
 
char payload [KAATCP_PARSER_MAX_MESSAGE_LENGTH]
 
kaatcp_parser_handlers_t handlers
 

Detailed Description

Definition at line 48 of file kaatcp_parser.h.

Member Data Documentation

kaatcp_parser_handlers_t kaatcp_parser_t::handlers

Definition at line 56 of file kaatcp_parser.h.

uint32_t kaatcp_parser_t::length_multiplier

Definition at line 53 of file kaatcp_parser.h.

uint32_t kaatcp_parser_t::message_length

Definition at line 51 of file kaatcp_parser.h.

kaatcp_message_type_t kaatcp_parser_t::message_type

Definition at line 50 of file kaatcp_parser.h.

char kaatcp_parser_t::payload[KAATCP_PARSER_MAX_MESSAGE_LENGTH]

Definition at line 54 of file kaatcp_parser.h.

uint32_t kaatcp_parser_t::processed_payload_length

Definition at line 52 of file kaatcp_parser.h.

kaatcp_parser_state_t kaatcp_parser_t::state

Definition at line 49 of file kaatcp_parser.h.


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