RTI Connext DDS Micro
Version 2.4.6
Main Page
Related Pages
Manuals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
cdr_serialize_impl.h
1
/*
2
* FILE: cdr_serialize_impl.h - CDR serialization implementation
3
*
4
* (c) Copyright, Real-Time Innovations, 2012-2015.
5
* All rights reserved.
6
*
7
* No duplications, whole or partial, manual or electronic, may be made
8
* without express written permission. Any such copies, or
9
* revisions thereof, must display this notice unaltered.
10
* This code contains trade secrets of Real-Time Innovations, Inc.
11
*
12
* Modification History
13
* --------------------
14
* 23feb2015,eh MICRO-1075: remove and replace macros
15
* 15sep2014,eh Updated documentation
16
* 03jun2013 kaj MICRO-418 remove variant for (de)serialize long double macro
17
* 24mar2012,kaj Written
18
*/
19
/*ci
20
* \file
21
* \defgroup CDRSerializeImplClass CDR Serialization Impl
22
* \ingroup CDRModule
23
* \brief Serialization implementation
24
*
25
*/
26
27
/*ci \addtogroup CDRSerializeImplClass
28
* @{
29
*/
30
#ifndef cdr_serialize_impl_h
31
#define cdr_serialize_impl_h
32
33
/*ci \brief Get size of serialized and aligned byte
34
* \param[in] currentSize Current position
35
*
36
* \return Size of serialized and aligned byte
37
*/
38
#define CDR_get_1_byte_max_size_serialized(currentSize) (1)
39
40
#endif
/* cdr_serialize_impl_h */
41
42
/*ci @} */
RTI Connext DDS Micro Version 2.4.6
Copyright © Sun Jan 24 2016
Real-Time Innovations, Inc