FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void DataWriteRaw::WriteBlockHeader
(
uint32_t
type
,
uint32_t
ver
,
uint32_t
cnt
,
uint32_t
len
)
private
Definition at line
8
of file
DataWriteRaw.cc
.
References
type
.
9
{
10
const
uint32_t val[4] = {
type
, ver, cnt, len };
11
12
fOut
.write(reinterpret_cast<const char*>(val),
sizeof
(val));
13
}
DataWriteRaw::fOut
std::ofstream fOut
Definition:
DataWriteRaw.h:8
type
int type
Definition:
dim_get_service.c:9
DataWriteRaw
Generated on Sun Sep 18 2016 20:50:47 for FACT++ by
1.8.11