#include <mac.h>#include "mmac-csma.h"#include <iostream>Include dependency graph for mmac-csma.cc:

Go to the source code of this file.
Classes | |
| struct | state_name |
| class | MMacCsmaClass |
Defines | |
| #define | DEBUG_UNEXPECTED_EVENT { std::cerr << showpoint << NOW << " (" << addr << ") unexpected event " << __PRETTY_FUNCTION__ << " in state " << state_name_array[state].name << std::endl ; exit(1); } |
| #define | DEBUG_EVENT { if (debug_states_) std::cerr << showpoint << NOW << " MMacCsma " << addr << " : event " << __FUNCTION__ << std::endl; } |
Variables | |
| packet_t | PT_MMAC_ACK |
| state_name | state_name_array [NUM_MMAC_CSMA_STATES] |
Definition in file mmac-csma.cc.
1.5.2