template<class... TN>
aes70::static_device::block class

Contents

This block implements a static block. All its members are known at compile time. It works and is implemented similarly to std::tuple.

Base classes

template<class Class>
class aes70::device::OcaBlock

Public functions

void init(aes70::device::device* d, uint32_t n) virtual

Function documentation

template<class...TN>
void aes70::static_device::block<TN>::init(aes70::device::device* d, uint32_t n) virtual

Called when this object is added to a device.