Public Member Functions | Public Attributes | List of all members
msp::msg::HsvColor Struct Reference

#include <msp_msg.hpp>

Inheritance diagram for msp::msg::HsvColor:
Inheritance graph
[legend]

Public Member Functions

bool pack_into (ByteVector &data) const
 
bool unpack_from (const ByteVector &data)
 
- Public Member Functions inherited from msp::Packable
virtual ~Packable ()
 

Public Attributes

Value< uint16_t > h
 
Value< uint8_t > s
 
Value< uint8_t > v
 

Detailed Description

Definition at line 1332 of file msp_msg.hpp.

Member Function Documentation

bool msp::msg::HsvColor::pack_into ( ByteVector data) const
inlinevirtual

Implements msp::Packable.

Definition at line 1345 of file msp_msg.hpp.

bool msp::msg::HsvColor::unpack_from ( const ByteVector data)
inlinevirtual

Implements msp::Packable.

Definition at line 1337 of file msp_msg.hpp.

Member Data Documentation

Value<uint16_t> msp::msg::HsvColor::h

Definition at line 1333 of file msp_msg.hpp.

Value<uint8_t> msp::msg::HsvColor::s

Definition at line 1334 of file msp_msg.hpp.

Value<uint8_t> msp::msg::HsvColor::v

Definition at line 1335 of file msp_msg.hpp.


The documentation for this struct was generated from the following file:


msp
Author(s): Christian Rauch
autogenerated on Tue Oct 6 2020 03:39:02