rosascript 0.1.2

faster dx with obj c ffi bindings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef AppleScriptExecutor_h
#define AppleScriptExecutor_h

#ifdef __cplusplus
extern "C" {
#endif

const char* executeAppleScript(const char *script);
// void *compileAppleScript(const char *scriptSource);
// const char *executeCompiledAppleScript(void *compiledScript, const char *parameters);
// const char *sendAppleEvent(void *compiledScript, const char *eventCodeStr, const char *parametersStr);


#ifdef __cplusplus
}
#endif

#endif /* AppleScriptExecutor_h */