DsSender.h

Go to the documentation of this file.
00001 // ----------------------------------------------------------------------------
00002 //
00003 // $Id$
00004 //
00005 // Copyright 2008, 2009, 2010, 2011  Antonio Franchi
00006 //
00007 // This file is part of dscope.
00008 //
00009 // MIP is free software: you can redistribute it and/or modify
00010 // it under the terms of the GNU General Public License as published by
00011 // the Free Software Foundation, either version 3 of the License, or
00012 // (at your option) any later version.
00013 //
00014 // MIP is distributed in the hope that it will be useful,
00015 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00016 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00017 // GNU General Public License for more details.
00018 //
00019 // You should have received a copy of the GNU General Public License
00020 // along with dscope. If not, see <http://www.gnu.org/licenses/>.
00021 //
00022 // Contact info: antonio.franchi@tuebingen.mpg.de
00023 //
00024 // ----------------------------------------------------------------------------
00025 
00026 
00027 #ifndef __DS_SENDER_H__
00028 #define __DS_SENDER_H__
00029 
00030 #include "DsMessage.h"
00031 #include <FifoSend.h>
00032 #include <socketUDP.h>
00033 #include <FifoSharList.h>
00034 #include <UDPSharedListener.h>
00035 
00036 
00037 class DsSender{
00038  string   _sessionName; 
00039  FifoSend* _fifoSender;
00040  SenderUDP* _udpSender;
00041  
00042  public:
00043   DsSender(string sessionName,DsConnType connType=DS_CONN_UDP,string ip="localhost",int dscopeId=200);
00044   
00045   ~DsSender();
00046   
00047   void print(string displayName, vector <Decimal> value);
00048   
00049   void rem(string displayName);
00050 };
00051 
00052 
00053 
00054 
00055 #endif
00056 
00057 
00058 
00059 

Generated on Mon Feb 20 07:01:07 2017 for MIP by  doxygen 1.5.6