Bitstream Interpretation Library (BIL)
0.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
bitstream
V5PacketVisitor.cpp
Go to the documentation of this file.
1
6
#include <
bitstream/V5PacketVisitor.hpp
>
7
#include <
exception/Exception.hpp
>
8
9
using namespace
bil;
10
11
12
void
V5PacketVisitor::visit
(
const
BuswidthPattern
&)
13
{
14
// do nothing since this is a valid packet for Virtex-5 bitstreams
15
}
16
17
18
void
V5PacketVisitor::visit
(
const
DummyWord
&)
19
{
20
// do nothing since this is a valid packet for Virtex-5 bitstreams
21
}
22
23
24
void
V5PacketVisitor::visit
(
const
SyncWord
&)
25
{
26
// do nothing since this is a valid packet for Virtex-5 bitstreams
27
}
28
29
30
void
V5PacketVisitor::visit
(
const
Type1Packet
&)
31
{
32
// do nothing since this is a valid packet for Virtex-5 bitstreams
33
}
34
35
36
void
V5PacketVisitor::visit
(
const
Type2Packet
&)
37
{
38
// do nothing since this is a valid packet for Virtex-5 bitstreams
39
}
40
41
42
void
V5PacketVisitor::visit
(
const
Packet
&)
43
{
44
// this is not valid in a Virtex-5 bitstream
45
throw
Exception
();
46
}
Generated on Wed Aug 8 2012 21:57:40 for Bitstream Interpretation Library (BIL) by
1.8.1.1