Defines | Functions | Variables

fsm_timed_signal.c File Reference

#include "ev.h"
#include <fsm.h>
#include <unistd.h>
#include <stdio.h>
#include <stdbool.h>
#include <assert.h>
Include dependency graph for fsm_timed_signal.c:

Defines

#define FSM_TEST
#define NDEBUG
#define FSM_GET_BY_ID(fsm_id)   (&fsm)
#define DBG(f, a...)   printf(f, ## a)
#define WAIT   1
#define NOWAIT   0

Functions

 FSM_STATE (init)
void send (int wait, bool should_be_sent)
int main ()

Variables

struct robo_fsm fsm
int evnum = 0

Define Documentation

#define DBG (   f,
  a... 
)    printf(f, ## a)
#define FSM_GET_BY_ID (   fsm_id  )     (&fsm)
#define FSM_TEST
#define NDEBUG
#define NOWAIT   0
#define WAIT   1

Function Documentation

FSM_STATE ( init   ) 
int main ( void   ) 

Here is the call graph for this function:

void send ( int  wait,
bool  should_be_sent 
)

Here is the caller graph for this function:


Variable Documentation

int evnum = 0
struct robo_fsm fsm