|
WXP C++ Library Version 6.74.9
|
This struct holds data for a specific product to be saved by the data ingestor. More...
#include "../include/Product.h"
Public Types | |
| enum | Action { DEFAULT , WRITE , APPEND , PIPE , FILE , RUN , NONE } |
Public Member Functions | |
| Product () | |
| int | init () |
| int | print () |
Public Attributes | |
| char | pattern [40] |
| char | act_str [10] |
| int | action |
| char | file_tmpl [250] |
| char | hfile_tmpl [100] |
| char | command [250] |
| int | raw |
| int | binary |
| int | selected |
| int | unique |
| int | pan |
| int | offset |
| int | pos |
| File | file |
| File | hfile |
This struct holds data for a specific product to be saved by the data ingestor.
| enum WXP::Product::Action |
| Product::Product | ( | ) |
Constructor
References init().
| int Product::init | ( | ) |
| int Product::print | ( | ) |
| int WXP::Product::binary |
| char WXP::Product::command[250] |
Command/file used with action
Referenced by init().
| File WXP::Product::file |
Output data file
| char WXP::Product::file_tmpl[250] |
Template used for file action
Referenced by print().
| File WXP::Product::hfile |
Header file
| char WXP::Product::hfile_tmpl[100] |
Template used for header file action
| int WXP::Product::unique |
Specifies single output
Referenced by init().