Public Member Functions | Public Attributes | List of all members
async_comm::Comm::WriteBuffer Struct Reference

Public Member Functions

const uint8_t * dpos () const
 
size_t nbytes () const
 
 WriteBuffer ()
 
 WriteBuffer (const uint8_t *buf, size_t len)
 

Public Attributes

uint8_t data [WRITE_BUFFER_SIZE]
 
size_t len
 
size_t pos
 

Detailed Description

Definition at line 133 of file comm.h.

Constructor & Destructor Documentation

async_comm::Comm::WriteBuffer::WriteBuffer ( )
inline

Definition at line 139 of file comm.h.

async_comm::Comm::WriteBuffer::WriteBuffer ( const uint8_t *  buf,
size_t  len 
)
inline

Definition at line 141 of file comm.h.

Member Function Documentation

const uint8_t* async_comm::Comm::WriteBuffer::dpos ( ) const
inline

Definition at line 147 of file comm.h.

size_t async_comm::Comm::WriteBuffer::nbytes ( ) const
inline

Definition at line 149 of file comm.h.

Member Data Documentation

uint8_t async_comm::Comm::WriteBuffer::data[WRITE_BUFFER_SIZE]

Definition at line 135 of file comm.h.

size_t async_comm::Comm::WriteBuffer::len

Definition at line 136 of file comm.h.

size_t async_comm::Comm::WriteBuffer::pos

Definition at line 137 of file comm.h.


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


async_comm
Author(s):
autogenerated on Thu May 16 2019 03:03:47