Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
target_listener.gsm.h
Go to the documentation of this file.
1 
2 #module "tgtl" "target_listener_module"
3 
4 #import "xsdc.gsm.h"
5 #import "target_xml.gsm.h"
6 
7 //gsoap vmi1 service name: targetListener
8 //gsoap vmi1 service namespace: http://anathema.flux.utah.edu/schema/vmi/1
9 //gsoap vmi1 service portName: http
10 //gsoap vmi1 service port: http://localhost:3952/vmi/1/targetListener
11 
12 //gsoap vmi1 service method-style: document
13 //gsoap vmi1 service method-encoding: literal
14 
16  enum vmi1__ResultT result;
17 };
18 
20  enum vmi1__ResultT result;
21  struct vmi1__ActionSpecsT actionSpecs;
22 };
23 
25  enum vmi1__ResultT result;
26 };
27 
28 // gsoap vmi1 service method-documentation:
29 int vmi1__TargetEventNotification(struct vmi1__TargetEventT *targetEvent,
31 
32 // gsoap vmi1 service method-documentation:
33 int vmi1__ProbeEventNotification(struct vmi1__ProbeEventT *probeEvent,
35 
36 // gsoap vmi1 service method-documentation:
37 int vmi1__ActionEventNotification(struct vmi1__ActionEventT *actionEvent,
int vmi1__ProbeEventNotification(struct vmi1__ProbeEventT *probeEvent, struct vmi1__ProbeEventNotificationResponse *r)
int vmi1__ActionEventNotification(struct vmi1__ActionEventT *actionEvent, struct vmi1__ActionEventNotificationResponse *r)
int vmi1__TargetEventNotification(struct vmi1__TargetEventT *targetEvent, struct vmi1__TargetEventNotificationResponse *r)
struct vmi1__ActionSpecsT actionSpecs