Main Page
+
Namespaces
Namespace List
+
Namespace Members
All
Functions
Enumerations
Enumerator
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
w
~
+
Variables
a
b
c
d
e
f
h
i
l
m
n
p
q
r
s
t
u
v
w
Typedefs
Enumerations
Enumerator
+
Files
File List
+
File Members
All
Functions
Typedefs
Enumerations
Enumerator
Macros
src
pf
pf_packet_reader.cpp
Go to the documentation of this file.
1
#include "
pf_driver/pf/pf_packet_reader.h
"
2
3
void
PFPacketReader::read
(std::shared_ptr<PFPacket> packet)
4
{
5
packet->read_with(*shared_from_this());
6
}
7
8
bool
PFPacketReader::start
()
9
{
10
return
false
;
11
}
12
13
bool
PFPacketReader::stop
()
14
{
15
return
false
;
16
}
PFPacketReader::read
virtual void read(std::shared_ptr< PFPacket > packet)
Definition:
pf_packet_reader.cpp:3
PFPacketReader::start
virtual bool start()
Definition:
pf_packet_reader.cpp:8
pf_packet_reader.h
PFPacketReader::stop
virtual bool stop()
Definition:
pf_packet_reader.cpp:13
pf_driver
Author(s): Harsh Deshpande
autogenerated on Fri Feb 24 2023 03:59:35