EPICS ARCHIVER V4
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups
RawValueCopy.h
1 #ifndef _EA4_RAW_VALUE_COPY_H_
2 #define _EA4_RAW_VALUE_COPY_H_
3 
4 #include <stdint.h>
5 
6 #include "TSSample.h"
7 
8 #include "storage/RawValue.h"
9 
10 namespace ea4 {
11 
12 void setRawValue(uint32_t type, uint32_t count,
13  const RawValue::Data* rawValue,
14  TSSample* sample);
15 
16 }
17 
18 #endif
dbr_time_double Data
Type for accessing the raw data and its common fields.
Definition: RawValue.h:55