

Public Member Functions | |
| LampComponentClient1 (String managerLoc, String clientName) throws Exception | |
| void | doSomeStuff () |
Static Public Member Functions | |
| static void | main (String[] args) |
Private Attributes | |
| Lamp | m_lamp |
| Logger | m_logger |
Client to the C++ Lamp demo component.
| alma::demo::client::LampComponentClient1::LampComponentClient1 | ( | String | managerLoc, | |
| String | clientName | |||
| ) | throws Exception [inline] |
| void alma::demo::client::LampComponentClient1::doSomeStuff | ( | ) | [inline] |
Calls methods on our lamp component
References alma::acsexmplLamp::LampOperations::brightness(), m_lamp, m_logger, and alma::ACS::RWdoubleOperations::set_sync().
Referenced by main().
| static void alma::demo::client::LampComponentClient1::main | ( | String[] | args | ) | [inline, static] |
Referenced by doSomeStuff(), and LampComponentClient1().
Logger alma::demo::client::LampComponentClient1::m_logger [private] |
Reimplemented from alma::acs::component::client::ComponentClient.
Referenced by doSomeStuff(), and LampComponentClient1().
1.6.2