]> rtime.felk.cvut.cz Git - orte.git/commit
ORTE: add support for param structure in TypeRegister
authorMartin Vajnar <martin.vajnar@gmail.com>
Thu, 25 Jul 2013 12:38:26 +0000 (14:38 +0200)
committerMartin Vajnar <martin.vajnar@gmail.com>
Thu, 25 Jul 2013 12:38:26 +0000 (14:38 +0200)
commit3ee9dd9cded871b38859b1881c4d98548f5b688e
treeacfc1f8c3c28cb787c6dab9a616091b8afc1f098
parent683e5f61f3e7b6c1ade1b4910264d8f96781ade0
ORTE: add support for param structure in TypeRegister

This adds support for user defined callback function processEndianness()
with processParam structure being set at Type creation and passed
to processEndianness().

The processEndianness() function is called if defined and if there is no
deserialization function and thus no other way for the user application to
know the byte order of received issue.
orte/include/orte/protos_api.h
orte/include/orte/typedefs_api.h
orte/liborte/ORTETypeRegister.c
orte/liborte/RTPSCSTReaderProc.c