📄 lstlib.rtn
字号:
lstLibInit {initializes lstLib module} {<b>lstLibInit\( \)</b>} {<b><a href="./lstLib.html#lstLibInit">lstLibInit</a>(\ )</b>} {VxWorks API Reference} {OS Libraries} {} {}lstInit {initialize a list descriptor} {<b>lstInit\( \)</b>} {<b><a href="./lstLib.html#lstInit">lstInit</a>(\ )</b>} {VxWorks API Reference} {OS Libraries} {} {}lstAdd {add a node to the end of a list} {<b>lstAdd\( \)</b>} {<b><a href="./lstLib.html#lstAdd">lstAdd</a>(\ )</b>} {VxWorks API Reference} {OS Libraries} {} {}lstConcat {concatenate two lists} {<b>lstConcat\( \)</b>} {<b><a href="./lstLib.html#lstConcat">lstConcat</a>(\ )</b>} {VxWorks API Reference} {OS Libraries} {} {}lstCount {report the number of nodes in a list} {<b>lstCount\( \)</b>} {<b><a href="./lstLib.html#lstCount">lstCount</a>(\ )</b>} {VxWorks API Reference} {OS Libraries} {} {}lstDelete {delete a specified node from a list} {<b>lstDelete\( \)</b>} {<b><a href="./lstLib.html#lstDelete">lstDelete</a>(\ )</b>} {VxWorks API Reference} {OS Libraries} {} {}lstExtract {extract a sublist from a list} {<b>lstExtract\( \)</b>} {<b><a href="./lstLib.html#lstExtract">lstExtract</a>(\ )</b>} {VxWorks API Reference} {OS Libraries} {} {}lstFirst {find first node in list} {<b>lstFirst\( \)</b>} {<b><a href="./lstLib.html#lstFirst">lstFirst</a>(\ )</b>} {VxWorks API Reference} {OS Libraries} {} {}lstGet {delete and return the first node from a list} {<b>lstGet\( \)</b>} {<b><a href="./lstLib.html#lstGet">lstGet</a>(\ )</b>} {VxWorks API Reference} {OS Libraries} {} {}lstInsert {insert a node in a list after a specified node} {<b>lstInsert\( \)</b>} {<b><a href="./lstLib.html#lstInsert">lstInsert</a>(\ )</b>} {VxWorks API Reference} {OS Libraries} {} {}lstLast {find the last node in a list} {<b>lstLast\( \)</b>} {<b><a href="./lstLib.html#lstLast">lstLast</a>(\ )</b>} {VxWorks API Reference} {OS Libraries} {} {}lstNext {find the next node in a list} {<b>lstNext\( \)</b>} {<b><a href="./lstLib.html#lstNext">lstNext</a>(\ )</b>} {VxWorks API Reference} {OS Libraries} {} {}lstNth {find the Nth node in a list} {<b>lstNth\( \)</b>} {<b><a href="./lstLib.html#lstNth">lstNth</a>(\ )</b>} {VxWorks API Reference} {OS Libraries} {} {}lstPrevious {find the previous node in a list} {<b>lstPrevious\( \)</b>} {<b><a href="./lstLib.html#lstPrevious">lstPrevious</a>(\ )</b>} {VxWorks API Reference} {OS Libraries} {} {}lstNStep {find a list node <nStep> steps away from a specified node} {<b>lstNStep\( \)</b>} {<b><a href="./lstLib.html#lstNStep">lstNStep</a>(\ )</b>} {VxWorks API Reference} {OS Libraries} {} {}lstFind {find a node in a list} {<b>lstFind\( \)</b>} {<b><a href="./lstLib.html#lstFind">lstFind</a>(\ )</b>} {VxWorks API Reference} {OS Libraries} {} {}lstFree {free up a list} {<b>lstFree\( \)</b>} {<b><a href="./lstLib.html#lstFree">lstFree</a>(\ )</b>} {VxWorks API Reference} {OS Libraries} {} {}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -