8 #ifndef K_FIRESYNC_MEMORY_TRAFFIC_ACTION_INFO_H
9 #define K_FIRESYNC_MEMORY_TRAFFIC_ACTION_INFO_H
150 #include <kFireSync/Actions/kMemoryTrafficActionInfo.x.h>
kStatus kMemoryTrafficActionInfo_SetThreadCount(kMemoryTrafficActionInfo info, kSize count)
Sets the number of threads requested by the user.
kStatus kMemoryTrafficActionInfo_SetBufferSize(kMemoryTrafficActionInfo info, kSize bufferSize)
Sets the buffer size in bytes.
kStatus kMemoryTrafficActionInfo_Write(kMemoryTrafficActionInfo info, kXml xml, kXmlItem item)
Writes kMemoryTrafficActionInfo state to a kXml object.
kStatus kMemoryTrafficActionInfo_Store(kMemoryTrafficActionInfo info, kXml *xml, kAlloc allocator)
Constructs a kXml object and uses it to store the content of this kMemoryTrafficActionInfo instance...
kStatus kMemoryTrafficActionInfo_Load(kMemoryTrafficActionInfo *info, kXml xml, kAlloc allocator)
Constructs a kMemoryTrafficActionInfo object and loads its content from an XML object.
kStatus kMemoryTrafficActionInfo_Validate(kMemoryTrafficActionInfo info)
Checks and automatically corrects all state variables.
Essential declarations related to FireSync nodes.
kSize kMemoryTrafficActionInfo_ThreadCount(kMemoryTrafficActionInfo info)
Gets the number of threads requested by the user.
kSize kMemoryTrafficActionInfo_BufferSize(kMemoryTrafficActionInfo info)
Gets the buffer size in bytes.
kStatus kMemoryTrafficActionInfo_Construct(kMemoryTrafficActionInfo *info, kAlloc allocator)
Constructs a kMemoryTrafficActionInfo object.
kStatus kMemoryTrafficActionInfo_Clear(kMemoryTrafficActionInfo info)
Resets all state variables to default values.
kStatus kMemoryTrafficActionInfo_Read(kMemoryTrafficActionInfo info, kXml xml, kXmlItem item)
Reads kMemoryTrafficActionInfo state from a kXml object.
kMemoryTrafficOp kMemoryTrafficActionInfo_Operation(kMemoryTrafficActionInfo info)
Gets the operation type.
Represents kMemoryTraffic operations.
kStatus kMemoryTrafficActionInfo_SetOperation(kMemoryTrafficActionInfo info, kMemoryTrafficOp operation)
Sets the operation type.
Represents configuration for kMemoryTrafficAction.