File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed
Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 44 * marshalling and unmarshalling (transform objects into and out of byte streams
55 * for transmission over a network or for file IO).
66 *
7- * @ingroup marshall_module
8- *
97 * @brief Classes and functions to transform objects into a big-endian binary stream
108 * of bytes (marshall) and the converse (unmarshall), transform a stream of bytes into
119 * objects.
Original file line number Diff line number Diff line change 11/* * @file
2- *
3- * @ingroup marshall_module
42 *
53 * @brief Functions to extract arithmetic binary values from a byte buffer (in big-endian) to
64 * native format; conversely, given an arithmetic binary value, append it to a buffer of bytes
Original file line number Diff line number Diff line change 11/* * @file
2- *
3- * @ingroup test_module
42 *
53 * @brief Test scenarios for @c extract_val and @c append_val functions.
64 *
You can’t perform that action at this time.
0 commit comments