/*------------------------------------------------------------------
CCL.cpp
CANalyzer/CANoe C Library API (CCL)
1.9.0
2015-08-15
The module implements the CANalyzer/CANoe C Library API
(c) 2011 by Vector Informatik GmbH. All rights reserved.
1.0 2011-01-24 First version of the API created.
1.1 2011-02-11 cclPrintf added
1.2 2014-04-04 Signal access added
1.3 2014-06-12 cclGetUserFilePath added
1.4 2014-06-25 Structures for system variables supported
1.5 2014-12-09 cclSysVarGetType added
1.6 2015-08-15 System variable (struct members) physical values supported
1.7 2017-04-21 Function Bus API added, upgrade to VS 2013
1.8 2017-06-28 System variable Integer64 values supported
1.9 2017-10-16 Function Bus Service Field support
----------------------------------------------------------------- */
#include "CCL.h"
#include
#define _BUILDNODELAYERDLL
#include "VIA.h"
#include "VIA_CAN.h"
#include "VIA_LIN.h"
#include "VIA_SignalAccess.h"
#include "VIA_FunctionBus.h"
#include
#include