Complete the "appbroker.sh" test some more
This commit is contained in:
parent
c40156b22b
commit
6d1bdd2eb8
|
@ -12,7 +12,8 @@
|
||||||
|
|
||||||
/* calls */
|
/* calls */
|
||||||
void Test_Test(App * app, AppServerClient * client, int32_t i32);
|
void Test_Test(App * app, AppServerClient * client, int32_t i32);
|
||||||
bool Test_Test2(App * app, AppServerClient * client, int32_t * i32);
|
bool Test_Test2(App * app, AppServerClient * client, int32_t *);
|
||||||
String const * Test_Test3(App * app, AppServerClient * client, int32_t *);
|
String const * Test_Test3(App * app, AppServerClient * client);
|
||||||
|
void Test_Test4(App * app, AppServerClient * client, int8_t, uint16_t);
|
||||||
|
|
||||||
#endif /* !Test_Test_H */
|
#endif /* !Test_Test_H */
|
||||||
|
|
|
@ -7,8 +7,11 @@ arg1=INT32,i32
|
||||||
|
|
||||||
[call::Test2]
|
[call::Test2]
|
||||||
ret=BOOL
|
ret=BOOL
|
||||||
arg1=INT32_INOUT,i32
|
arg1=INT32_INOUT
|
||||||
|
|
||||||
[call::Test3]
|
[call::Test3]
|
||||||
ret=STRING
|
ret=STRING
|
||||||
arg1=INT32_INOUT
|
|
||||||
|
[call::Test4]
|
||||||
|
arg1=INT8
|
||||||
|
arg2=UINT16
|
||||||
|
|
Loading…
Reference in New Issue
Block a user