ISMRMRD
ISMRM Raw Data Format
|
Serialization functions for ISMRMRD data structures. More...
#include <cstdint>
#include <exception>
#include <iostream>
#include "ismrmrd/export.h"
#include "ismrmrd/ismrmrd.h"
#include "ismrmrd/waveform.h"
#include "ismrmrd/xml.h"
Go to the source code of this file.
Classes | |
class | ISMRMRD::ReadableStreamView |
class | ISMRMRD::WritableStreamView |
struct | ISMRMRD::ConfigFile |
struct | ISMRMRD::ConfigText |
struct | ISMRMRD::TextMessage |
class | ISMRMRD::ProtocolStreamClosed |
class | ISMRMRD::ProtocolSerializer |
class | ISMRMRD::ProtocolDeserializer |
Serialization functions for ISMRMRD data structures.
This file contains functions for serializing and deserializing ISMRMRD data The standalone function that serialize to and deserialize from a stream will serrialize the data structures without adding "message id" identifiers. The ProtocolSerializer and ProtocolDeserializer classes are used to to create streams that include the message id in front of each message.