Ejemplo n.º 1
0
subsystem_signal<A,Alloc>::operation::signal::signal(operation op):
    base_type( op )
{
get_data().m_interface = &get_data().m_fdata->m_interface->signal;
}
Ejemplo n.º 2
0
int& subsystem_signal<A,Alloc>::operation::signal::get_signo() const
{
return get_data().m_signo;
}
Ejemplo n.º 3
0
typename subsystem_signal<A,Alloc>::arg_t& subsystem_signal<A,Alloc>::operation::basic::get_arg() const
{
return get_data().m_arg;
}
Ejemplo n.º 4
0
aio::timeout& subsystem_signal<A,Alloc>::operation::basic::get_timeout() const
{
return get_data().m_timeout;
}
Ejemplo n.º 5
0
typename subsystem_signal<A,Alloc>::operation::signal::callback_t& subsystem_signal<A,Alloc>::operation::signal::get_callback() const
{
return get_data().m_callback;
}
Ejemplo n.º 6
0
int& subsystem_signal<A,Alloc>::operation::signal::get_overrun() const
{
return get_data().m_overrun;
}
Ejemplo n.º 7
0
int& subsystem_signal<A,Alloc>::operation::signal::get_timerid() const
{
return get_data().m_timerid;
}
Ejemplo n.º 8
0
long& subsystem_signal<A,Alloc>::operation::signal::get_band() const
{
return get_data().m_band;
}
Ejemplo n.º 9
0
sigval& subsystem_signal<A,Alloc>::operation::signal::get_value() const
{
return get_data().m_value;
}