FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kMemoryTrafficWorker.h
Go to the documentation of this file.
1 
8 #ifndef K_FIRESYNC_MEMORY_TRAFFIC_WORKER_H
9 #define K_FIRESYNC_MEMORY_TRAFFIC_WORKER_H
10 
11 #include <kFireSync/kNodeDef.h>
12 
20 //typedef kObject kMemoryTrafficWorker; --forward-declared in kFsDef.x.h
21 
22 kFsFx(kStatus) kMemoryTrafficWorker_Construct(kMemoryTrafficWorker* worker, kSize bufferSize, kMemoryTrafficOp operation, kSize threadCount, kObject allocator);
23 
32 
41 
51 
52 #include <kFireSync/Actions/kMemoryTrafficWorker.x.h>
53 
54 #endif
kStatus kMemoryTrafficWorker_Report(kMemoryTrafficWorker worker)
Reports throughput statistics on display.
Represents helper class to kMemoryTrafficAction.
Essential declarations related to FireSync nodes.
Represents kMemoryTraffic operations.
kStatus kMemoryTrafficWorker_TerminateThreads(kMemoryTrafficWorker worker)
Terminates running threads.
kStatus kMemoryTrafficWorker_GenerateXml(kMemoryTrafficWorker worker, kXml *output)
Generates an XML file with throughput statistics.