From 234d21167e5ca45b8a2665df52dcf0cdb48f3dc0 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Mon, 17 Mar 2025 01:01:51 +0000 Subject: (WIP) Camera service --- hsm-cam/Hsm/Cam/Lib.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 hsm-cam/Hsm/Cam/Lib.cpp (limited to 'hsm-cam/Hsm/Cam/Lib.cpp') diff --git a/hsm-cam/Hsm/Cam/Lib.cpp b/hsm-cam/Hsm/Cam/Lib.cpp new file mode 100644 index 0000000..5eda6d7 --- /dev/null +++ b/hsm-cam/Hsm/Cam/Lib.cpp @@ -0,0 +1,11 @@ +#include + +#include "Lib_stub.h" + +void log_msg(const std::string &str) { + logMsg((HsPtr)str.c_str()); +} + +extern "C" void some_c_wrapper() { + log_msg("Hello from C++!"); +} -- cgit v1.2.1