NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <corelib/ncbidbg.hpp>
#include <corelib/ncbi_bswap.hpp>
#include <corelib/ncbistr.hpp>
#include <util/util_exception.hpp>
#include <util/transmissionrw.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Variables | |
static const Uint4 | sStartWord = 0x01020304 |
static const Uint4 | sEndPacket = 0xFFFFFFFF |
const size_t | kLengthSize = sizeof(Uint4) |
Definition at line 43 of file transmissionrw.cpp.
Referenced by CTransmissionReader::ReadLength(), and CTransmissionWriter::WriteUint4().
Definition at line 42 of file transmissionrw.cpp.
Referenced by CTransmissionWriter::Close(), CTransmissionReader::Read(), and CTransmissionWriter::Write().
Definition at line 41 of file transmissionrw.cpp.
Referenced by CTransmissionWriter::CTransmissionWriter(), and CTransmissionReader::x_ReadStart().