ldas-tools-frameAPI
2.5.1
|
Generic wrapper for channel information. More...
#include <Channel.hh>
Public Types | |
typedef CHANNEL_NAME_TYPE | name_type |
typedef CHANNEL_DATA_TYPE | data_type |
typedef LDASTools::AL::SharedArray< ::FrameCPP::Dimension::dx_type > | dx_type |
typedef LDASTools::AL::SharedArray< ::FrameCPP::Dimension::nx_type > | nx_type |
typedef LDASTools::AL::SharedArray< ::FrameCPP::Dimension::startX_type > | startX_type |
typedef LDASTools::AL::SharedArray< ::FrameCPP::Dimension::unitX_type > | unitX_type |
typedef CHANNEL_UNIT_Y_TYPE | unitY_type |
Public Member Functions | |
Channel () | |
virtual | ~Channel () |
dx_type | GetDx () const |
name_type | GetName () const |
nx_type | GetNx () const |
startX_type | GetStartX () const |
unitX_type | GetUnitX () const |
unitY_type | GetUnitY () const |
virtual data_type & | RefData () const =0 |
Generic wrapper for channel information.
typedef LDASTools::AL::SharedArray< ::FrameCPP::Dimension::dx_type > FrameAPI::Channel::dx_type |
typedef LDASTools::AL::SharedArray< ::FrameCPP::Dimension::nx_type > FrameAPI::Channel::nx_type |
typedef LDASTools::AL::SharedArray< ::FrameCPP::Dimension::startX_type > FrameAPI::Channel::startX_type |
typedef LDASTools::AL::SharedArray< ::FrameCPP::Dimension::unitX_type > FrameAPI::Channel::unitX_type |
FrameAPI::Channel::Channel | ( | ) |
|
virtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
pure virtual |