Uwe Hermann
|
cd315a80d8
|
sr/srd: Fix left-over #includes.
The libs themselves should use #include "sigrok.h" etc., while the
frontends must use #include <sigrok.h> and so on.
|
2012-01-03 19:56:01 +01:00 |
Uwe Hermann
|
d078d2e5f3
|
Make some more items 'static'.
|
2011-03-03 20:24:25 +01:00 |
Uwe Hermann
|
2bf4aca64a
|
Add sr_ prefix for device related API functions.
|
2011-02-08 22:28:02 +01:00 |
Uwe Hermann
|
1afe89897c
|
Add sr_ prefix for 'struct probe'.
|
2011-02-08 22:27:58 +01:00 |
Bert Vermeulen
|
3a28509817
|
don't just assume a device has a samplerate setting
|
2011-02-01 02:33:54 +01:00 |
Uwe Hermann
|
5a2326a71b
|
SR_ prefix for all public enums.
|
2011-01-30 18:32:59 +01:00 |
Uwe Hermann
|
a00ba01228
|
Change all sigrok_ prefixes to sr_.
|
2011-01-30 18:32:55 +01:00 |
Uwe Hermann
|
f50f3f40d9
|
Add sr_ prefix to input/output structs.
|
2011-01-30 18:32:54 +01:00 |
Uwe Hermann
|
e46b8fb154
|
Change SIGROK_ prefix to SR_.
|
2011-01-30 18:32:53 +01:00 |
Bert Vermeulen
|
97554432e8
|
split output_text into more manageable pieces
|
2011-01-22 04:35:02 +01:00 |