client-cpp
0.10.0
|
#include <cstdint>
#include <boost/noncopyable.hpp>
#include <boost/shared_array.hpp>
#include "kaa/kaatcp/KaaTcpCommon.hpp"
#include "kaa/IKaaClientContext.hpp"
#include <list>
Go to the source code of this file.
Classes | |
class | kaa::KaaTcpParser |
Namespaces | |
kaa | |
Typedefs | |
typedef std::pair < KaaTcpMessageType, std::pair < boost::shared_array< char > , std::uint32_t > > | kaa::MessageRecord |
typedef std::list< MessageRecord > | kaa::MessageRecordList |
Enumerations | |
enum | kaa::KaaTcpParserState : std::uint8_t { kaa::KaaTcpParserState::NONE = 0x00, kaa::KaaTcpParserState::PROCESSING_LENGTH = 0x01, kaa::KaaTcpParserState::PROCESSING_PAYLOAD = 0x02 } |