CCF
Loading...
Searching...
No Matches
include
ccf
service
code_status.h
Go to the documentation of this file.
1
// Copyright (c) Microsoft Corporation. All rights reserved.
2
// Licensed under the Apache 2.0 License.
3
#pragma once
4
5
#include "
ccf/ds/hex.h
"
6
#include "
ccf/ds/json.h
"
7
#include "
ccf/pal/measurement.h
"
8
9
namespace
ccf
10
{
11
enum class
CodeStatus
12
{
13
ALLOWED_TO_JOIN
= 0
14
};
15
DECLARE_JSON_ENUM
(
16
CodeStatus
, {{
CodeStatus::ALLOWED_TO_JOIN
,
"AllowedToJoin"
}});
17
}
hex.h
json.h
DECLARE_JSON_ENUM
#define DECLARE_JSON_ENUM(TYPE,...)
Definition
json.h:837
measurement.h
ccf
Definition
app_interface.h:14
ccf::CodeStatus
CodeStatus
Definition
code_status.h:12
ccf::CodeStatus::ALLOWED_TO_JOIN
@ ALLOWED_TO_JOIN
Generated by
1.9.8