![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include <daqBuffer.h>#include <daqONCSEvent.h>#include <daqPRDFEvent.h>#include <signal.h>#include <unistd.h>#include <sys/types.h>#include <sys/socket.h>#include <sys/stat.h>#include <string.h>#include <lzo/lzo1x.h>
Include dependency graph for daqBuffer.cc:Go to the source code of this file.
Macros | |
| #define | ACKVALUE 101 |
Functions | |
| int | readn (int fd, char *ptr, const int nbytes) |
| int | writen (int fd, char *ptr, const int nbytes) |
| #define ACKVALUE 101 |
Definition at line 190 of file daqBuffer.cc.
View newest version in sPHENIX GitHub at line 190 of file daqBuffer.cc
| int readn | ( | int | fd, |
| char * | ptr, | ||
| const int | nbytes | ||
| ) |
Definition at line 657 of file sfs.cc.
View newest version in sPHENIX GitHub at line 657 of file sfs.cc
References i, and ActsExamples::JsonSurfacesReader::read().
Referenced by handle_this_child(), rcdaqEventiterator::read_next_buffer(), sendMonitorData(), daqBuffer::sendout(), server_send_beginrun_sequence(), server_send_endrun_sequence(), and server_send_rollover_sequence().
Here is the call graph for this function:
Here is the caller graph for this function:| int writen | ( | int | fd, |
| char * | ptr, | ||
| const int | nbytes | ||
| ) |
Definition at line 692 of file sfs.cc.
View newest version in sPHENIX GitHub at line 692 of file sfs.cc
References write().
Referenced by handle_this_child(), rcdaqEventiterator::read_next_buffer(), daqBuffer::sendData(), daqBuffer::sendout(), server_send_beginrun_sequence(), server_send_close_sequence(), server_send_endrun_sequence(), server_send_rollover_sequence(), prdfoStream::writeout(), and daqBuffer::writeout().
Here is the call graph for this function:
Here is the caller graph for this function: