AFHBA404
AFHBA404 connects ACQ2106 to PCI-Express
STREAM
InlineDataHandler.cpp
Go to the documentation of this file.
1
/*
2
* InlineDataHandler.cpp
3
*
4
* Created on: 3 Aug 2020
5
* Author: pgm
6
*/
7
8
#include "
InlineDataHandler.h
"
9
10
InlineDataHandler::InlineDataHandler
() {
11
// TODO Auto-generated constructor stub
12
13
}
14
15
InlineDataHandler::~InlineDataHandler
() {
16
// TODO Auto-generated destructor stub
17
}
18
19
20
InlineDataHandler
*
InlineDataHandler::factory
(
RTM_T_Device
* ai_dev)
21
{
22
return
new
InlineDataHandler
;
23
}
24
InlineDataHandler.h
InlineDataHandler::factory
static InlineDataHandler * factory(RTM_T_Device *ai_dev)
Definition:
InlineDataHandler.cpp:20
InlineDataHandler
Definition:
InlineDataHandler.h:13
InlineDataHandler::InlineDataHandler
InlineDataHandler()
Definition:
InlineDataHandler.cpp:10
InlineDataHandler::~InlineDataHandler
virtual ~InlineDataHandler()
Definition:
InlineDataHandler.cpp:15
RTM_T_Device
Definition:
RTM_T_Device.h:17
Generated by
1.8.18