irioCoreCpp Library Module  2.1.0
profileCPUDAQcRIO.h
1 #pragma once
2 
3 #include <profiles/profileCPUDAQ.h>
4 
5 namespace irio {
6 
16  public:
31  ParserManager *parserManager,
32  const NiFpga_Session &session,
33  const Platform &platform);
34 };
35 
36 } // namespace irio
37 
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.
Definition: profileCPUDAQ.h:13
Profile with the terminals specific to data acquisition functionality and the ones specific to cRIO d...
ProfileCPUDAQcRIO(ParserManager *parserManager, const NiFpga_Session &session, const Platform &platform)
Constructor.