Bitstream Interpretation Library (BIL)
0.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
bitstream
V5PacketVisitor.hpp
Go to the documentation of this file.
1
6
#pragma once
7
#ifndef BIL_V5PACKETVISITOR_HPP
8
#define BIL_V5PACKETVISITOR_HPP
9
10
#include <
bitstream/BuswidthPattern.hpp
>
11
#include <
bitstream/DummyWord.hpp
>
12
#include <
bitstream/Packet.hpp
>
13
#include <
bitstream/PacketVisitor.hpp
>
14
#include <
bitstream/SyncWord.hpp
>
15
#include <
bitstream/Type1Packet.hpp
>
16
#include <
bitstream/Type2Packet.hpp
>
17
18
19
namespace
bil {
20
32
class
V5PacketVisitor
:
public
PacketVisitor
{
33
public
:
34
41
virtual
void
visit
(
const
BuswidthPattern
& buswidthPattern);
42
49
virtual
void
visit
(
const
DummyWord
& dummyWord);
50
57
virtual
void
visit
(
const
SyncWord
& syncWord);
58
65
virtual
void
visit
(
const
Type1Packet
& type1Packet);
66
73
virtual
void
visit
(
const
Type2Packet
& type2Packet);
74
75
83
virtual
void
visit
(
const
Packet
& packet);
84
85
};
86
87
}
88
89
#endif
Generated on Wed Aug 8 2012 21:57:40 for Bitstream Interpretation Library (BIL) by
1.8.1.1