FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kPxReplayPipe.h
Go to the documentation of this file.
1 
8 #ifndef K_FIRESYNC_PX_REPLAY_PIPE_H
9 #define K_FIRESYNC_PX_REPLAY_PIPE_H
10 
11 #include <kFireSync/kNodeDef.h>
12 
13 kBeginHeader()
14 
15 
21 //typedef kObject kPxReplayPipe; --forward-declared in kFsDef.x.h
22 
23 
33 kFsFx(kStatus) kPxReplayPipe_Construct(kPxReplayPipe* pipe, k32u nodeId, kPxEnviron pipeEnviron, kAlloc allocator);
34 
44 
45 kEndHeader()
46 
47 #include <kFireSync/Pipe/kPxReplayPipe.x.h>
48 
49 #endif
kStatus kPxReplayPipe_Construct(kPxReplayPipe *pipe, k32u nodeId, kPxEnviron pipeEnviron, kAlloc allocator)
Constructs a kPxReplayPipe instance.
kStatus kPxReplayPipe_Output(kPxReplayPipe pipe, kArrayList output)
Gets output messages produced during replay.
Represents an object that provides external services to a pipe execution engine.
Essential declarations related to FireSync nodes.
Pipe execution engine used to synchronously reprocess messages.