|
dxd - dynax driver framework 3.0.0d222
cross platform open source driver development framework
|
USB isoc streaming group: one bus frame aligned tick per USB frame, the one thread running the pipes' request pipelines and moving their data. More...
#include <dx_usb_stream_group.h>
Public Types | |
| typedef settings< device_t >::client | client |
| typedef dx::clock< clock::source< device_t > > | clock |
| the one clock of this group, its source freely selectable | |
| typedef dx::source<>::clock_t | clock_t |
| typedef device_t | device_t |
| typedef dx::source<>::event_t | event_t |
| typedef std::conditional_t< store, typename dx::promoted< uint32_t >::template preference< decltype(device_t::preference)>, dx::promoted< uint32_t > > | promoted |
| typedef std::conditional_t< store, typename dx::promoted< uint32_t >::template preference< decltype(device_t::preference)>, dx::promoted< uint32_t > > | promoted |
| typedef device_t::stream_t | stream_t |
| typedef settings< device_t >::transport | transport |
| the group's two sides, reached as transport::/client:: members | |
Public Member Functions | |
| __dx_catchall (std::cerr<< dx::exception(&exception, exception.error, __PRETTY_FUNCTION__, __FILE__, __LINE__)<< std::endl;,) void conclude() noexcept | |
| dx_catchall_rethrow () virtual ~source()=default | |
| group (device_t &device) | |
| the group's clock source ticks off the same device's frame counter, by the transport's wait strategy | |
| void | info (std::ostream &os) noexcept override try |
| realtime & | initialize (const std::chrono::high_resolution_clock::duration &resolution) |
| void | initialize (const typename clock_t::duration &duration) |
| operator event_t & () noexcept | |
| operator event_t * () noexcept | |
| virtual void | run () |
| create and start clock thread | |
| virtual void | sync (const typename clock_t::time_point &now) |
| virtual source & | wait (bool reset=false) try |
Static Public Member Functions | |
| static std::string | key (direction::direction direction, uint32_t strategy) |
| static std::string | key (direction::direction direction, uint32_t) |
Public Attributes | |
| promoted | safety_offset [direction::directions] |
| promoted | safety_offset [direction::directions] |
| promoted< uint32_t > | start |
| promoted< bool > | started |
| std::map< decltype(stream_t::target.idx()), std::weak_ptr< stream_t > > | streams |
| shared stream ownership: central weak reference per stream, guarded by device | |
| promoted | sync_strategy |
| promoted | sync_strategy |
Protected Member Functions | |
| void | halt () noexcept override |
| ends the session: joins the thread, consumes the pipes' outstanding requests in its place, then resets the group's interfaces to their default alternate setting | |
| virtual void | notify () noexcept |
| notify change from device requiring streaming reset | |
| void | tick () override |
| this bus's own transport: an app's consumer group (dx::stream::engine::group) runs it ahead of its own tick | |
Protected Attributes | |
| std::condition_variable | condition_variable |
| device_t & | device |
| also the mutex serializing membership against the tick | |
| _event_t | event |
| std::function< void()> | flush_hook |
| std::function< void()> | halt_hook |
| std::mutex | mutex |
| _clock_t::time_point | objective |
| const super::stream_t::desc * | reference {} |
| the stream whose advance drives the clock domain: device.sync_reference cached, the tick never reads the promoted | |
| std::function< void()> | run_hook |
| std::atomic< bool > | running |
| os_result | status |
USB isoc streaming group: one bus frame aligned tick per USB frame, the one thread running the pipes' request pipelines and moving their data.
|
inherited |
|
inherited |
the one clock of this group, its source freely selectable
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
the group's two sides, reached as transport::/client:: members
|
inline |
the group's clock source ticks off the same device's frame counter, by the transport's wait strategy
|
inlinenoexceptinherited |
|
defaultinherited |
|
inlineoverrideprotectednoexcept |
ends the session: joins the thread, consumes the pipes' outstanding requests in its place, then resets the group's interfaces to their default alternate setting
|
inlineoverridenoexceptinherited |
|
inlineinherited |
|
inlineinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlineprotectedvirtualnoexceptinherited |
notify change from device requiring streaming reset
|
inlinenoexceptinherited |
|
inlinenoexceptinherited |
|
inlinevirtualinherited |
create and start clock thread
|
inlinevirtualinherited |
|
inlineoverrideprotected |
this bus's own transport: an app's consumer group (dx::stream::engine::group) runs it ahead of its own tick
< the reference stream's advance this tick: the clock domain's
|
inlinevirtualinherited |
|
protectedinherited |
|
protectedinherited |
also the mutex serializing membership against the tick
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protected |
the stream whose advance drives the clock domain: device.sync_reference cached, the tick never reads the promoted
|
protectedinherited |
|
protectedinherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
protectedinherited |
|
inherited |
shared stream ownership: central weak reference per stream, guarded by device
|
inherited |
|
inherited |
| (c) copyright 2009 dynamic acoustics e.U. | generated on |