#include <Gps.h>
Public Member Functions | |
virtual void | buildDevice () |
virtual void | deviceAck (const DeviceAck *ack) |
Gps (byte id, TransportLayer *transportLayer, unsigned int baudrate, std::string topicName, std::string frameId) | |
virtual void | update (const DeviceMessage *deviceMessage) |
virtual void | write () |
Private Attributes | |
unsigned int | _baudrate |
std::string | _frameId |
ros::Publisher | _gpsFeedback |
std::string | _topicName |
robotican_hardware::Gps::Gps | ( | byte | id, |
TransportLayer * | transportLayer, | ||
unsigned int | baudrate, | ||
std::string | topicName, | ||
std::string | frameId | ||
) |
void robotican_hardware::Gps::buildDevice | ( | ) | [virtual] |
Implements robotican_hardware::Device.
void robotican_hardware::Gps::deviceAck | ( | const DeviceAck * | ack | ) | [virtual] |
Reimplemented from robotican_hardware::Device.
void robotican_hardware::Gps::update | ( | const DeviceMessage * | deviceMessage | ) | [virtual] |
Implements robotican_hardware::Device.
void robotican_hardware::Gps::write | ( | ) | [virtual] |
Implements robotican_hardware::Device.
unsigned int robotican_hardware::Gps::_baudrate [private] |
std::string robotican_hardware::Gps::_frameId [private] |