Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

What is Profile Configuration doing?

CLi37
Beginner
335 Views

I do not understand why set profile config below

PXCTouchController::ProfileInfo pInfo;
tc->QueryProfile(&pInfo):
pInfo.config = PXCTouchlessController::ProfileInfo::Configuration_Scroll_Horizontally;
tc->SetProfile(&pInfo);

Note:

Document bug, No PXCTouchlessController::ProfileInfo::Configuration namespace anymore.
pInfo.config = PXCTouchlessController::ProfileInfo::Configuration_Scroll_Horizontally;

 

0 Kudos
0 Replies
Reply