summaryrefslogtreecommitdiff
path: root/Remote-Operations-Generic-ROS-PDUs.hrl
diff options
context:
space:
mode:
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_