irioCoreCpp Library Module  2.1.0
profileIOcRIO.h
1 #pragma once
2 
3 #include "profiles/profileIO.h"
4 
5 namespace irio {
6 
15 class ProfileIOcRIO: public ProfileIO {
16  public:
28  ProfileIOcRIO(ParserManager *parserManager, const NiFpga_Session &session,
29  const Platform &platform);
30 };
31 
32 } // 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 IO functionality.
Definition: profileIO.h:14
Profile with the terminals specific to cRIO IO functionality.
Definition: profileIOcRIO.h:15
ProfileIOcRIO(ParserManager *parserManager, const NiFpga_Session &session, const Platform &platform)
Profile with the terminals specific to cRIO IO functionality.