This class holds data for a specific product to be saved. More...
#include "../include/Product.h"
Public Types | |
| enum | ACTION { DEFAULT, WRITE, APPEND, PIPE, FILE, RUN, NONE } |
Public Member Functions | |
| 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 class holds data for a specific product to be saved.
1.6.1