join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
ShmMpsc Class Reference

class used to test the multiple producer single consumer ring buffer. More...

Inheritance diagram for ShmMpsc:
Collaboration diagram for ShmMpsc:

Protected Member Functions

void SetUp () override
 set up the test fixture.
 
void TearDown () override
 tear down the test fixture.
 

Static Protected Attributes

static const std::string _name = "/test_mpsc_shm"
 shared memory segment name.
 

Detailed Description

class used to test the multiple producer single consumer ring buffer.

Member Function Documentation

◆ SetUp()

void ShmMpsc::SetUp ( )
inlineoverrideprotected

set up the test fixture.

◆ TearDown()

void ShmMpsc::TearDown ( )
inlineoverrideprotected

tear down the test fixture.

Member Data Documentation

◆ _name

const std::string ShmMpsc::_name = "/test_mpsc_shm"
staticprotected

shared memory segment name.


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