|
pflib v3.9.0-rc3-11-g2537d8f
Pretty Fine HGCROC Interaction Library
|
ROC menu commands and support functions. More...
#include "pftool.h"Functions | |
| static void | roc_render (Target *pft) |
| Simply print the currently selective ROC so that user is aware which ROC they are interacting with by default. | |
| static void | roc_expert_render (Target *tgt) |
| Extra instruction for user. | |
| static void | roc_expert (const std::string &cmd, Target *tgt) |
| ROC.EXPERT menu commands. | |
| static void | roc (const std::string &cmd, Target *pft) |
| ROC menu commands. | |
ROC menu commands and support functions.
|
static |
ROC menu commands.
When necessary, the ROC interaction object pflib::ROC is created via pflib::Target::roc with the currently active roc.
| [in] | cmd | ROC command |
| [in] | pft | active target |
|
static |
ROC.EXPERT menu commands.
Detailed interaction with ROC doing things like interacting with the registers that hold the HGCROC parameters without using the compiler
|
static |
Simply print the currently selective ROC so that user is aware which ROC they are interacting with by default.
| [in] | pft | active target (not used) |