Adapt oracle respond and extend
This commit is contained in:
parent
8a0dbe3920
commit
0e975b9d88
@ -146,10 +146,10 @@ ops_defs() ->
|
|||||||
oracle_register, {any,any,any,any,any,any}, oracle, "TODO: Document and describe types"}
|
oracle_register, {any,any,any,any,any,any}, oracle, "TODO: Document and describe types"}
|
||||||
, { 'ORACLE_QUERY', 16#62, false, 3, [a,a,a,a,a,a],
|
, { 'ORACLE_QUERY', 16#62, false, 3, [a,a,a,a,a,a],
|
||||||
oracle_query, {any,any,any,any,any},oracle_query, "TODO: Document and describe types."}
|
oracle_query, {any,any,any,any,any},oracle_query, "TODO: Document and describe types."}
|
||||||
, { 'ORACLE_RESPOND', 16#63, false, 3, [a,a,a,a,a],
|
, { 'ORACLE_RESPOND', 16#63, false, 3, [a,a,a,a],
|
||||||
oracle_respond, {any,any,any,any}, any, "TODO: Document and describe types."}
|
oracle_respond, {any,any,any,any}, none, "TODO: Document and describe types."}
|
||||||
, { 'ORACLE_EXTEND', 16#64, false, 3, [a,a,a,a,a],
|
, { 'ORACLE_EXTEND', 16#64, false, 3, [a,a,a],
|
||||||
oracle_extend, {any,any,any,any}, any, "TODO: Document and describe types."}
|
oracle_extend, {any,any,any}, any, "TODO: Document and describe types."}
|
||||||
, { 'ORACLE_GET_ANSWER', 16#65, false, 3, [a,a,a],
|
, { 'ORACLE_GET_ANSWER', 16#65, false, 3, [a,a,a],
|
||||||
oracle_get_answer, {any,any}, any, "TODO: Document and describe types."}
|
oracle_get_answer, {any,any}, any, "TODO: Document and describe types."}
|
||||||
, { 'ORACLE_GET_QUESTION', 16#66, false, 3, [a,a,a],
|
, { 'ORACLE_GET_QUESTION', 16#66, false, 3, [a,a,a],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user