Public Member Functions
LABUST::COMMUNICATION::CommEntity Class Reference

#include <GyrosCommsInterface.hpp>

List of all members.

Public Member Functions

virtual int AcceptData (std::vector< labust::xml::GyrosReader > &data)=0

Detailed Description

this represents an object which is passed to a commsInterface for performing callbacks If a class will rely on callbacks from CommsInterface, it must inherit CommEntity class

Definition at line 53 of file GyrosCommsInterface.hpp.


Member Function Documentation

virtual int LABUST::COMMUNICATION::CommEntity::AcceptData ( std::vector< labust::xml::GyrosReader > &  data) [pure virtual]

Application hook te receive data from CommsInterface Can be used to parse data, or as a switchboard to pass received data to the correct member functions

Parameters:
inputDatadata received from comms interface, GYROSReader object vector
Returns:
error code, 0 if OK

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


acoustic_vr
Author(s):
autogenerated on Fri Feb 7 2014 11:37:09