#include <stdio.h>#include <string.h>#include <stdlib.h>#include <iostream>#include <time.h>#include <unistd.h>#include "ABBdaemon.h"#include "sp605/Iterator.h"
Go to the source code of this file.
Defines | |
| #define | NUMBUFFERS 100 |
| #define | BUFFERSIZE 65536 |
| #define | MAXNUMROCS 10 |
Functions | |
| void | printMessage (const char *prefix, uint8_t *buffer, const char *suffix="") |
| void | usage () |
| int | convert_to_int (const char *str) |
| int | main (int argc, char **argv) |
| #define BUFFERSIZE 65536 |
Definition at line 21 of file AbbTestApp.cxx.
Referenced by main().
| #define MAXNUMROCS 10 |
Definition at line 22 of file AbbTestApp.cxx.
| #define NUMBUFFERS 100 |
Definition at line 20 of file AbbTestApp.cxx.
Referenced by main().
| int convert_to_int | ( | const char * | str | ) |
Definition at line 62 of file AbbTestApp.cxx.
Referenced by main().
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 76 of file AbbTestApp.cxx.
References sp605::Iterator::assign(), BUFFERSIZE, convert_to_int(), abbdaemon::ABBdaemonClient::getCTLStatus(), abbdaemon::ABBdaemonClient::getDesignID(), abbdaemon::ABBdaemonClient::getFIFOStatus(), sp605::Iterator::next(), NUMBUFFERS, sp605::Iterator::printMessage(), printMessage(), abbdaemon::ABBdaemonClient::readDMAserialized(), abbdaemon::ABBdaemonClient::registerBuffer(), abbdaemon::ABBdaemonClient::setReg(), abbdaemon::ABBdaemonClient::submitGet(), abbdaemon::ABBdaemonClient::submitNOper(), abbdaemon::ABBdaemonClient::submitPut(), abbdaemon::ABBdaemonClient::submitPutDLM(), abbdaemon::ABBdaemonClient::submitReset(), abbdaemon::ABBdaemonClient::unregisterBuffer(), and usage().
| void printMessage | ( | const char * | prefix, | |
| uint8_t * | buffer, | |||
| const char * | suffix = "" | |||
| ) |
Definition at line 29 of file AbbTestApp.cxx.
Referenced by main().
| void usage | ( | ) |
Definition at line 36 of file AbbTestApp.cxx.
Referenced by main().
1.7.1