CCF
Loading...
Searching...
No Matches
virtual_measurements.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
7#include "ccf/service/map.h"
8
9namespace ccf
10{
13
14 namespace Tables
15 {
16 static constexpr auto NODE_VIRTUAL_MEASUREMENTS =
17 "public:ccf.gov.nodes.virtual.measurements";
18 }
19}
Definition map.h:30
Definition app_interface.h:14