Interface: ResourceOperations

interface ResourceOperations

An EXAMPLE of an interface for performing operations on a resource. In this test application it is provided by the dedicated ResourceP component and passed through all of the proper components before being exposed by the shared resource at the topmost level.

Author:
Kevin Klues (klueska@cs.wustl.edu)
Version:
$Revision: 1.1 $
Date:
$Date: 2007/07/13 23:43:17 $

Commands
command error_t operation()

Events
event void operationDone(error_t error)

Commands - Details

operation

command error_t operation()

Events - Details

operationDone

event void operationDone(error_t error)