/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool
254 by Suren A. Chilingaryan
Dcoumentation update
1
Supported environmental variables
2
=================================
286 by Suren A. Chilingaryan
Read model from environmental variable if defined
3
 PCILIB_MODEL			- defines the requested model (is overriden with -m option)
4
 PCILIB_PLUGIN_DIR		- override path to directory with plugins
257 by Suren A. Chilingaryan
Add another ipecamera debugging mode in documentation
5
286 by Suren A. Chilingaryan
Read model from environmental variable if defined
6
 PCILIB_DEBUG_DMA		- Enable DMA debugging
254 by Suren A. Chilingaryan
Dcoumentation update
7
 PCILIB_DEBUG_MISSING_EVENTS	- Enable debugging of missing events (frames for instance)
314 by Suren A. Chilingaryan
Support writting register views
8
 PCILIB_DEBUG_VIEWS             - Enable debugging of computations performed to support register views and units
254 by Suren A. Chilingaryan
Dcoumentation update
9
 IPECAMERA_DEBUG_BROKEN_FRAMES	- Store broken frames in the specified directory (variable may specify directory)
10
 IPECAMERA_DEBUG_RAW_PACKETS	- Store all raw packets read from DMA grouped in frames (variable may specify directory)
11
 IPECAMERA_DEBUG_RAW_FRAMES	- Store all raw frames (variable may specify directory)
257 by Suren A. Chilingaryan
Add another ipecamera debugging mode in documentation
12
 IPECAMERA_DEBUG_HARDWARE	- Produce various debugging information about ipecamera operation
279 by Suren A. Chilingaryan
Make pcilib_streaming_action_t public
13
 IPECAMERA_DEBUG_FRAME_HEADERS  - Print headers of each frame
286 by Suren A. Chilingaryan
Read model from environmental variable if defined
14
 IPECAMERA_DEBUG_API		- Print messages while entering and finishing standard API calls
265 by Suren A. Chilingaryan
Add fields reporting consumed buffers and space to the dma_engine_status and provide better ipedma benchmarking
15
16
 PCILIB_BENCHMARK_HARDWARE	- Remove all unnecessary software processing (like copying memcpy) to check hardware performance
17
 PCILIB_BENCHMARK_STREAMING	- Emulate streaming mode while benchmarking DMA engines
257 by Suren A. Chilingaryan
Add another ipecamera debugging mode in documentation
18