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


Public Types | |
| typedef FrameCPP::FrEvent | data_core_t |
| typedef boost::shared_ptr< data_core_t > | data_t |
Public Member Functions | |
| FrEvent () | |
| FrEvent (const fr_event_name_t Name, const fr_event_comment_t Comment, const fr_event_inputs_t Inputs, const fr_event_gtime_t GTime, const fr_event_time_before_t TimeBefore, const fr_event_time_after_t TimeAfter, const fr_event_event_status_t EventStatus, const fr_event_amplitude_t Amplitude, const fr_event_probability_t Probability, const fr_event_statistics_t Statistics, const fr_event_n_param_t NParam, const fr_event_parameters_t *Parameters) | |
| 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::FrEvent::data_t |
|
privateinherited |
| FrameC::FrEvent::FrEvent | ( | ) |
| FrameC::FrEvent::FrEvent | ( | const fr_event_name_t | Name, |
| const fr_event_comment_t | Comment, | ||
| const fr_event_inputs_t | Inputs, | ||
| const fr_event_gtime_t | GTime, | ||
| const fr_event_time_before_t | TimeBefore, | ||
| const fr_event_time_after_t | TimeAfter, | ||
| const fr_event_event_status_t | EventStatus, | ||
| const fr_event_amplitude_t | Amplitude, | ||
| const fr_event_probability_t | Probability, | ||
| const fr_event_statistics_t | Statistics, | ||
| const fr_event_n_param_t | NParam, | ||
| const fr_event_parameters_t * | Parameters ) |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
inlineinherited |
|
staticinherited |
|
staticinherited |
|
staticprivateinherited |
| data_t FrameC::FrEvent::m_data |
|
staticprivateinherited |
|
privateinherited |