25 #include "UniSetTypes.h"
26 #include "MessageType.h"
27 #include "PassiveTimer.h"
28 #include "Exceptions.h"
111 uniset::Message::Priority p = uniset::Message::High );
163 uniset::Message::Priority
priority = { uniset::Message::High };
172 bool operator < (
const TimerInfo& ti )
const
180 class Timer_eq:
public std::unary_function<TimerInfo, bool>
185 inline bool operator()(
const TimerInfo& ti)
const
187 return ( ti.
id == tid );
194 typedef std::deque<TimerInfo> TimersList;
198 TimersList getTimersList();