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::Cpu Interface Reference
[CpuCpu]

Interface to CPU information. More...

List of all members.

Public Member Functions

idempotent CpuInfo getInfo ()
 Get general CPU information.
idempotent CpuData getData () throws DataNotExistException
 Get current CPU state. Raises DataNotExistException if data is not available.
void subscribe (CpuConsumer *subscriber) throws ConfigurationNotExistException
idempotent void unsubscribe (CpuConsumer *subscriber)


Detailed Description

Interface to CPU information.


Member Function Documentation

void orca::Cpu::subscribe CpuConsumer subscriber  )  throws ConfigurationNotExistException
 

Mimics IceStorm's subscribe() but without QoS, for now. The implementation may choose to implement the data push internally or use IceStorm. This choice is transparent to the subscriber.

Parameters:
subscriber The subscriber's proxy.
See also:
unsubscribe

idempotent void orca::Cpu::unsubscribe CpuConsumer subscriber  ) 
 

Unsubscribe the given [subscriber].

Parameters:
subscriber The proxy of an existing subscriber.
See also:
subscribe


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

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


Generated for Orca Robotics by  doxygen 1.4.5