#include <network.h>
Public Member Functions | |
Getdata (GMemory *) | |
bool | enq (uint064_t address, uint032_t size) |
bool | deq () |
bool | isfull () |
bool | isempty () |
uint032_t | nextdata () |
Data Fields | |
int | _head |
int | _tail |
int | _num_entry |
int | nentry |
Data Structures | |
struct | getdata_t |
Getdata::Getdata | ( | GMemory * | mem | ) |
bool Getdata::enq | ( | uint064_t | address, | |
uint032_t | size | |||
) |
bool Getdata::deq | ( | ) |
bool Getdata::isfull | ( | ) |
check whether the command buffer is full
bool Getdata::isempty | ( | ) |
check whether the command buffer has one or more commands or not
uint032_t Getdata::nextdata | ( | ) |
int Getdata::_head |
int Getdata::_tail |
int Getdata::nentry |