mirror of
https://github.com/eclipse-openvehicle-api/openvehicle-api.git
synced 2026-07-02 05:35:11 +00:00
17
tests/unit_tests/repository/IComponent.idl
Normal file
17
tests/unit_tests/repository/IComponent.idl
Normal file
@@ -0,0 +1,17 @@
|
||||
#include <interfaces/core.idl>
|
||||
|
||||
/**
|
||||
* @brief Example interface
|
||||
*/
|
||||
interface ITestLock
|
||||
{
|
||||
/**
|
||||
* @brief Lock Mutex
|
||||
*/
|
||||
void Lock();
|
||||
|
||||
/**
|
||||
* @brief Unlock Mutex
|
||||
*/
|
||||
void Unlock();
|
||||
};
|
||||
Reference in New Issue
Block a user