MeshLib C Docs
Loading...
Searching...
No Matches
MRGcodeLoad.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/common.h>
4#include <MRCMisc/exports.h>
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10typedef struct MR_expected_std_vector_std_string_std_string MR_expected_std_vector_std_string_std_string; // Defined in `#include <MRCMisc/expected_std_vector_std_string_std_string.h>`.
11typedef struct MR_std_function_bool_from_float MR_std_function_bool_from_float; // Defined in `#include <MRCMisc/std_function_bool_from_float.h>`.
12typedef struct MR_std_istream MR_std_istream; // Defined in `#include <MRCMisc/iostream.h>`.
13typedef struct MR_std_string MR_std_string; // Defined in `#include <MRCMisc/std_string.h>`.
14
15
22
28
35
43
44#ifdef __cplusplus
45} // extern "C"
46#endif
struct MR_std_function_bool_from_float MR_std_function_bool_from_float
Definition MR3mf.h:10
struct MR_std_istream MR_std_istream
Definition MRCtm.h:21
struct MR_std_string MR_std_string
Definition MRE57.h:22
MRC_API MR_expected_std_vector_std_string_std_string * MR_GcodeLoad_fromGcode_std_istream(MR_std_istream *in, MR_PassBy callback_pass_by, MR_std_function_bool_from_float *callback)
MRC_API MR_expected_std_vector_std_string_std_string * MR_GcodeLoad_fromAnySupportedFormat_3(MR_std_istream *in, const MR_std_string *extension, MR_PassBy callback_pass_by, MR_std_function_bool_from_float *callback)
MRC_API MR_expected_std_vector_std_string_std_string * MR_GcodeLoad_fromGcode_std_filesystem_path(const char *file, const char *file_end, MR_PassBy callback_pass_by, MR_std_function_bool_from_float *callback)
struct MR_expected_std_vector_std_string_std_string MR_expected_std_vector_std_string_std_string
Definition MRGcodeLoad.h:10
MRC_API MR_expected_std_vector_std_string_std_string * MR_GcodeLoad_fromAnySupportedFormat_2(const char *file, const char *file_end, MR_PassBy callback_pass_by, MR_std_function_bool_from_float *callback)
MR_PassBy
Definition common.h:19
#define MRC_API
Definition exports.h:11