8 #ifndef K_FIRESYC_SERVER_PIPE_H
9 #define K_FIRESYC_SERVER_PIPE_H
33 kFsFx(
kStatus) kSvPipe_Format(kSvPipe pipe,
kXml xml, kXmlItem item);
34 kFsFx(
kStatus) kSvPipe_Parse(kSvPipe pipe,
kXml xml, kXmlItem item);
39 kFsFx(
kStatus) kSvPipe_ValidateBlockConfig(kSvPipe pipe,
kXml config);
41 kFsFx(
kStatus) kSvPipe_Start(kSvPipe pipe);
42 kFsFx(
kStatus) kSvPipe_Engage(kSvPipe pipe);
43 kFsFx(
kStatus) kSvPipe_Stop(kSvPipe pipe);
44 kFsFx(
kStatus) kSvPipe_Pause(kSvPipe pipe);
45 kFsFx(
kStatus) kSvPipe_Resume(kSvPipe pipe);
47 kFsFx(
kStatus) kSvPipe_StartReplay(kSvPipe pipe);
50 kFsFx(
kAlloc) kSvPipe_MessageAlloc(kSvPipe pipe);
51 kFsFx(
kStatus) kSvPipe_ClearMessageAlloc(kSvPipe pipe);
53 #include <kFireSync/Server/Frameworks/kSvPipe.x.h>
Abstract base class for pipe block implementations.
Provides FireSync node network services and mediates access to node hardware.