From e49b3c6129fc57e5adbd478f3494c66654870acf Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Fri, 23 Oct 2015 12:56:08 +0200 Subject: ROSE --- Remote-Operations-Generic-ROS-PDUs.hrl | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Remote-Operations-Generic-ROS-PDUs.hrl (limited to 'Remote-Operations-Generic-ROS-PDUs.hrl') 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_ -- cgit v1.2.3