Hints for Exercise Sheet 04

In order to solve exercise sheet 04 you need to implement all nine functions from the room manager library in your roomman_client.c. Please make sure that all functions have the same signature. The implementation of the function then needs to call the corresponding stub code that has been generated from interface description.

E.g., your roomman_client.c needs to implement a function with the signature

roomid_t roomman_create_room(char *building_name, char *room_name, uint16_t max_pers)

that calls the corresponding RPC function

roomman_create_room_1()

(or similar depending on how you specified the IDL).



Categories: ["teaching", "ss23", "dissys"]