... | @@ -75,17 +75,20 @@ executing: |
... | @@ -75,17 +75,20 @@ executing: |
|
|
|
|
|
To facilitate the task of managing the FMC TDC devices, it is provided
|
|
To facilitate the task of managing the FMC TDC devices, it is provided
|
|
an C/C** user-space library. It is recommended to use it instead of
|
|
an C/C** user-space library. It is recommended to use it instead of
|
|
accesing directly to the driver.
|
|
accessing directly to the driver.
|
|
|
|
|
|
### API
|
|
### API
|
|
|
|
|
|
As the API description is quite long, it is recommended to read the
|
|
It is recommended to read the documentation files generated by the
|
|
documentation files generated by the "make" command in your local copy
|
|
"make" command in your local copy of the repository.
|
|
of the repository.
|
|
|
|
|
|
|
|
To perform this task properly, you should have *texlive* and *doxygen*
|
|
To perform this task properly, you should have *texlive* and *doxygen*
|
|
packages installed on your system.
|
|
packages installed on your system.
|
|
|
|
|
|
|
|
cd <path-to-fmc-tdc-sw>
|
|
|
|
make -C doc
|
|
|
|
firefox doc/doxy-fmctdc/html/index.html
|
|
|
|
|
|
## Test program
|
|
## Test program
|
|
|
|
|
|
All the test programs have an help message (`-h`)
|
|
All the test programs have an help message (`-h`)
|
... | | ... | |