Gathers together various data involved in controlling the RIP and recording its current state. More...
Data Fields | |
| app_state_t | appState |
| rip_state_t | ripState |
| raster_state_t | rasterState |
| Enum recording state of raster output. | |
| HqBool | fRIPRaisedAnError |
| SwLeMONITORCALLBACK * | pfnMonitor |
| sw_raster_api_20230105 * | raster_api |
| Pointer to raster API. | |
| RasterData | raster_data |
| Data for raster writer. | |
| void * | pJobContext |
| SwLeRIPEXITCALLBACK * | pfnRipExit |
| SwLeRIPREBOOTCALLBACK * | pfnRipReboot |
| int32 | cbBuffer |
| uint8 * | pBuffer |
| int32 | nErrorLevel |
| sw_mon_type | monuid |
| SkinDynamicBuffer | detail |
Gathers together various data involved in controlling the RIP and recording its current state.
| app_state_t ControlData::appState |
Enum value recording high-level application's calls to SwLe functions.
| int32 ControlData::cbBuffer |
Length in bytes of the pBuffer value.
| SkinDynamicBuffer ControlData::detail |
Detail of first job error.
| HqBool ControlData::fRIPRaisedAnError |
TRUE <=> the RIP has raised an error.
| sw_mon_type ControlData::monuid |
UID of first job error.
| int32 ControlData::nErrorLevel |
System error report level.
| uint8* ControlData::pBuffer |
A pBuffer value passed either to SwLeJobStart() or SwLeJobPs(), depending on the application state.
| SwLeMONITORCALLBACK* ControlData::pfnMonitor |
Holds the monitor callback implementation pointer passed to SwLeStart().
| SwLeRIPEXITCALLBACK* ControlData::pfnRipExit |
Holds the rip exit callback passed to SwLeSetRipExitFunction().
| SwLeRIPREBOOTCALLBACK* ControlData::pfnRipReboot |
Holds the rip reboot callback passed to SwLeSetRipRebootFunction().
| void* ControlData::pJobContext |
Holds any opaque application-defined per-job context data passed to SwLeJobStart().
| rip_state_t ControlData::ripState |
Enum value recording state of the application's underlying RIP.