|
@ -1,10 +1,9 @@ |
|
|
#pragma once
|
|
|
#pragma once
|
|
|
#include <stdint.h>
|
|
|
#include <stdint.h>
|
|
|
|
|
|
|
|
|
#include "zscanprotocol/zscanprotocol.hpp"
|
|
|
|
|
|
|
|
|
#include "zscanprotocol/zscanprotocol.h"
|
|
|
namespace iflytop { |
|
|
namespace iflytop { |
|
|
namespace transmit_disfection_protocol { |
|
|
namespace transmit_disfection_protocol { |
|
|
using namespace zscanprotocol; |
|
|
|
|
|
|
|
|
|
|
|
#define PROTOCOL_VERSION 6
|
|
|
#define PROTOCOL_VERSION 6
|
|
|
#define HEART_OVERTIME (30 * 1000)
|
|
|
#define HEART_OVERTIME (30 * 1000)
|
|
|