orca-robotics


INTRODUCTION
Overview
Download and Install
Quick Start
Documentation
Publications

REPOSITORY
Interfaces
Components
Libraries
Utilities
Software Map

DEVELOPER
Tutorials
Examples
Dev Guide
Dashboard
Wiki
login/pass: orca/orca

PEOPLE
Contributors
Users

SourceForge.net Logo
Project
Download
Mailing lists

 

         

orca::BinarySwitch Interface Reference
[BinarySwitch]

Interface to a device with a binary state. More...

List of all members.

Public Member Functions

idempotent BinarySwitchData getData () throws DataNotExistException, HardwareFailedException
 Get current state. Raises DataNotExistException if data is not available.
idempotent void setState (int device, bool state) throws MalformedParametersException, HardwareFailedException
 Set current state.
void timedSetState (int device, bool state, long timeoutMs) throws MalformedParametersException, HardwareFailedException
 Set current state, then after a timeout return to previous state.
void toggleState (int device) throws MalformedParametersException, HardwareFailedException
 Toggle current state.
void timedToggleState (int device, long timeoutMs) throws MalformedParametersException, HardwareFailedException
 Toggle state, then after a timeout toggle it back.


Detailed Description

Interface to a device with a binary state.


The documentation for this interface was generated from the following file:
  • binaryswitch.ice
 

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


Generated for Orca Robotics by  doxygen 1.4.5