counter += count;
}
public static void addBookletCounter() {
try {
LipcSource source = LipcService.getInstance().createSource(timersource);
LipcPropertyProvider timerproperty = new TimerProperties();
source.exportIntProperty("count", timerproperty, 1);
source.exportIntProperty("add", timerproperty, 2);
source.exportIntProperty("set", timerproperty, 2);
source.exportIntProperty("reset", timerproperty, 2);
} catch(LipcException e) {
logger.println("E: " + e.toString());
e.printStackTrace(logger);
}