|
ICP
1
|
#include <nexuswriter.h>

Public Member Functions | |
| NXlogWriter (const std::string &value_units, time_t offset) | |
| void | addValue (float time, T value) |
| void | write (IXNeXusFile *file, const std::string &name) |
| void | setOffset (time_t offset) |
Private Attributes | |
| time_t | m_offset |
| std::string | m_value_units |
| std::vector< float > | m_time |
| std::vector< T > | m_value |
Additional Inherited Members | |
Protected Member Functions inherited from ISIS::Base | |
| Base (const std::string &logger_name="UNKNOWN") | |
| void | setLoggerName (const std::string &logger_name) |
| virtual | ~Base () |
| virtual std::string | loggingPrefix () const |
| void | setThisLoggerLevel (int level) |
Static Protected Member Functions inherited from ISIS::Base | |
| static void | setAllLoggerLevel (int level) |
Protected Attributes inherited from ISIS::Base | |
| Poco::Logger * | m_logger |
| Poco::LogStream * | m_logstr |
| Poco::Mutex | m_logger_lock |
Definition at line 196 of file nexuswriter.h.
|
inline |
Definition at line 204 of file nexuswriter.h.
|
inline |
Definition at line 205 of file nexuswriter.h.
Referenced by NeXusEventCallback::allFrameCallback().
|
inline |
Definition at line 207 of file nexuswriter.h.
Referenced by NeXusEventCallback::finish().
|
inline |
Definition at line 206 of file nexuswriter.h.
Referenced by NeXusEventCallback::finish().
|
private |
Definition at line 199 of file nexuswriter.h.
Referenced by NXlogWriter< int >::setOffset(), and NXlogWriter< int >::write().
|
private |
Definition at line 201 of file nexuswriter.h.
Referenced by NXlogWriter< int >::addValue(), and NXlogWriter< int >::write().
|
private |
Definition at line 202 of file nexuswriter.h.
Referenced by NXlogWriter< int >::addValue(), and NXlogWriter< int >::write().
|
private |
Definition at line 200 of file nexuswriter.h.
Referenced by NXlogWriter< int >::write().
1.8.5