Main Page | Modules | Data Structures | File List | Data Fields | Globals

src/common/statecomp/codegen.c File Reference

Code generation routines for statecomp. More...

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "../quicklist/quicklist.h"
#include "../quickhash/quickhash.h"
#include "statecomp.h"

Functions

void gen_state_action (enum state_action action, char *run_func, char *state_name)


Detailed Description

Code generation routines for statecomp.


Function Documentation

void gen_state_action enum state_action  action,
char *  run_func,
char *  state_name
[static]
 

generates first two lines in the state machine (I think), the first one indicating what kind of action it is ("run" or "jump") and the second being the action itself (either a function or a nested state machine).


Generated on Sat Feb 4 02:45:59 2012 for PVFS by doxygen 1.3.5