ICAROUS
All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Modules Pages
traffic_tbl.h
Go to the documentation of this file.
1
6#ifndef ICAROUS_CFS_TRAFFIC_TBL_H
7#define ICAROUS_CFS_TRAFFIC_TBL_H
8
9#include <stdbool.h>
10
15typedef struct
16{
17 char configFile[50];
18 bool log;
21
22
23#endif //ICAROUS_CFS_TRAFFIC_TBL_H
input table parameters for traffic application
Definition: traffic_tbl.h:16
bool log
Enable Daidalus log output.
Definition: traffic_tbl.h:18
bool updateParams
Enable parameter updates through SB messages.
Definition: traffic_tbl.h:19