Represents configuration for kForwardBlock.
|
| kStatus | kForwardBlockInfo_Clear (kForwardBlockInfo info) |
| | Resets all state variables to default values. More...
|
| |
| kStatus | kForwardBlockInfo_Construct (kForwardBlockInfo *info, kAlloc allocator) |
| | Constructs a kForwardBlockInfo object. More...
|
| |
| kStatus | kForwardBlockInfo_Load (kForwardBlockInfo *info, kXml xml, kAlloc allocator) |
| | Constructs a kForwardBlockInfo object and loads its content from an XML object. More...
|
| |
| kSize | kForwardBlockInfo_PortCount (kForwardBlockInfo info) |
| | Gets the count of input/output port pairs. More...
|
| |
| kStatus | kForwardBlockInfo_Read (kForwardBlockInfo info, kXml xml, kXmlItem item) |
| | Reads kForwardBlockInfo state from a kXml object. More...
|
| |
| kStatus | kForwardBlockInfo_SetPortCount (kForwardBlockInfo info, kSize portCount) |
| | Sets the count of input/output port pairs. More...
|
| |
| kStatus | kForwardBlockInfo_Store (kForwardBlockInfo info, kXml *xml, kAlloc allocator) |
| | Constructs a kXml object and uses it to store the content of this kForwardBlockInfo instance. More...
|
| |
| kStatus | kForwardBlockInfo_Validate (kForwardBlockInfo info) |
| | Checks and automatically corrects all state variables. More...
|
| |
| kStatus | kForwardBlockInfo_Write (kForwardBlockInfo info, kXml xml, kXmlItem item) |
| | Writes kForwardBlockInfo state to a kXml object. More...
|
| |