|
ldas-tools-framecpp 3.0.4
|
#include <FrDetectorInternal.hh>


Public Types | |
| typedef FrameCPP::FrDetector | data_core_t |
| typedef boost::shared_ptr< data_core_t > | data_t |
Public Member Functions | |
| FrDetector () | |
| FrDetector (const char *restrict name, const char *restrict prefix, fr_detector_latitude_t latitude, fr_detector_longitude_t longitude, fr_detector_elevation_t elevation, fr_detector_arm_x_azimuth_t azimuth_x, fr_detector_arm_y_azimuth_t azimuth_y, fr_detector_arm_x_altitude_t altitude_x, fr_detector_arm_y_altitude_t altitude_y, fr_detector_arm_x_midpoint_t midpoint_x, fr_detector_arm_y_midpoint_t midpoint_y) | |
| FrDetector (const data_core_t &Source) | |
| virtual | ~FrDetector () |
| void | Read (fr_file_t *restrict Stream, const char *restrict Name) |
| pointer_type | Type () const |
Static Public Member Functions | |
| static void | Register (FrameCError **Error, void *Pointer, pointer_type ExpectedType, framec_errno_type ErrorCode) |
| static void | Free (FrameCError **Error, void *Pointer, pointer_type ExpectedType, framec_errno_type ErrorCode) |
| static void | Deposit (const Handle *Ptr) |
| static void | Validate (const Handle *Ptr, pointer_type Type) |
| static void | Withdraw (const Handle *Ptr) |
Public Attributes | |
| data_t | m_data |
Private Types | |
| typedef std::set< const Handle * > | handle_container_type |
Private Attributes | |
| const pointer_type | m_type |
Static Private Attributes | |
| static LDASTools::AL::MutexLock::baton_type | m_baton |
| static handle_container_type | m_handles |
| typedef boost::shared_ptr< data_core_t > FrameC::FrDetector::data_t |
|
privateinherited |
| FrameC::FrDetector::FrDetector | ( | ) |
| FrameC::FrDetector::FrDetector | ( | const char *restrict | name, |
| const char *restrict | prefix, | ||
| fr_detector_latitude_t | latitude, | ||
| fr_detector_longitude_t | longitude, | ||
| fr_detector_elevation_t | elevation, | ||
| fr_detector_arm_x_azimuth_t | azimuth_x, | ||
| fr_detector_arm_y_azimuth_t | azimuth_y, | ||
| fr_detector_arm_x_altitude_t | altitude_x, | ||
| fr_detector_arm_y_altitude_t | altitude_y, | ||
| fr_detector_arm_x_midpoint_t | midpoint_x, | ||
| fr_detector_arm_y_midpoint_t | midpoint_y ) |
| FrameC::FrDetector::FrDetector | ( | const data_core_t & | Source | ) |
|
virtual |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
inlineinherited |
|
staticinherited |
|
staticinherited |
|
staticprivateinherited |
| data_t FrameC::FrDetector::m_data |
|
staticprivateinherited |
|
privateinherited |