/workspaces/astro/sol3-sdk/cpp/sol3/core/gbm_buffer.h Source File

Space-ng SDK: /workspaces/astro/sol3-sdk/cpp/sol3/core/gbm_buffer.h Source File
Space-ng SDK
gbm_buffer.h
Go to the documentation of this file.
1 // Copyright (c) Space-ng, inc. All rights reserved.
2 
3 #pragma once
4 
6 
7 namespace sol3::core {
8 
11 std::unique_ptr<IBufferMutable> makeGbmBuffer(BufferInfo const& info);
12 
13 } // namespace sol3::core
Definition: any_message_input.h:15
std::unique_ptr< IBufferMutable > makeGbmBuffer(BufferInfo const &info)