Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Revert Rename of dlt_common. (#512)" #513

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion parser/qdltparser.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
#include <QFile>

typedef int pid_t;
typedef unsigned int speed_t;

typedef float float32_t;
typedef double float64_t;
Expand Down
2 changes: 2 additions & 0 deletions qdlt/dlt_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@

#if !defined (__WIN32__) && !defined(_MSC_VER)
#include <termios.h>
#else
typedef unsigned int speed_t;
#endif

#include "dlt_types.h"
Expand Down
5 changes: 0 additions & 5 deletions qdlt/dlt_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@
typedef int pid_t;
#endif

#ifdef __APPLE__
typedef unsigned long speed_t;
#else
typedef unsigned int speed_t;
#endif
typedef float float32_t;
typedef double float64_t;

Expand Down