orca-robotics


INTRODUCTION
Overview
Download and Install
Documentation

REPOSITORY
Interfaces
Drivers
Libraries
Utilities
Software Map

DEVELOPER
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 (gbxsickacfr::gbxutilacfr::Tracer &tracer)
 Throws Exception when mis-configured.

Public Attributes

int threadPoolSize
int queueSizeWarn
bool traceAddEvents
bool traceDoneEvents


Detailed Description

Job queue configuration structure.


Member Data Documentation

int hydroiceutil::JobQueue::Config::queueSizeWarn
 

When the queue of pending jobs reaches this number, a warning is issued through the Tracer. Zero and negative values produce no warnings. Default is 0;

int hydroiceutil::JobQueue::Config::threadPoolSize
 

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

bool hydroiceutil::JobQueue::Config::traceAddEvents
 

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

bool hydroiceutil::JobQueue::Config::traceDoneEvents
 

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


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