#include <GyrosCommsInterface.hpp>
Public Member Functions | |
virtual int | AcceptData (std::vector< labust::xml::GyrosReader > &data)=0 |
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.
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
inputData | data received from comms interface, GYROSReader object vector |