summaryrefslogtreecommitdiff
path: root/Remote-Operations-Generic-ROS-PDUs.hrl
diff options
context:
space:
mode:
authorDimitri Sokolyuk <quax@moccu.com>2015-10-23 16:52:00 +0200
committerDimitri Sokolyuk <quax@moccu.com>2015-10-23 16:52:00 +0200
commit4dcaf2a66a69eff4afeb24bccda039561a0028bc (patch)
tree04abc40b4d32ac6346b1ea24714646f2fdd02c6f /Remote-Operations-Generic-ROS-PDUs.hrl
parent84dfc90b6b311fdef45755889ab335d4a30328a7 (diff)
Set
Diffstat (limited to 'Remote-Operations-Generic-ROS-PDUs.hrl')
-rw-r--r--Remote-Operations-Generic-ROS-PDUs.hrl14
1 files changed, 7 insertions, 7 deletions
diff --git a/Remote-Operations-Generic-ROS-PDUs.hrl b/Remote-Operations-Generic-ROS-PDUs.hrl
index 318d27f..a77fb1f 100644
--- a/Remote-Operations-Generic-ROS-PDUs.hrl
+++ b/Remote-Operations-Generic-ROS-PDUs.hrl
@@ -8,8 +8,11 @@
-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('Reject',{
+invokeId, problem}).
+
+-record('ReturnError',{
+invokeId, errcode, parameter = asn1_NOVALUE}).
-record('ReturnResult',{
invokeId, result = asn1_NOVALUE}).
@@ -17,11 +20,8 @@ invokeId, result = asn1_NOVALUE}).
-record('ReturnResult_result',{
opcode, result}).
--record('ReturnError',{
-invokeId, errcode, parameter = asn1_NOVALUE}).
-
--record('Reject',{
-invokeId, problem}).
+-record('Invoke',{
+invokeId, linkedId = asn1_NOVALUE, opcode, argument = asn1_NOVALUE}).
-define('noInvokeId', {absent,'NULL'}).
-endif. %% _REMOTE_OPERATIONS_GENERIC_ROS_PDUS_HRL_