panda/drivers/windows/panda_playground
Adeeb 20eb68b179
Add pre-commit hooks (#551)
* add more pre-commit hooks

* revert misra coverage table

* fix coverage table exclusion
2020-06-03 15:08:57 -07:00
..
ReadMe.txt Add pre-commit hooks (#551) 2020-06-03 15:08:57 -07:00
panda_playground.cpp J2534_WIN: New playground experiments. 2017-09-29 03:19:23 -07:00
panda_playground.vcxproj update to latest versions of windows tools 2019-12-29 15:38:15 -08:00
panda_playground.vcxproj.filters J2534_WIN: Updated playground code to latest experiments. 2017-09-21 02:39:16 -07:00
stdafx.cpp J2534_WIN: Windows panda driver, tests, and J2534 stub library. 2017-09-04 02:00:48 -07:00
stdafx.h J2534_WIN: Organize Visual Studio projects and build order. 2017-09-04 02:00:48 -07:00
targetver.h J2534_WIN: Windows panda driver, tests, and J2534 stub library. 2017-09-04 02:00:48 -07:00

ReadMe.txt

========================================================================
    CONSOLE APPLICATION : panda_playground Project Overview
========================================================================

AppWizard has created this panda_playground application for you.

This file contains a summary of what you will find in each of the files that
make up your panda_playground application.


panda_playground.vcxproj
    This is the main project file for VC++ projects generated using an Application Wizard.
    It contains information about the version of Visual C++ that generated the file, and
    information about the platforms, configurations, and project features selected with the
    Application Wizard.

panda_playground.vcxproj.filters
    This is the filters file for VC++ projects generated using an Application Wizard.
    It contains information about the association between the files in your project
    and the filters. This association is used in the IDE to show grouping of files with
    similar extensions under a specific node (for e.g. ".cpp" files are associated with the
    "Source Files" filter).

panda_playground.cpp
    This is the main application source file.

/////////////////////////////////////////////////////////////////////////////
Other standard files:

StdAfx.h, StdAfx.cpp
    These files are used to build a precompiled header (PCH) file
    named panda_playground.pch and a precompiled types file named StdAfx.obj.

/////////////////////////////////////////////////////////////////////////////
Other notes:

AppWizard uses "TODO:" comments to indicate parts of the source code you
should add to or customize.

/////////////////////////////////////////////////////////////////////////////