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::EventScheduler::Config Struct Reference

Event schedule configuration structure. More...

#include <eventscheduler.h>

List of all members.

Public Member Functions

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

Public Attributes

int pollIntervalMs
bool traceScheduledEvents
bool traceDispatchedEvents


Detailed Description

Event schedule configuration structure.


Member Data Documentation

int hydroiceutil::EventScheduler::Config::pollIntervalMs
 

Controls the interval between polls for events ready to be dispatched. Default if 500ms.

bool hydroiceutil::EventScheduler::Config::traceDispatchedEvents
 

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

bool hydroiceutil::EventScheduler::Config::traceScheduledEvents
 

Use for debugging. If TRUE, scheduling of each event 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