CCF
Loading...
Searching...
No Matches
host_processes.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
6
7namespace ccf
8{
10 {
11 protected:
13
14 public:
16
18 const std::vector<std::string>& args,
19 const std::vector<uint8_t>& input) override
20 {
22 }
23 };
24}
Definition host_processes_interface.h:13
Definition node_interface.h:23
virtual void trigger_host_process_launch(const std::vector< std::string > &args, const std::vector< uint8_t > &input)=0
Definition host_processes.h:10
void trigger_host_process_launch(const std::vector< std::string > &args, const std::vector< uint8_t > &input) override
Definition host_processes.h:17
AbstractNodeState & impl
Definition host_processes.h:12
HostProcesses(AbstractNodeState &impl_)
Definition host_processes.h:15
Definition app_interface.h:14