-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #115 from GSI-CS-CO/compatibility_with_v2
Compatibility with v2
- Loading branch information
Showing
13 changed files
with
105 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#ifndef ERROR_COMPATIBILITY_H_ | ||
#define ERROR_COMPATIBILITY_H_ | ||
|
||
#include <saftbus/error.hpp> | ||
#include <CommonFunctions.hpp> | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#ifndef SIGNALGROUP_COMPATIBILITY_H_ | ||
#define SIGNALGROUP_COMPATIBILITY_H_ | ||
|
||
#include <saftbus/error.hpp> | ||
#include <CommonFunctions.hpp> | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#ifndef TIME_COMPATIBILITY_H_ | ||
#define TIME_COMPATIBILITY_H_ | ||
|
||
#include <saftbus/error.hpp> | ||
#include <Time.hpp> | ||
#include <CommonFunctions.hpp> | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#ifndef BURSTGENERATOR_COMPATIBILITY_H_ | ||
#define BURSTGENERATOR_COMPATIBILITY_H_ | ||
|
||
#include <saftbus/error.hpp> | ||
#include <bg-firmware/BurstGenerator_Proxy.hpp> | ||
#include <CommonFunctions.hpp> | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#ifndef FUNCTIONGENERATOR_COMPATIBILITY_H_ | ||
#define FUNCTIONGENERATOR_COMPATIBILITY_H_ | ||
|
||
#include <saftbus/error.hpp> | ||
#include <fg-firmware/FunctionGenerator_Proxy.hpp> | ||
#include <CommonFunctions.hpp> | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#ifndef FUNCTIONGENERATORFIRMWARE_COMPATIBILITY_H_ | ||
#define FUNCTIONGENERATORFIRMWARE_COMPATIBILITY_H_ | ||
|
||
#include <saftbus/error.hpp> | ||
#include <fg-firmware/FunctionGeneratorFirmware_Proxy.hpp> | ||
#include <CommonFunctions.hpp> | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#ifndef MASTERFUNCTIONGENERATOR_COMPATIBILITY_H_ | ||
#define MASTERFUNCTIONGENERATOR_COMPATIBILITY_H_ | ||
|
||
#include <saftbus/error.hpp> | ||
#include <fg-firmware/MasterFunctionGenerator_Proxy.hpp> | ||
#include <CommonFunctions.hpp> | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#ifndef IBURSTGENERATOR_COMPATIBILITY_H_ | ||
#define IBURSTGENERATOR_COMPATIBILITY_H_ | ||
|
||
#include <saftbus/error.hpp> | ||
#include <bg-firmware/BurstGenerator_Proxy.hpp> | ||
#include <CommonFunctions.hpp> | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#ifndef IFUNCTIONGENERATOR_COMPATIBILITY_H_ | ||
#define IFUNCTIONGENERATOR_COMPATIBILITY_H_ | ||
|
||
#include <saftbus/error.hpp> | ||
#include <fg-firmware/FunctionGenerator_Proxy.hpp> | ||
#include <CommonFunctions.hpp> | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#ifndef IFUNCTIONGENERATORFIRMWARE_COMPATIBILITY_H_ | ||
#define IFUNCTIONGENERATORFIRMWARE_COMPATIBILITY_H_ | ||
|
||
#include <saftbus/error.hpp> | ||
#include <fg-firmware/FunctionGeneratorFirmware_Proxy.hpp> | ||
#include <CommonFunctions.hpp> | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#ifndef IMASTERFUNCTIONGENERATOR_COMPATIBILITY_H_ | ||
#define IMASTERFUNCTIONGENERATOR_COMPATIBILITY_H_ | ||
|
||
#include <saftbus/error.hpp> | ||
#include <fg-firmware/MasterFunctionGenerator_Proxy.hpp> | ||
#include <CommonFunctions.hpp> | ||
|
||
#endif |