#include <stdio.h>
#include <memory.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <tgf.h>
#include <telemetry.h>
#include "tlm.h"
Go to the source code of this file.
◆ tChannel
◆ tTlm
◆ TlmInit()
◆ TlmNewChannel()
| void TlmNewChannel |
( |
const char * |
name, |
|
|
tdble * |
var, |
|
|
tdble |
min, |
|
|
tdble |
max |
|
) |
| |
◆ TlmShutdown()
| void TlmShutdown |
( |
void |
| ) |
|
◆ TlmStartMonitoring()
| void TlmStartMonitoring |
( |
const char * |
filename | ) |
|
◆ TlmStopMonitoring()
| void TlmStopMonitoring |
( |
void |
| ) |
|
◆ TlmUpdate()
| void TlmUpdate |
( |
double |
time | ) |
|
◆ TlmData