Class DataPlatformOrientation
Defined in File Message_data.h
Inheritance Relationships
Base Type
public clearpath::Message
(Class Message)
Class Documentation
-
class DataPlatformOrientation : public clearpath::Message
Public Types
Public Functions
-
DataPlatformOrientation(void *input, size_t msg_len)
-
DataPlatformOrientation(const DataPlatformOrientation &other)
-
double getRoll()
-
double getYaw()
-
double getPitch()
-
virtual std::ostream &printMessage(std::ostream &stream = std::cout)
Public Static Functions
-
static DataPlatformOrientation *popNext()
-
static DataPlatformOrientation *waitNext(double timeout = 0)
-
static DataPlatformOrientation *getUpdate(double timeout = 0)
-
static void subscribe(uint16_t freq)
-
static enum MessageTypes getTypeID()
-
DataPlatformOrientation(void *input, size_t msg_len)