/users/dtb26/GITROOT/VetSim-Core/src/messaging/serialization_impl_flat.h File Reference

Simple flat message serialization for in-process usage only. More...

#include "messaging/serialization.h"

Go to the source code of this file.

Functions

Serializerserializer_impl_flat_new (void)
 Create a new flat serializer instance.


Detailed Description

Simple flat message serialization for in-process usage only.

Serializes a message struct and content into a struct occupying a contiguous block of memory. While fast, this kind of serialization is only useful for passing messages within a single process. Serializations will not be portable to other architectures, so should not be passed across a network.

Definition in file serialization_impl_flat.h.


Generated on Thu Sep 27 11:11:48 2012 for VetSim by  doxygen 1.4.7