RedisPubSub Project v0.9.0 RedisPubSub is an utility with Publisher/Subscirber model based on Redis for J-PARC/MLF. |
#include "RedisPubSub.h"
#include <memory>
#include <vector>
#include <iostream>
#include <iomanip>
#include <sstream>
#include <fstream>
#include <string>
#include <errno.h>
#include <stdlib.h>
Functions | |
int | main (int argc, char **argv) |
Variables | |
char | buf [1024 *1024 *32] |
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
char buf[1024 *1024 *32] |