#include <tgf.h>
Go to the source code of this file.
Classes | |
| struct | tTelemItf |
Macros | |
| #define | TLM_IDENT 1 |
Typedefs | |
| typedef void(* | tftlmInit) (tdble, tdble) |
| typedef void(* | tftlmNewChannel) (const char *, tdble *, tdble, tdble) |
| typedef void(* | tftlmStartMonitoring) (const char *) |
| typedef void(* | tftlmStopMonitoring) (void) |
| typedef void(* | tftlmUpdate) (double) |
| typedef void(* | tftlmShutdown) (void) |
| #define TLM_IDENT 1 |
Definition at line 24 of file telemetry.h.
Definition at line 28 of file telemetry.h.
Definition at line 29 of file telemetry.h.
| typedef void(* tftlmShutdown) (void) |
Definition at line 33 of file telemetry.h.
| typedef void(* tftlmStartMonitoring) (const char *) |
Definition at line 30 of file telemetry.h.
| typedef void(* tftlmStopMonitoring) (void) |
Definition at line 31 of file telemetry.h.
| typedef void(* tftlmUpdate) (double) |
Definition at line 32 of file telemetry.h.