~vcs-imports-ii/commoncpp/master

« back to all changes in this revision

Viewing changes to inc/commoncpp/serial.h

  • Committer: David Sugar
  • Date: 2020-09-19 18:27:57 UTC
  • Revision ID: git-v1:0dfe541abe1825db326a843502a46876dfb553fa
Update for 7.0.1 release

Lots of code cleanup for modern compilers and builds
Lots of build updates

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// Copyright (C) 1999-2005 Open Source Telecom Corporation.
2
2
// Copyright (C) 2006-2014 David Sugar, Tycho Softworks.
3
 
// Copyright (C) 2015 Cherokees of Idaho.
 
3
// Copyright (C) 2015-2020 Cherokees of Idaho.
4
4
//
5
5
// This program is free software; you can redistribute it and/or modify
6
6
// it under the terms of the GNU General Public License as published by
676
676
     * Get the current state of the DetectPending flag.
677
677
     */
678
678
    inline bool getDetectPending( void ) const {
679
 
        return detect_pending; 
 
679
        return detect_pending;
680
680
    }
681
681
 
682
682
    /**
689
689
     * Get the current state of the DetectOutput flag.
690
690
     */
691
691
    inline bool getDetectOutput( void ) const {
692
 
        return detect_output; 
 
692
        return detect_output;
693
693
    }
694
694
 
695
695
    /**