plebble
protocol.h
Go to the documentation of this file.
1
/*
2
-------------------------------------------------------------------------------
3
PLEBBLE
4
-------------------------------------------------------------------------------
5
Copyright (C) 2019-2020 KATLAS Technology. (http://katlastechnology.com)
6
Copyright (C) 2017-2020 Marcos Mayorga. (mm@mm-studios.com)
7
8
This file is part of our Plebble(R) Platform.
9
10
The code below cannot be copied, used for any purpose other than the one
11
agreed and/or distributed without the express permission of
12
KATLAS Technology.
13
-------------------------------------------------------------------------------
14
15
16
*/
17
#ifndef USGOV_fd8bc7f7cd6632c069ca46b9e91e481cf66d2edb253f9bf4bca31cd3b620daa9
18
#define USGOV_fd8bc7f7cd6632c069ca46b9e91e481cf66d2edb253f9bf4bca31cd3b620daa9
19
20
#include <stdint.h>
21
#include <
us/gov/relay/protocol.h
>
22
23
namespace
us
{
namespace
gov {
24
namespace
protocol {
25
static
constexpr uint16_t
sys_base
{800};
26
static
constexpr uint16_t
sys_install_script
{((
sys_base
+1)<<2)+
evidence_suffix
};
27
static
constexpr uint16_t
sys_install_script_response
{((
sys_base
+2)<<2)+
evidence_suffix
};
28
29
}}
30
}
31
32
#endif
us
Definition:
daemon.h:22
protocol.h
us::gov.protocol::sys_install_script_response
static constexpr uint16_t sys_install_script_response
Definition:
protocol.h:27
us::gov.protocol::sys_base
static constexpr uint16_t sys_base
Definition:
protocol.h:25
us::gov.protocol::evidence_suffix
static constexpr uint16_t evidence_suffix
Definition:
protocol.h:24
us::gov.protocol::sys_install_script
static constexpr uint16_t sys_install_script
Definition:
protocol.h:26
gov
sys
protocol.h
Generated by
1.8.20