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_2889c3f0dfd9f8b536adeede941b07163e785c6f61b0d6a4fa7fd2e8561175d9
18 #define USGOV_2889c3f0dfd9f8b536adeede941b07163e785c6f61b0d6a4fa7fd2e8561175d9
19 
20 #include <stdint.h>
21 #include <us/gov/peer/protocol.h>
22 
23 namespace us { namespace gov {
24 namespace protocol {
25  static constexpr uint16_t gov_auth_base{300};
26 }
27 }}
28 
29 #endif
us::gov.protocol::gov_auth_base
static constexpr uint16_t gov_auth_base
Definition: protocol.h:25
us
Definition: daemon.h:22
protocol.h
us::gov.protocol
Definition: protocol.cs:20