update way documentation is handled.
This commit is contained in:
14
.hgignore
14
.hgignore
@ -1,11 +1,9 @@
|
||||
QtC-pvAccess.creator.user
|
||||
|
||||
syntax: glob
|
||||
O.*
|
||||
.DS_Store
|
||||
bin
|
||||
lib
|
||||
doc
|
||||
include
|
||||
documentation/html
|
||||
./O.*
|
||||
|
||||
syntax: regexp
|
||||
^documentation/html
|
||||
^bin
|
||||
^include
|
||||
^lib
|
||||
|
4
Doxyfile
4
Doxyfile
@ -17,7 +17,7 @@
|
||||
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
|
||||
# by quotes) that should identify the project.
|
||||
|
||||
PROJECT_NAME = pvAccess
|
||||
PROJECT_NAME = pvAccessCPP
|
||||
|
||||
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
|
||||
# This could be handy for archiving the generated documentation or
|
||||
@ -459,7 +459,7 @@ WARN_LOGFILE =
|
||||
# directories like "/usr/src/myproject". Separate the files or directories
|
||||
# with spaces.
|
||||
|
||||
INPUT = pvAccessApp
|
||||
INPUT = include
|
||||
|
||||
# If the value of the INPUT tag contains directories, you can use the
|
||||
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
|
||||
|
@ -26,13 +26,13 @@ TEMPLATE_TOP=$(EPICS_BASE)/templates/makeBaseApp/top
|
||||
|
||||
# EPICS_BASE usually appears last so other apps can override stuff:
|
||||
|
||||
PVDATA=/opt/epics/pvDataCPP
|
||||
EPICS_BASE=/opt/epics/base
|
||||
#PVDATA=/opt/epics/pvDataCPP
|
||||
#EPICS_BASE=/opt/epics/base
|
||||
|
||||
#GTEST=/opt/epics/gtest
|
||||
|
||||
#PVDATA=/home/mrk/hg/pvDataCPP
|
||||
#EPICS_BASE=/home/install/epics/base
|
||||
PVDATA=/home/mrk/hg/pvDataCPP
|
||||
EPICS_BASE=/home/install/epics/base
|
||||
|
||||
# Set RULES here if you want to take build rules from somewhere
|
||||
# other than EPICS_BASE:
|
||||
|
1
documentation/README
Normal file
1
documentation/README
Normal file
@ -0,0 +1 @@
|
||||
scp pvAccessCPP.html <user>,epics-pvdata@web.sourceforge.net:htdocs/doc/pvAccessCPP
|
44
documentation/pvAccessCpp.html
Normal file
44
documentation/pvAccessCpp.html
Normal file
@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
|
||||
<title>EPICS pvAccessCPP</title>
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="http://epics-pvdata.sourceforge.net/base.css" />
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="http://epics-pvdata.sourceforge.net/epicsv4.css" />
|
||||
<style type="text/css">
|
||||
/*<![CDATA[*/
|
||||
.about { margin-left: 3em; margin-right: 3em; font-size: .83em}
|
||||
table { margin-left: auto; margin-right: auto }
|
||||
.diagram { text-align: center; margin: 2.5em 0 }
|
||||
body { margin-right: 10% }
|
||||
/*]]>*/</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1 style="text-align: center">EPICS pvAccessCPP<br />
|
||||
2011.12.26</h1>
|
||||
|
||||
<p>CONTENTS</p>
|
||||
|
||||
<hr />
|
||||
|
||||
<h2>Introduction</h2>
|
||||
<hr />
|
||||
|
||||
<p>This product is available via an <a href="http://epics-pvdata.sourceforge.net/LICENSE.html">open source license</a></p>
|
||||
|
||||
<p>This overview for pvAccessCPP.
|
||||
Doxygen documentation is available at <a href="./html/index.html">doxygenDoc</a></p>
|
||||
|
||||
<p><b>THIS IS NOT WRITTEN</b>
|
||||
For now please consult the overview documentation for pvAccessJava.
|
||||
In addition look at the Doxygen documentation for this project.</p>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
@ -1 +0,0 @@
|
||||
placeholder for doxygen generated files
|
@ -450,7 +450,6 @@ namespace pvAccess {
|
||||
* The client and server have both completed the createChannelGet request.
|
||||
* @param status Completion status.
|
||||
* @param channelRPC The channelRPC interface or null if the request failed.
|
||||
* @param bitSet The bitSet for argument changes.
|
||||
*/
|
||||
virtual void channelRPCConnect(const epics::pvData::Status& status,ChannelRPC::shared_pointer const & channelRPC) = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user