summaryrefslogtreecommitdiff
path: root/rose.hrl
diff options
context:
space:
mode:
authorDimitri Sokolyuk <quax@moccu.com>2015-10-23 17:10:17 +0200
committerDimitri Sokolyuk <quax@moccu.com>2015-10-23 17:10:17 +0200
commit5cea818e88c61c7abef1df94da3f3796e0b23441 (patch)
tree1dfb2121c14cf67e59a65539aad3f610055e571d /rose.hrl
parent433d3dcffb0ec6f0e9f54e4f747cb78d052d56b8 (diff)
Resort files
Diffstat (limited to 'rose.hrl')
-rw-r--r--rose.hrl27
1 files changed, 27 insertions, 0 deletions
diff --git a/rose.hrl b/rose.hrl
new file mode 100644
index 0000000..147ba60
--- /dev/null
+++ b/rose.hrl
@@ -0,0 +1,27 @@
+%% Generated by the Erlang ASN.1 compiler version:4.0
+%% Purpose: Erlang record definitions for each named and unnamed
+%% SEQUENCE and SET, and macro definitions for each value
+%% definition,in module rose
+
+
+
+-ifndef(_ROSE_HRL_).
+-define(_ROSE_HRL_, true).
+
+-record('Reject',{
+invokeId, problem}).
+
+-record('ReturnError',{
+invokeId, errcode, parameter = asn1_NOVALUE}).
+
+-record('ReturnResult',{
+invokeId, result = asn1_NOVALUE}).
+
+-record('ReturnResult_result',{
+opcode, result}).
+
+-record('Invoke',{
+invokeId, linkedId = asn1_NOVALUE, opcode, argument = asn1_NOVALUE}).
+
+-define('noInvokeId', {absent,'NULL'}).
+-endif. %% _ROSE_HRL_