#include "adcpin.h"#include <fstream>#include "systemclocktypes.h"#include <cstddef>#include <vector>#include "pin.h"#include <algorithm>#include <stdint.h>#include <iostream>#include <sstream>#include <map>#include <string>#include "traceval.h"#include "hardware.h"#include "avrerror.h"

Go to the source code of this file.
Functions | |
| char * | readNextLine (std::ifstream &f, char *buffer, unsigned len, SystemClockOffset *timeToNextStepIn_ns) |
| char* readNextLine | ( | std::ifstream & | f, | |
| char * | buffer, | |||
| unsigned | len, | |||
| SystemClockOffset * | timeToNextStepIn_ns | |||
| ) |
Definition at line 39 of file adcpin.cpp.
Referenced by SpiSource::Step(), and AdcPin::Step().

1.6.3