Async 1.7.0
Async::MsgPacker< float > Class Reference

#include <AsyncMsg.h>

Inheritance diagram for Async::MsgPacker< float >:
Async::Packer32< float >

Static Public Member Functions

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

Detailed Description

Definition at line 352 of file AsyncMsg.h.

Member Function Documentation

◆ pack()

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

Definition at line 263 of file AsyncMsg.h.

◆ packedSize()

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

Definition at line 264 of file AsyncMsg.h.

◆ unpack()

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

Definition at line 265 of file AsyncMsg.h.


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