summaryrefslogtreecommitdiff
path: root/Remote-Operations-Generic-ROS-PDUs.hrl
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-10-23 12:56:08 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-10-23 12:56:08 +0200
commite49b3c6129fc57e5adbd478f3494c66654870acf (patch)
treec91cf997c179a45265ecf9baebf2dd4b4b9cf8a3 /Remote-Operations-Generic-ROS-PDUs.hrl
parent7e06107ad76941067918cfd7f14e1b75039864e0 (diff)
ROSE
Diffstat (limited to 'Remote-Operations-Generic-ROS-PDUs.hrl')
-rw-r--r--Remote-Operations-Generic-ROS-PDUs.hrl27
1 files changed, 27 insertions, 0 deletions
diff --git a/Remote-Operations-Generic-ROS-PDUs.hrl b/Remote-Operations-Generic-ROS-PDUs.hrl
new file mode 100644
index 0000000..318d27f
--- /dev/null
+++ b/Remote-Operations-Generic-ROS-PDUs.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 Remote-Operations-Generic-ROS-PDUs
+
+
+
+-ifndef(_REMOTE_OPERATIONS_GENERIC_ROS_PDUS_HRL_).
+-define(_REMOTE_OPERATIONS_GENERIC_ROS_PDUS_HRL_, true).
+
+-record('Invoke',{
+invokeId, linkedId = asn1_NOVALUE, opcode, argument = asn1_NOVALUE}).
+
+-record('ReturnResult',{
+invokeId, result = asn1_NOVALUE}).
+
+-record('ReturnResult_result',{
+opcode, result}).
+
+-record('ReturnError',{
+invokeId, errcode, parameter = asn1_NOVALUE}).
+
+-record('Reject',{
+invokeId, problem}).
+
+-define('noInvokeId', {absent,'NULL'}).
+-endif. %% _REMOTE_OPERATIONS_GENERIC_ROS_PDUS_HRL_