nasa / PSP

The Core Flight System (cFS) Platform Support Package (PSP)
Apache License 2.0
68 stars 57 forks source link

Add C++ Support in PSP Header Files (GSFC DCR 22017) #74

Open skliper opened 5 years ago

skliper commented 5 years ago

To support C++ based applications, the PSP header files need to have the following code:

In the beginning of each header file:

ifdef __cplusplus

extern "C" {

endif

At the end of each header file:

ifdef __cplusplus

}

endif

skliper commented 5 years ago

Imported from trac issue 70. Created by sstrege on 2016-08-08T16:19:48, last modified: 2019-08-14T14:13:14