Bitstream Interpretation Library (BIL)
0.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
configuration
V5CfgFrame.cpp
Go to the documentation of this file.
1
6
#include <
configuration/V5CfgFrame.hpp
>
7
8
using namespace
bil;
9
10
11
V5CfgFrame::V5CfgFrame
()
12
{
13
reset
();
14
}
15
16
17
void
V5CfgFrame::reset
()
18
{
19
memset(m_data, 0,
WORDCOUNT
);
20
}
21
22
23
boost::uint32_t*
V5CfgFrame::data
()
24
{
25
return
m_data;
26
}
27
28
29
const
boost::uint32_t*
V5CfgFrame::data
()
const
30
{
31
return
m_data;
32
}
Generated on Wed Aug 8 2012 21:57:40 for Bitstream Interpretation Library (BIL) by
1.8.1.1