nmealib 0.0.4
NMEA 0183/NMEA 2000 parsing library
Loading...
Searching...
No Matches
nmealib::Message Member List

This is the complete list of members for nmealib::Message, including all inherited members.

clone() const =0nmealib::Messagepure virtual
getRawData() const noexceptnmealib::Message
getTimestamp() const noexceptnmealib::Message
getType() const noexceptnmealib::Message
Message()nmealib::Message
Message(std::string raw, Type type=Type::Unknown, TimePoint ts=std::chrono::system_clock::now()) noexceptnmealib::Messageexplicit
Message(const Message &)=defaultnmealib::Message
Message(Message &&) noexcept=defaultnmealib::Message
operator=(const Message &)=defaultnmealib::Message
operator=(Message &&) noexcept=defaultnmealib::Message
operator==(const Message &other) const noexceptnmealib::Message
rawData_nmealib::Messageprotected
serialize() const =0nmealib::Messagepure virtual
setRaw(std::string r) noexceptnmealib::Messageprotected
setTimestamp(TimePoint ts) noexceptnmealib::Messageprotected
setType(Type t) noexceptnmealib::Messageprotected
TimePoint typedefnmealib::Message
timestamp_nmealib::Messageprotected
Type enum namenmealib::Message
type_nmealib::Messageprotected
typeToString(Type t)nmealib::Messagestatic
validate() const =0nmealib::Messagepure virtual
~Message()nmealib::Messagevirtual