Bochs/bochs-testing/plugin-test/test10-modvirtual/uselib.out.expected
Bryce Denney 855e2007a0 - add test10 in which each module creates its own child class of
DeviceInterface, and the main code talks to the devices using
  virtual methods of Device Interface.
2002-10-16 14:45:32 +00:00

24 lines
940 B
Plaintext

start
loading module1
loading module from VARIES{xxx}
handle is VARIES{xxx}
module_init function is at VARIES{xxx}
Calling module_init
module1 init for main version uselib-test6-1.0
register_module was called by module 'module1'
module1's device is called 'BochsCellPhone'
module1 can do 'Caller ID, Video Conferencing'
Calling the device's print method:
[CellPhone name='BochsCellPhone', features='Caller ID, Video Conferencing']
loading module from VARIES{xxx}
handle is VARIES{xxx}
module_init function is at VARIES{xxx}
Calling module_init
module2 init for main version uselib-test6-1.0
register_module was called by module 'module2'
module2's device is called 'BochsStarGPS 4.0'
module2 can do 'High Accuracy, Low Power, Pentium Emulation'
Calling the device's print method:
[GPS_Receiver name='BochsStarGPS 4.0', vendor='Bochs Project', resolution_meters='9.5000', feature_list='High Accuracy, Low Power, Pentium Emulation']
stop