OpcUaCanOpen
CANopen OPC-UA server
CanStatistics.h File Reference
#include <stdatomic.h>
#include <sys/time.h>
#include "ExportDefinition.h"
#include <chrono>

Go to the source code of this file.

Classes

class  CanModule::CanStatistics
 
class  CanModule::CanStatistics::Internals
 Following is encapsulated as a class, to provide sane copying in assignment operator. More...
 

Namespaces

 CanModule
 © Copyright CERN, 2015.
 

Macros

#define GCC_VERSION   (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)
 © Copyright CERN, 2015. More...
 

Macro Definition Documentation

◆ GCC_VERSION

#define GCC_VERSION   (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)

© Copyright CERN, 2015.

All rights not expressly granted are reserved.

CanStatistics.h

Created on: Mar 17, 2015 Author: Piotr Nikiel piotr.nosp@m.@nik.nosp@m.iel.i.nosp@m.nfo, quasar team

This file is part of Quasar.

Quasar is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public Licence as published by the Free Software Foundation, either version 3 of the Licence.

Quasar is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public Licence for more details.

You should have received a copy of the GNU Lesser General Public License along with Quasar. If not, see http://www.gnu.org/licenses/.

Definition at line 35 of file CanStatistics.h.