gerbv  2.10.1-dev~93f1b5
drill_stats.h File Reference

Go to the source code of this file.

Functions

void drill_stats_add_error (gerbv_error_list_t *error_list_in, int layer, const char *error_text, gerbv_message_type_t type)
 

Detailed Description

Header info to the statistics generating functions for Excellon drill files.

Definition in file drill_stats.h.

Function Documentation

◆ drill_stats_add_error()

void drill_stats_add_error ( gerbv_error_list_t error_list_in,
int  layer,
const char *  error_text,
gerbv_message_type_t  type 
)

Add statistic message for drill layer.

It is recommend to use gerbv_stats_printf() instead of this function.

Definition at line 376 of file drill_stats.c.