Changes between Version 7 and Version 8 of ariba_0_9
- Timestamp:
- Jun 21, 2013, 11:46:11 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ariba_0_9
v7 v8 131 131 - `node.connect(config.get_child("ariba"));` 132 132 133 The callbacks (functions in the application that are called from ariba) are declared in `ariba/CommunicationListener.h`.134 The ariba interface (functions in ariba that can be called from the application) are declared in `ariba/Node.h`.133 - The callbacks (functions in the application that are called from ariba) are declared in `ariba/CommunicationListener.h`. 134 - The ariba interface (functions in ariba that can be called from the application) are declared in `ariba/Node.h`. 135 135 136 136 === Message formats ===