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