Async 1.7.0
Async::MsgPacker< uint8_t > Class Reference

#include <AsyncMsg.h>

Inheritance diagram for Async::MsgPacker< uint8_t >:
Async::Packer8< uint8_t >

Static Public Member Functions

static bool pack (std::ostream &os, const uint8_t &val)
 
static size_t packedSize (const uint8_t &val)
 
static bool unpack (std::istream &is, uint8_t &val)
 
- Static Public Member Functions inherited from Async::Packer8< uint8_t >
static bool pack (std::ostream &os, const uint8_t &val)
 
static size_t packedSize (const uint8_t &val)
 
static bool unpack (std::istream &is, uint8_t &val)
 

Detailed Description

Definition at line 404 of file AsyncMsg.h.

Member Function Documentation

◆ pack()

static bool Async::MsgPacker< uint8_t >::pack ( std::ostream & os,
const uint8_t & val )
inlinestatic

Definition at line 263 of file AsyncMsg.h.

◆ packedSize()

static size_t Async::MsgPacker< uint8_t >::packedSize ( const uint8_t & val)
inlinestatic

Definition at line 264 of file AsyncMsg.h.

◆ unpack()

static bool Async::MsgPacker< uint8_t >::unpack ( std::istream & is,
uint8_t & val )
inlinestatic

Definition at line 265 of file AsyncMsg.h.


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