co_process_t Struct Reference

Public Attributes

co_obj_t _header
 
uint8_t _exttype
 
uint8_t _len
 
int pid
 
bool registered
 
bool use_watchdog
 
co_process_state_t state
 
char * name
 
char * pid_file
 
char * exec_path
 
char * run_path
 
int input
 
int output
 
int(* init )(co_obj_t *self)
 
int(* destroy )(co_obj_t *self)
 
int(* start )(co_obj_t *self, char *argv[])
 
int(* stop )(co_obj_t *self)
 
int(* restart )(co_obj_t *self)
 

Detailed Description

, including process id, run path and state information


The documentation for this struct was generated from the following file: