irioCoreCpp Library Module
2.1.0
profileCPUIMAQ.h
1
#pragma once
2
3
#include "profiles/profileBase.h"
4
#include "platforms.h"
5
6
namespace
irio {
7
14
class
ProfileCPUIMAQ
:
public
ProfileBase
{
15
public
:
27
ProfileCPUIMAQ
(
28
ParserManager
*parserManager,
29
const
NiFpga_Session &session,
30
const
Platform
&platform,
31
const
PROFILE_ID &
id
);
32
};
33
}
// namespace irio
irio::ParserManager
Responsible for managing the parsing of resources for a bitfile.
Definition:
parserManager.h:76
irio::Platform
Generic Platform class.
Definition:
platforms.h:23
irio::ProfileBase
Base profile class.
Definition:
profileBase.h:22
irio::ProfileCPUIMAQ
Profile with the terminals specific to image acquisition functionality.
Definition:
profileCPUIMAQ.h:14
irio::ProfileCPUIMAQ::ProfileCPUIMAQ
ProfileCPUIMAQ(ParserManager *parserManager, const NiFpga_Session &session, const Platform &platform, const PROFILE_ID &id)
Manages creating the required terminals for CPU image acquisition.
c++
irioCoreCpp
include
profiles
profileCPUIMAQ.h
Generated by
1.9.1