Ask a Question | Search DSPSR: |
Home
|
ASCIIObservation.h 85 void dsp::ASCIIObservation::load_str_into_array ( std::string from, T* buffer, unsigned bufsize )
87 std::string val;
Pulsar std::vector< std::string > required_keys The list of ASCII keywords that must be present. Definition: ASCIIObservation.h:77 std::string format Data format used to record signal. Definition: Observation.h:359 Nyquist Stores information about digital, band-limited, time-varying signals. Definition: Observation.h:33 void set_required(std::string key, bool required=true) Set/unset a required keyword. Definition: ASCIIObservation.C:53 ASCIIObservation * clone() const override Cloner (calls new) Definition: ASCIIObservation.C:79 uint64_t get_offset_bytes() const Get the number of bytes offset from the beginning of acquisition. Definition: ASCIIObservation.h:55 int ascii_header_check(const char *header, std::string key, const char *format, T result) Load a keyword, only throw an error if it's required and doesn't exist. Definition: ASCIIObservation.h:110 PolnCal Sizes of header, data, and tailer of data that are divided in blocks / frames / heaps. Definition: BlockSize.h:24 Coherence void unload(char *header) Write an ASCII header block. Definition: ASCIIObservation.C:563 uint64_t offset_bytes Number of bytes offset from the beginning of acquisition. Definition: ASCIIObservation.h:87 const char * get_header() const Return the immutable ASCII header from which this was constructed. Definition: ASCIIObservation.h:67 const std::string get_message() const void load(const char *header) Read the ASCII header block. Definition: ASCIIObservation.C:88 bool is_required(std::string key) Check if a certain keyword is required. Definition: ASCIIObservation.C:45 Analytic Parses Observation attributes from an ASCII header. Definition: ASCIIObservation.h:29 ASCIIObservation(const char *header=0) Construct from an ASCII header block. Definition: ASCIIObservation.C:23 Generated using doxygen 1.8.17
|