Chapter 8. Developing a Client for the Climate Control System

8.1 Chapter Overview

This chapter presents the complete source code for a client that exercises the climate control system. After the introduction, Section 8.3 outlines the overall structure of the code. Sections 8.4 to 8.6 develop the details of the source code, and Section 8.7 lists the source code for the complete client. Section 8.8 summarizes the advantages of writing clients with CORBA.

8.2 Introduction

We have now reached the point when we are ready to put together a complete client. Even though the client-side mapping contains a lot of detail and complexity, it is easy to write a client because judicious use of _var types removes most of the complexity. In addition, much ...

Get Advanced CORBA® Programming with C++ now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.