Public Attributes

fsm_main_loop Struct Reference

#include <fsm.h>

Collaboration diagram for fsm_main_loop:
Collaboration graph
[legend]

List of all members.

Public Attributes

pthread_t threadid
 Thread running the main loop or NULL.
struct robo_fsmfsm
 List of FSMs handled by this loop.
sem_t event_sent
 Main loop waits on this semaphore while it waits for an event.
struct robo_fsmfirst
 Pointer to FSM whose timer expires first or NULL on no timer is active.
struct timespec now
 Time when an event occurred.

Member Data Documentation

Main loop waits on this semaphore while it waits for an event.

Pointer to FSM whose timer expires first or NULL on no timer is active.

List of FSMs handled by this loop.

struct timespec fsm_main_loop::now

Time when an event occurred.

Thread running the main loop or NULL.


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