LCOV - code coverage report
Current view: top level - eq - systemPipe.cpp (source / functions) Hit Total Coverage
Test: Equalizer Lines: 9 9 100.0 %
Date: 2016-07-30 05:04:55 Functions: 5 6 83.3 %

          Line data    Source code
       1             : 
       2             : /* Copyright (c) 2009-2015, Stefan Eilemann <eile@equalizergraphics.com>
       3             :  *                          Daniel Nachbaur <danielnachbaur@gmail.com>
       4             :  *
       5             :  * This library is free software; you can redistribute it and/or modify it under
       6             :  * the terms of the GNU Lesser General Public License version 2.1 as published
       7             :  * by the Free Software Foundation.
       8             :  *
       9             :  * This library is distributed in the hope that it will be useful, but WITHOUT
      10             :  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
      11             :  * FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
      12             :  * details.
      13             :  *
      14             :  * You should have received a copy of the GNU Lesser General Public License
      15             :  * along with this library; if not, write to the Free Software Foundation, Inc.,
      16             :  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
      17             :  */
      18             : 
      19             : #include "systemPipe.h"
      20             : 
      21             : #include "pipe.h"
      22             : 
      23             : namespace eq
      24             : {
      25             : 
      26           1 : SystemPipe::SystemPipe( Pipe* parent )
      27             :     : _maxOpenGLVersion( fabric::AUTO )
      28           1 :     , _pipe( parent )
      29             : {
      30           1 :     LBASSERT( _pipe );
      31           1 : }
      32             : 
      33           1 : SystemPipe::~SystemPipe()
      34             : {
      35           1 : }
      36             : 
      37           1 : EventOCommand SystemPipe::sendError( const uint32_t error )
      38             : {
      39           1 :     return _pipe->sendError( error );
      40             : }
      41             : 
      42          42 : }

Generated by: LCOV version 1.11