void
+ gboolean
alsatimer_get_device_id_list (
GList** entries,
GError** error
@@ -120,7 +120,7 @@
@@ -188,6 +188,32 @@
+
+
+ Return value
+
+
+
+
+
+
+ Returns: |
+ gboolean |
+
+
+ |
+ TRUE when the overall operation finishes successfully, else FALSE .
|
+
+
+
+
+
+
+
+
+
+
+
diff --git a/alsatimer/func.get_device_info.html b/alsatimer/func.get_device_info.html
index 69e08e9..a493f58 100644
--- a/alsatimer/func.get_device_info.html
+++ b/alsatimer/func.get_device_info.html
@@ -70,7 +70,7 @@
API Version: 0.0
- Library Version: 0.2.2
+ Library Version: 0.3.0
@@ -105,7 +105,7 @@
-
void
+ gboolean
alsatimer_get_device_info (
ALSATimerDeviceId* device_id,
ALSATimerDeviceInfo** device_info,
@@ -121,7 +121,7 @@
@@ -207,6 +207,32 @@
+
+
+ Return value
+
+
+
+
+
+
+ Returns: |
+ gboolean |
+
+
+ |
+ TRUE when the overall operation finishes successfully, else FALSE .
|
+
+
+
+
+
+
+
+
+
+
+
diff --git a/alsatimer/func.get_device_status.html b/alsatimer/func.get_device_status.html
index 3832d70..a8a494c 100644
--- a/alsatimer/func.get_device_status.html
+++ b/alsatimer/func.get_device_status.html
@@ -70,7 +70,7 @@
API Version: 0.0
- Library Version: 0.2.2
+ Library Version: 0.3.0
@@ -100,12 +100,12 @@
-
void
+ gboolean
alsatimer_get_device_status (
ALSATimerDeviceId* device_id,
ALSATimerDeviceStatus* const* device_status,
@@ -121,7 +121,7 @@
@@ -207,6 +207,32 @@
+
+
+ Return value
+
+
+
+
+
+
+ Returns: |
+ gboolean |
+
+
+ |
+ TRUE when the overall operation finishes successfully, else FALSE .
|
+
+
+
+
+
+
+
+
+
+
+
diff --git a/alsatimer/func.get_devnode.html b/alsatimer/func.get_devnode.html
index 765a6f7..4769930 100644
--- a/alsatimer/func.get_devnode.html
+++ b/alsatimer/func.get_devnode.html
@@ -70,7 +70,7 @@
API Version: 0.0
- Library Version: 0.2.2
+ Library Version: 0.3.0
@@ -105,7 +105,7 @@
-
void
+ gboolean
alsatimer_get_devnode (
char** devnode,
GError** error
@@ -120,7 +120,7 @@
@@ -187,6 +187,32 @@
+
+
+ Return value
+
+
+
+
+
+
+ Returns: |
+ gboolean |
+
+
+ |
+ TRUE when the overall operation finishes successfully, else FALSE .
|
+
+
+
+
+
+
+
+
+
+
+
diff --git a/alsatimer/func.get_tstamp_source.html b/alsatimer/func.get_real_time_clock_id.html
similarity index 69%
rename from alsatimer/func.get_tstamp_source.html
rename to alsatimer/func.get_real_time_clock_id.html
index 97d901b..bd14acf 100644
--- a/alsatimer/func.get_tstamp_source.html
+++ b/alsatimer/func.get_real_time_clock_id.html
@@ -13,7 +13,7 @@
- ALSATimer.get_tstamp_source
+ ALSATimer.get_real_time_clock_id
@@ -24,10 +24,10 @@
-
-
-
-
+
+
+
+
@@ -70,7 +70,7 @@
API Version: 0.0
- Library Version: 0.2.2
+ Library Version: 0.3.0
@@ -91,7 +91,7 @@ Functions
@@ -100,13 +100,13 @@
-
void
-alsatimer_get_tstamp_source (
+ gboolean
+alsatimer_get_real_time_clock_id (
int* clock_id,
GError** error
)
@@ -120,17 +120,17 @@
-
Get the clock source for timestamp when ALSATimerUserInstance
is configured to receive event
-with timestamp. The source is selected according to parameter of snd-timer
kernel module,
-and the call of function is just to refer to it.
-
0
means CLOCK_REALTIME
is used. 1
means CLOCK_MONOTONIC
is used.
+
Get clock_id
for real time. The clock_id
governs real time retrieved by both
+alsatimer_real_time_event_get_time()
and alsatimer_instance_status_get_time()
.
+
The call of function is just to refer to parameter of snd-timer
kernel module. 0
means
+CLOCK_REALTIME
is used. 1
means CLOCK_MONOTONIC
is used.
The call of function executes open(2)
, read(2)
, close(2)
system calls for the sysfs node
-corresponding to snd-timer
kernel module.
+corresponding to the parameter.
@@ -163,7 +163,7 @@
|
- The clock source for timestamp. The value of CLOCK_XXX in UAPI of Linux kernel. |
+ The clock_id for real time. The value of CLOCK_XXX in UAPI of Linux kernel. |
| The argument will be set by the function. |
@@ -191,6 +191,32 @@
+
+
+ Return value
+
+
+
+
+
+
+ Returns: |
+ gboolean |
+
+
+ |
+ TRUE when the overall operation finishes successfully, else FALSE .
|
+
+
+
+
+
+
+
+
+
+
+
diff --git a/alsatimer/func.get_sysname.html b/alsatimer/func.get_sysname.html
index 7cfa651..86fd248 100644
--- a/alsatimer/func.get_sysname.html
+++ b/alsatimer/func.get_sysname.html
@@ -70,7 +70,7 @@
API Version: 0.0
-
Library Version: 0.2.2
+
Library Version: 0.3.0
@@ -105,7 +105,7 @@
-
void
+ gboolean
alsatimer_get_sysname (
char** sysname,
GError** error
@@ -187,6 +187,32 @@
+
+
+ Return value
+
+
+
+
+
+
+ Returns: |
+ gboolean |
+
+
+ |
+ TRUE when the overall operation finishes successfully, else FALSE .
|
+
+
+
+
+
+
+
+
+
+
+
diff --git a/alsatimer/func.set_device_params.html b/alsatimer/func.set_device_params.html
index 12427c0..7573a89 100644
--- a/alsatimer/func.set_device_params.html
+++ b/alsatimer/func.set_device_params.html
@@ -70,7 +70,7 @@
API Version: 0.0
- Library Version: 0.2.2
+ Library Version: 0.3.0
@@ -100,12 +100,12 @@
-
void
+ gboolean
alsatimer_set_device_params (
ALSATimerDeviceId* device_id,
const ALSATimerDeviceParams* device_params,
@@ -121,7 +121,7 @@
@@ -207,6 +207,32 @@
+
+
+ Return value
+
+
+
+
+
+
+ Returns: |
+ gboolean |
+
+
+ |
+ TRUE when the overall operation finishes successfully, else FALSE .
|
+
+
+
+
+
+
+
+
+
+
+
diff --git a/alsatimer/index.html b/alsatimer/index.html
index 42bc3fb..d84d82c 100644
--- a/alsatimer/index.html
+++ b/alsatimer/index.html
@@ -70,7 +70,7 @@
API Version: 0.0
- Library Version: 0.2.2
+ Library Version: 0.3.0
@@ -87,8 +87,6 @@ Sections
Structs
- Unions
-
Enumerations
@@ -136,7 +134,7 @@ ALSATimer – 0.0