OpenClovis Logo

Functional Description
External Data Representation (XDR)

OpenClovis XDR library. More...

OpenClovis XDR library.

XDR uses a language to describe data formats. The language can only be used only to describe data. It is not a programming language. This language allows one to describe intricate data formats in a concise manner.

The OpenClovis XDR library provides the APIs to transform the data (marshall) into the standard XDR format before it is transmitted over a network so that the data can transcend network boundaries. The data can be unmarshalled at the recieving side using data unmarshall APIs of OpenClovis.


Generated on Tue Jan 10 10:29:15 PST 2012 for OpenClovis SDK using Doxygen