The Sequence Toolkit
www.sequence-toolkit.com
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
stk_sg_automation_api.h
Go to the documentation of this file.
1 
16 #ifndef STK_SG_AUTOMATION_API_H
17 #define STK_SG_AUTOMATION_API_H
18 #include "stk_sequence.h"
19 #include "stk_data_flow.h"
20 #include "stk_service_group.h"
21 
22 
23 #define STK_SGA_CREATE_SVC 1
24 #define STK_SGA_DESTROY_SVC 2
33 stk_ret stk_sga_invoke(stk_service_group_t *svcgrp, stk_sequence_t *seq);
34 
40 
48 
54 
55 
61 
68 
74 #endif