Bitstream Interpretation Library (BIL)  0.1
V5CfgFrame.cpp
Go to the documentation of this file.
1 
7 
8 using namespace bil;
9 
10 
12 {
13  reset();
14 }
15 
16 
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 }