My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
runtime_communication.h File Reference
#include "ctrl_runtime_messages.h"

Go to the source code of this file.

Functions

int runtime_fd (unsigned int runtime_id)
 
int send_to_runtime (unsigned int runtime_id, struct ctrl_runtime_msg_hdr *hdr, void *payload)
 
int runtime_communication_loop (int listen_port, char *output_file, int output_sock)
 

Function Documentation

int runtime_communication_loop ( int  listen_port,
char *  output_file,
int  output_sock 
)

Definition at line 302 of file runtime_communication.c.

int runtime_fd ( unsigned int  runtime_id)

Definition at line 46 of file runtime_communication.c.

int send_to_runtime ( unsigned int  runtime_id,
struct ctrl_runtime_msg_hdr hdr,
void *  payload 
)

Definition at line 62 of file runtime_communication.c.