summaryrefslogtreecommitdiffstats
path: root/inc/vision-artificial/user/clui.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/vision-artificial/user/clui.h')
-rw-r--r--inc/vision-artificial/user/clui.h59
1 files changed, 59 insertions, 0 deletions
diff --git a/inc/vision-artificial/user/clui.h b/inc/vision-artificial/user/clui.h
new file mode 100644
index 0000000..158c019
--- /dev/null
+++ b/inc/vision-artificial/user/clui.h
@@ -0,0 +1,59 @@
+/******************************************************************************
+ * Copyright (C) 2018 Alejandro Colomar Andrés *
+ * SPDX-License-Identifier: GPL-2.0-only *
+ ******************************************************************************/
+
+
+/******************************************************************************
+ ******* include guard ********************************************************
+ ******************************************************************************/
+#ifndef VA_USER_CLUI_H
+#define VA_USER_CLUI_H
+
+
+/******************************************************************************
+ ******* headers **************************************************************
+ ******************************************************************************/
+
+
+/******************************************************************************
+ ******* macros ***************************************************************
+ ******************************************************************************/
+
+
+/******************************************************************************
+ ******* enums ****************************************************************
+ ******************************************************************************/
+
+
+/******************************************************************************
+ ******* structs / unions *****************************************************
+ ******************************************************************************/
+
+
+/******************************************************************************
+ ******* variables ************************************************************
+ ******************************************************************************/
+
+
+/******************************************************************************
+ ******* extern functions *****************************************************
+ ******************************************************************************/
+int user_clui (const char *restrict title,
+ const char *restrict subtitle);
+void user_clui_fname (const char *restrict fpath,
+ char *restrict fname);
+void user_clui_show_log (const char *restrict title,
+ const char *restrict subtitle);
+void user_clui_show_ocr (void);
+
+
+/******************************************************************************
+ ******* include guard ********************************************************
+ ******************************************************************************/
+#endif /* vision-artificial/user/clui.h */
+
+
+/******************************************************************************
+ ******* end of file **********************************************************
+ ******************************************************************************/