* Added new functions: xml_tree_equal and xpath2xml
* RFC 8528 yang schema mount-points: * Made expand_dbvar and cli_dbxml mountpoint-aware (RFC 8528) * autocli supportgenerate * Made api_path2xml and xml2api_path mount-point-aware * Temporar fix in clixon_custom.h: XPATH_CANONICAL_SKIP_CHECK * `xml2xpath()`: Added `apostrophe` as 4th parameter, default 0 * removed extra assert.h includes
This commit is contained in:
parent
1e136bc9df
commit
da2edceb7e
37 changed files with 658 additions and 145 deletions
|
|
@ -227,6 +227,7 @@ clixon_event_unreg_fd(int s,
|
|||
}
|
||||
|
||||
/*! Call a callback function at an absolute time
|
||||
*
|
||||
* @param[in] t Absolute (not relative!) timestamp when callback is called
|
||||
* @param[in] fn Function to call at time t
|
||||
* @param[in] arg Argument to function fn
|
||||
|
|
@ -241,11 +242,9 @@ clixon_event_unreg_fd(int s,
|
|||
* }
|
||||
* @endcode
|
||||
*
|
||||
* Note that the timestamp is an absolute timestamp, not relative.
|
||||
* Note also that the callback is not periodic, you need to make a new
|
||||
* registration for each period, see example above.
|
||||
* Note also that the first argument to fn is a dummy, just to get the same
|
||||
* signature as for file-descriptor callbacks.
|
||||
* @note The timestamp is an absolute timestamp, not relative.
|
||||
* @note The callback is not periodic, you need to make a new registration for each period, see example.
|
||||
* @note The first argument to fn is a dummy, just to get the same signature as for file-descriptor callbacks.
|
||||
* @see clixon_event_reg_fd
|
||||
* @see clixon_event_unreg_timeout
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue