Maa Framework (main) v2.2.0
A automation black-box testing framework based on image recognition.
Loading...
Searching...
No Matches
MaaToolkitProjectInterface.h File Reference
#include "../MaaToolkitDef.h"

Go to the source code of this file.

Functions

MAA_TOOLKIT_API void MaaToolkitProjectInterfaceRegisterCustomRecognition (uint64_t inst_id, const char *name, MaaCustomRecognitionCallback recognition, void *trans_arg)
 
MAA_TOOLKIT_API void MaaToolkitProjectInterfaceRegisterCustomAction (uint64_t inst_id, const char *name, MaaCustomActionCallback action, void *trans_arg)
 
MAA_TOOLKIT_API MaaBool MaaToolkitProjectInterfaceRunCli (uint64_t inst_id, const char *resource_path, const char *user_path, MaaBool directly, MaaNotificationCallback notify, void *notify_trans_arg)
 

Function Documentation

◆ MaaToolkitProjectInterfaceRegisterCustomRecognition()

MAA_TOOLKIT_API void MaaToolkitProjectInterfaceRegisterCustomRecognition ( uint64_t  inst_id,
const char *  name,
MaaCustomRecognitionCallback  recognition,
void *  trans_arg 
)

◆ MaaToolkitProjectInterfaceRegisterCustomAction()

MAA_TOOLKIT_API void MaaToolkitProjectInterfaceRegisterCustomAction ( uint64_t  inst_id,
const char *  name,
MaaCustomActionCallback  action,
void *  trans_arg 
)

◆ MaaToolkitProjectInterfaceRunCli()

MAA_TOOLKIT_API MaaBool MaaToolkitProjectInterfaceRunCli ( uint64_t  inst_id,
const char *  resource_path,
const char *  user_path,
MaaBool  directly,
MaaNotificationCallback  notify,
void *  notify_trans_arg 
)