OpenCores
URL https://opencores.org/ocsvn/w11/w11/trunk

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.61/] [tools/] [src/] [librutiltpp/] [RtclSignalAction.cpp] - Diff between revs 22 and 25

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 22 Rev 25
Line 1... Line 1...
// $Id: RtclSignalAction.cpp 521 2013-05-20 22:16:45Z mueller $
// $Id: RtclSignalAction.cpp 577 2014-08-03 20:49:42Z mueller $
//
//
// Copyright 2013- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
// Copyright 2013-2014 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
//
//
// This program is free software; you may redistribute and/or modify it under
// This program is free software; you may redistribute and/or modify it under
// the terms of the GNU General Public License as published by the Free
// the terms of the GNU General Public License as published by the Free
// Software Foundation, either version 2, or at your option any later version.
// Software Foundation, either version 2, or at your option any later version.
//
//
Line 11... Line 11...
// or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
// or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
// for complete details.
// for complete details.
// 
// 
// Revision History: 
// Revision History: 
// Date         Rev Version  Comment
// Date         Rev Version  Comment
 
// 2014-08-02   577   1.0.1  add include unistd.h  (write+pipe dcl)
// 2013-05-17   521   1.0    Initial version
// 2013-05-17   521   1.0    Initial version
// ---------------------------------------------------------------------------
// ---------------------------------------------------------------------------
 
 
/*!
/*!
  \file
  \file
  \version $Id: RtclSignalAction.cpp 521 2013-05-20 22:16:45Z mueller $
  \version $Id: RtclSignalAction.cpp 577 2014-08-03 20:49:42Z mueller $
  \brief   Implemenation of class RtclSignalAction.
  \brief   Implemenation of class RtclSignalAction.
 */
 */
 
 
#include <errno.h>
#include <errno.h>
#include <signal.h>
#include <signal.h>
#include <string.h>
#include <string.h>
 
#include <unistd.h>
 
 
#include <iostream>
#include <iostream>
 
 
#include "librtools/Rexception.hpp"
#include "librtools/Rexception.hpp"
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.