INTRODUCTION
Overview
Download and Install
Quick Start
Documentation
Publications

NONFRAMEWORK CODE
Driver Interfaces
Drivers
Libraries
Utilities

FRAMEWORK CODE
Interfaces
Components
Libraries
Utilities

Full Software Listings

DEVELOPER
Tutorials
Examples
Dev Guide
Dashboard

PEOPLE
Contributors
Users

SourceForge.net Logo
Project
Download
Mailing lists

 

         

hydroiceutil::JobQueue::Config Struct Reference

Job queue configuration structure. More...

#include <jobqueue.h>

List of all members.

Public Member Functions

void validate (gbxutilacfr::Tracer &tracer)
 Throws Exception when mis-configured.

Public Attributes

int threadPoolSize
int queueSizeWarn
bool traceAddEvents
bool traceStartEvents
bool traceDoneEvents
bool traceStalledJobs

Detailed Description

Job queue configuration structure.


Member Data Documentation

When the queue of pending jobs reaches this number, a warning is issued through the Tracer. Information about the last added job is also traced. Zero and negative values produce no warnings. Default is 0;

Referenced by hydroiceutil::JobQueue::add().

Thread pool size. Zero and negative values are not allowed, a gbxutilacfr::Exception is thrown. Default is 1.

Referenced by hydroiceutil::JobQueue::JobQueue(), and validate().

Use for debugging. If TRUE, addition of each job is traced to info(). Default is FALSE.

Referenced by hydroiceutil::JobQueue::add().

Use for debugging. If TRUE, completion of execution of each job is traced to info(). Default is FALSE.

Referenced by hydroiceutil::JobQueue::JobQueue().

If TRUE, start of execution of each job is traced to info(). Default is FALSE.

Referenced by hydroiceutil::JobQueue::add().

Use for debugging. If TRUE, start of execution of each job is traced to info(). Default is FALSE.

Referenced by hydroiceutil::JobQueue::JobQueue().


The documentation for this struct was generated from the following files:
 

Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)


Generated for Orca Robotics by  doxygen 1.4.5