Logo RedisPubSub Project   v0.9.0
RedisPubSub is an utility with Publisher/Subscirber model based on Redis for J-PARC/MLF.
readMultipleRawData.cpp File Reference
#include "RedisPubSub.h"
#include <memory>
#include <vector>
#include <iostream>
#include <iomanip>
#include <sstream>
#include <fstream>
#include <string>
#include <errno.h>
#include <stdlib.h>
Include dependency graph for readMultipleRawData.cpp:

Functions

int main (int argc, char **argv)
 

Variables

char buf [1024 *1024 *32]
 

Function Documentation

int main ( int  argc,
char **  argv 
)

key name for text data = NVA:DaqInfo:string:DaqCommand

key name for binary data = NVA:edb:NVA000001_01_000_edb

name = channel name comming from Redis server

Here is the call graph for this function:

Variable Documentation

char buf[1024 *1024 *32]