Zao SDK for Jetson / libzep API Reference
Loading...
Searching...
No Matches
zep.hpp
1/*
2 * Copyright (c) 2022-2023, Soliton Systems K.K. All rights reserved.
3 * Use in source and binary forms, with or without modification,
4 * is permitted provided that the following a condition is met:
5 *
6 * Use is permitted only in accordance with the terms and
7 * conditions set forth in the Software License Agreement available
8 * at https://zao-sdk.org/license-agreement/.
9 */
10#ifndef ZEP_ZEP_HPP_
11#define ZEP_ZEP_HPP_
12
13#include <memory>
14
15#include "ClientInterface.hpp"
16
20namespace zep {
21
27std::shared_ptr<ClientInterface> CreateClient();.
28
34std::shared_ptr<ClientInterface> CreateClient(const std::shared_ptr<spdlog::logger>& logger_reference);
35
36} // namespace zep
37
38#endif // zep_zep_hpp_
エンドポイントのクライアント制御インターフェース
Definition ClientInterface.hpp:33
Namespace for ZEP SDK.
Definition FactoryInterface.hpp:19
std::shared_ptr< ClientInterface > CreateClient()
Generate Client object.