Maa Framework (main) v4.0.0
A automation black-box testing framework based on image recognition.
|
#include "MaaAgentServerDef.h"
Go to the source code of this file.
Functions | |
MAA_AGENT_SERVER_API MaaBool | MaaAgentServerRegisterCustomRecognition (const char *name, MaaCustomRecognitionCallback recognition, void *trans_arg) |
MAA_AGENT_SERVER_API MaaBool | MaaAgentServerRegisterCustomAction (const char *name, MaaCustomActionCallback action, void *trans_arg) |
MAA_AGENT_SERVER_API MaaBool | MaaAgentServerStartUp (const char *identifier) |
MAA_AGENT_SERVER_API void | MaaAgentServerShutDown () |
MAA_AGENT_SERVER_API void | MaaAgentServerJoin () |
MAA_AGENT_SERVER_API void | MaaAgentServerDetach () |
MAA_AGENT_SERVER_API MaaBool MaaAgentServerRegisterCustomRecognition | ( | const char * | name, |
MaaCustomRecognitionCallback | recognition, | ||
void * | trans_arg | ||
) |
MAA_AGENT_SERVER_API MaaBool MaaAgentServerRegisterCustomAction | ( | const char * | name, |
MaaCustomActionCallback | action, | ||
void * | trans_arg | ||
) |
MAA_AGENT_SERVER_API MaaBool MaaAgentServerStartUp | ( | const char * | identifier | ) |
MAA_AGENT_SERVER_API void MaaAgentServerShutDown | ( | ) |
MAA_AGENT_SERVER_API void MaaAgentServerJoin | ( | ) |
MAA_AGENT_SERVER_API void MaaAgentServerDetach | ( | ) |