|
nidas v1.2.3
|
#include <unistd.h>#include <iostream>#include <iomanip>#include <bits/posix1_lim.h>#include <csignal>#include <nidas/core/DSMSensor.h>#include <nidas/core/RTL_IODevice.h>#include <nidas/rtlinux/mesa.h>Classes | |
| class | TestMesa |
Macros | |
| #define | err(format, arg...) printf("%s: %s: " format "\n",__FILE__, __FUNCTION__ , ## arg) |
Functions | |
| void | sigAction (int sig, siginfo_t *siginfo, void *vptr) |
| int | main (int argc, char **argv) |
Variables | |
| int | running = 1 |
| #define err | ( | format, | |
| arg... ) printf("%s: %s: " format "\n",__FILE__, __FUNCTION__ , ## arg) |
Referenced by main(), and sigAction().
| int main | ( | int | argc, |
| char ** | argv ) |
References buffer, COUNTERS_SET, err, nidas::core::getSample(), len, MAX_BUFFER, MESA_STOP, RADAR_SET, running, and sigAction().
| void sigAction | ( | int | sig, |
| siginfo_t * | siginfo, | ||
| void * | vptr ) |
References err, nidas::core::getSample(), and running.
Referenced by main().
| int running = 1 |
Referenced by main(), Csat3Sim::run(), and sigAction().