#ifndef common_defs_eoc_h #define common_defs_eoc_h /* Cesar project {{{ * * Copyright (C) 2012 Spidcom * * <<>> * * }}} */ /** * \file common/defs/eoc.h * \brief EoC Specific values based from HPAV. * \ingroup common_defs */ /** Station presence timeout inside our AVLN. */ #define EOC_STA_PRESENCE_TIMEOUT_INSIDE_AVLN_MS 60000 #endif /* common_defs_eoc_h */