irioCoreCpp Library Module  2.1.0
profileCPUDAQRSeries.h
1 #pragma once
2 
3 #include "profiles/profileCPUDAQ.h"
4 
5 namespace irio {
15  public:
28  ParserManager *parserManager,
29  const NiFpga_Session &session,
30  const Platform &platform);
31 };
32 
33 } // namespace irio
Responsible for managing the parsing of resources for a bitfile.
Definition: parserManager.h:76
Generic Platform class.
Definition: platforms.h:23
Profile with the terminals specific to data acquisition functionality and to R Series boards.
ProfileCPUDAQRSeries(ParserManager *parserManager, const NiFpga_Session &session, const Platform &platform)
Manages creating the required terminals for data acquisition functionality and R Series boards.
Profile with the terminals specific to data acquisition functionality.
Definition: profileCPUDAQ.h:13