Sensix
Wireless Sensor Network Middleware



   Home


   Project Page


   Download


   CVS




 Hosted by
Get SENSIX at SourceForge.net. Fast, secure 
and Free Open Source software downloads

sensix::TaskImpl Class Reference

#include <tracking.h>

Inheritance diagram for sensix::TaskImpl:

sensix::Task

List of all members.

Public Member Functions

 TaskImpl (Functor *prev, Functor *f, Response *cb)
 ~TaskImpl ()
Functorf ()
Functorsuperf ()
Responsecallback ()
ReqListsubtasks ()
void addSubtask (Request *r, Functor *f)
int numPeers ()
void numPeers (int p)
bool cancelled ()
void cancelled (bool c)


Detailed Description

Definition at line 44 of file tracking.h.


Constructor & Destructor Documentation

TaskImpl::TaskImpl ( Functor prev,
Functor f,
Response cb 
)

Definition at line 41 of file tracking.cpp.

TaskImpl::~TaskImpl (  ) 

Definition at line 50 of file tracking.cpp.


Member Function Documentation

Functor * TaskImpl::f (  ) 

Implements sensix::Task.

Definition at line 55 of file tracking.cpp.

Functor * TaskImpl::superf (  ) 

Implements sensix::Task.

Definition at line 60 of file tracking.cpp.

Response * TaskImpl::callback (  ) 

Implements sensix::Task.

Definition at line 65 of file tracking.cpp.

ReqList * TaskImpl::subtasks (  ) 

Implements sensix::Task.

Definition at line 70 of file tracking.cpp.

void TaskImpl::addSubtask ( Request r,
Functor f 
)

Definition at line 75 of file tracking.cpp.

int TaskImpl::numPeers (  ) 

Implements sensix::Task.

Definition at line 80 of file tracking.cpp.

void TaskImpl::numPeers ( int  p  ) 

Implements sensix::Task.

Definition at line 85 of file tracking.cpp.

bool TaskImpl::cancelled (  ) 

Implements sensix::Task.

Definition at line 90 of file tracking.cpp.

void TaskImpl::cancelled ( bool  c  ) 

Definition at line 95 of file tracking.cpp.


The documentation for this class was generated from the following files:


© 2008, Los Alamos National Security, LLC.