mirror of
https://github.com/eclipse-openvehicle-api/openvehicle-api.git
synced 2026-04-18 10:38:16 +00:00
16
examples/open_trunk_example/trunk_service/trunkkit.idl
Normal file
16
examples/open_trunk_example/trunk_service/trunkkit.idl
Normal file
@@ -0,0 +1,16 @@
|
||||
/*******************************************************************************
|
||||
* @file trunkkit.idl
|
||||
* @details Service interface definition to open the trunk.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @brief Service to open the trunk
|
||||
*/
|
||||
interface ITrunkKitService
|
||||
{
|
||||
/**
|
||||
* @brief Save call to open the trunk. Opening the trunk is onkly allowed when the vehicle is not moving
|
||||
* @return Returns whether the trunk could be opened or not.
|
||||
*/
|
||||
boolean PopTrunk();
|
||||
};
|
||||
Reference in New Issue
Block a user