Class IIOAttrTopic

Inheritance Relationships

Base Type

Class Documentation

class IIOAttrTopic : public UpdateCallback

Public Types

enum topicType_t

Values:

enumerator TYPE_STRING
enumerator TYPE_INT
enumerator TYPE_DOUBLE
enumerator TYPE_BOOL

Public Functions

IIOAttrTopic(std::shared_ptr<IIONode> nh, std::string topicName, std::string attrPath, topicType_t type, int loopRate)
virtual ~IIOAttrTopic()
void publishingLoop()
virtual void update(std::string msg) override