My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
common Directory Reference

Files

file  communication.c [code]
 General-purpose socket communication functions used from global controller, runtime, or MSUs.
 
file  communication.h [code]
 Interface for general-purpose socket communication.
 
file  ctrl_runtime_messages.h [code]
 Definitions of structures for sending messages from the global controller to runtimes.
 
file  dfg.c [code]
 Code for the creation and modifcation of the data-flow graph.
 
file  dfg.h [code]
 Interfaces for the creation and modification of the data-flow-graph and and general description of the application running within DeDOS.
 
file  dfg_reader.c [code]
 Defines conversion of JSON strings to dedos_dfg.
 
file  dfg_reader.h [code]
 Declares function for converting JSON to dedos_dfg.
 
file  epollops.c [code]
 Wrapper functions for epoll to manage event-based communication.
 
file  epollops.h [code]
 Wrapper functions for epoll to manage event-based communication.
 
file  jsmn.c [code]
 https://github.com/zserge/jsmn.
 
file  jsmn.h [code]
 
file  jsmn_parser.c [code]
 General-purpose function to interact with JSMN library, and create objects (potentially with circular references) from the parsed json.
 
file  jsmn_parser.h [code]
 General-purpose function to interact with JSMN library, and create objects (potentially with circular references) from the parsed json.
 
file  local_files.c [code]
 Accessing local files within the repo.
 
file  local_files.h [code]
 Access local files within the repo.
 
file  logging.h [code]
 Logging of status messages to the terminal.
 
file  rt_controller_messages.h [code]
 Definitiions of structures for sending messages from runtimes to controller.
 
file  stat_ids.h [code]
 Declares the identifiers with which stats can be logged.
 
file  stats.c [code]
 Functions for the sending and receiving of statsitics between ctrl and runtime.
 
file  stats.h [code]
 Functions for the sending and receiving of statistics between ctrl and runtime.
 
file  unused_def.h [code]
 Macro for declaring functions or variables as unused to avoid compiler warnings.
 
file  uthash.h [code]