drivers/can_copcican_win32/ReadMe.txt
author fbeaulier
Tue, 16 Aug 2011 14:15:52 +0200
changeset 663 70fc3603e36f
parent 629 b9274b595650
permissions -rw-r--r--
timers_unix.c : remove sigint and sigterm catch
sdo : Allow multiple servers
The sdo transfer struct is not anymore referenced by server's node id but by
client or server number in the OD. Node id is not relevant in SDO transfert.
629
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
     1
========================================================================
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
     2
    DYNAMIC LINK LIBRARY : can_copcican_win32 Project Overview
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
     3
========================================================================
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
     4
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
     5
AppWizard has created this can_copcican_win32 DLL for you.
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
     6
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
     7
This file contains a summary of what you will find in each of the files that
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
     8
make up your can_copcican_win32 application.
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
     9
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
    10
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
    11
can_copcican_win32.vcxproj
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
    12
    This is the main project file for VC++ projects generated using an Application Wizard.
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
    13
    It contains information about the version of Visual C++ that generated the file, and
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
    14
    information about the platforms, configurations, and project features selected with the
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
    15
    Application Wizard.
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
    16
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
    17
can_copcican_win32.vcxproj.filters
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
    18
    This is the filters file for VC++ projects generated using an Application Wizard. 
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
    19
    It contains information about the association between the files in your project 
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
    20
    and the filters. This association is used in the IDE to show grouping of files with
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
    21
    similar extensions under a specific node (for e.g. ".cpp" files are associated with the
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
    22
    "Source Files" filter).
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
    23
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
    24
can_copcican_win32.cpp
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
    25
    This is the main DLL source file.
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
    26
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
    27
	When created, this DLL does not export any symbols. As a result, it
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
    28
	will not produce a .lib file when it is built. If you wish this project
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
    29
	to be a project dependency of some other project, you will either need to
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
    30
	add code to export some symbols from the DLL so that an export library
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
    31
	will be produced, or you can set the Ignore Input Library property to Yes
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
    32
	on the General propert page of the Linker folder in the project's Property
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
    33
	Pages dialog box.
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
    34
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
    35
/////////////////////////////////////////////////////////////////////////////
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
    36
Other standard files:
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
    37
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
    38
StdAfx.h, StdAfx.cpp
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
    39
    These files are used to build a precompiled header (PCH) file
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
    40
    named can_copcican_win32.pch and a precompiled types file named StdAfx.obj.
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
    41
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
    42
/////////////////////////////////////////////////////////////////////////////
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
    43
Other notes:
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
    44
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
    45
AppWizard uses "TODO:" comments to indicate parts of the source code you
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
    46
should add to or customize.
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
    47
b9274b595650 CosateQ contribution.
edouard
parents:
diff changeset
    48
/////////////////////////////////////////////////////////////////////////////