lstlib.rtn

来自「Tornado 的manuals 很全面,国内的书大部分是翻译的它。经常需要查阅」· RTN 代码 · 共 18 行

RTN
18
字号
lstLibInit {initializes lstLib module} {<b>lstLibInit\(&nbsp;\)</b>} {<b><a href="./lstLib.html#lstLibInit">lstLibInit</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}lstInit {initialize a list descriptor} {<b>lstInit\(&nbsp;\)</b>} {<b><a href="./lstLib.html#lstInit">lstInit</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}lstAdd {add a node to the end of a list} {<b>lstAdd\(&nbsp;\)</b>} {<b><a href="./lstLib.html#lstAdd">lstAdd</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}lstConcat {concatenate two lists} {<b>lstConcat\(&nbsp;\)</b>} {<b><a href="./lstLib.html#lstConcat">lstConcat</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}lstCount {report the number of nodes in a list} {<b>lstCount\(&nbsp;\)</b>} {<b><a href="./lstLib.html#lstCount">lstCount</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}lstDelete {delete a specified node from a list} {<b>lstDelete\(&nbsp;\)</b>} {<b><a href="./lstLib.html#lstDelete">lstDelete</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}lstExtract {extract a sublist from a list} {<b>lstExtract\(&nbsp;\)</b>} {<b><a href="./lstLib.html#lstExtract">lstExtract</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}lstFirst {find first node in list} {<b>lstFirst\(&nbsp;\)</b>} {<b><a href="./lstLib.html#lstFirst">lstFirst</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}lstGet {delete and return the first node from a list} {<b>lstGet\(&nbsp;\)</b>} {<b><a href="./lstLib.html#lstGet">lstGet</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}lstInsert {insert a node in a list after a specified node} {<b>lstInsert\(&nbsp;\)</b>} {<b><a href="./lstLib.html#lstInsert">lstInsert</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}lstLast {find the last node in a list} {<b>lstLast\(&nbsp;\)</b>} {<b><a href="./lstLib.html#lstLast">lstLast</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}lstNext {find the next node in a list} {<b>lstNext\(&nbsp;\)</b>} {<b><a href="./lstLib.html#lstNext">lstNext</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}lstNth {find the Nth node in a list} {<b>lstNth\(&nbsp;\)</b>} {<b><a href="./lstLib.html#lstNth">lstNth</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}lstPrevious {find the previous node in a list} {<b>lstPrevious\(&nbsp;\)</b>} {<b><a href="./lstLib.html#lstPrevious">lstPrevious</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}lstNStep {find a list node <nStep> steps away from a specified node} {<b>lstNStep\(&nbsp;\)</b>} {<b><a href="./lstLib.html#lstNStep">lstNStep</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}lstFind {find a node in a list} {<b>lstFind\(&nbsp;\)</b>} {<b><a href="./lstLib.html#lstFind">lstFind</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}lstFree {free up a list} {<b>lstFree\(&nbsp;\)</b>} {<b><a href="./lstLib.html#lstFree">lstFree</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?