#include "htevents.h"
Data Fields | |
sw_tl_ref | timeline |
double | frequency |
double | angle |
struct PS_STRING | function_name |
HqBool | unoptimized_angle |
double | deviated_frequency |
double | frequency_inaccuracy |
double | angle_inaccuracy |
HqBool | excessive_inaccuracy |
unsigned int | tones_used |
unsigned int | tones_total |
int | token |
unsigned int | level_count |
SWMSG_HT_USAGE_MIX_LEVEL * | levels |
Screen usage message for spot function screens. This message is sent with a SWEVT_HT_USAGE_SPOT event, to indicate that a spot function screen has been used for a particular colorant in a job.
double SWMSG_HT_USAGE_SPOT::angle |
The requested angle for the screen.
double SWMSG_HT_USAGE_SPOT::angle_inaccuracy |
If optimized, the difference in angle of the screen from the requested angle.
double SWMSG_HT_USAGE_SPOT::deviated_frequency |
If optimized, the actual frequency of the screen.
HqBool SWMSG_HT_USAGE_SPOT::excessive_inaccuracy |
If optimized, whether the screen exceeded the accuracy tolerance allowed.
double SWMSG_HT_USAGE_SPOT::frequency |
The requested frequency for the screen.
double SWMSG_HT_USAGE_SPOT::frequency_inaccuracy |
If optimized, the difference in frequency of the screen from the requested frequency.
struct PS_STRING SWMSG_HT_USAGE_SPOT::function_name |
Name of the spot function screen used.
unsigned int SWMSG_HT_USAGE_SPOT::level_count |
Number of levels in a mixed screen. This will be 0 if the screen is not a multi-bit mix.
SWMSG_HT_USAGE_MIX_LEVEL* SWMSG_HT_USAGE_SPOT::levels |
An array of descriptors for each level, if level_count is >0.
sw_tl_ref SWMSG_HT_USAGE_SPOT::timeline |
Timeline for the rendered sheet using the screen.
int SWMSG_HT_USAGE_SPOT::token |
A unique ID for this particular usage message.
unsigned int SWMSG_HT_USAGE_SPOT::tones_total |
The number of tone levels available.
unsigned int SWMSG_HT_USAGE_SPOT::tones_used |
The number of tone levels used with this screen.
HqBool SWMSG_HT_USAGE_SPOT::unoptimized_angle |
TRUE if the screen was not optimized.