Ensō 0.4.6
Software API reference
Loading...
Searching...
No Matches
pipe.cpp File Reference

Implementation of Enso Pipe API. More...

#include <enso/config.h>
#include <enso/helpers.h>
#include <enso/pipe.h>
#include <sched.h>
#include <sys/mman.h>
#include <unistd.h>
#include <algorithm>
#include <cassert>
#include <cstdio>
#include <iostream>
#include <memory>
#include <string>
#include "../pcie.h"

Go to the source code of this file.

Functions

uint32_t enso::external_peek_next_batch_from_queue (struct RxEnsoPipeInternal *enso_pipe, struct NotificationBufPair *notification_buf_pair, void **buf)
 

Detailed Description

Implementation of Enso Pipe API.

See also
pipe.h
Author
Hugo Sadok sadok.nosp@m.@cmu.nosp@m..edu

Definition in file pipe.cpp.

Function Documentation

◆ external_peek_next_batch_from_queue()

uint32_t enso::external_peek_next_batch_from_queue ( struct RxEnsoPipeInternal enso_pipe,
struct NotificationBufPair notification_buf_pair,
void **  buf 
)

Definition at line 58 of file pipe.cpp.