Changeset 55 in flair-src for trunk/lib/FlairCore/src/unexported
- Timestamp:
- Jul 28, 2016, 5:55:31 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairCore/src/unexported/FrameworkManager_impl.h
r15 r55 43 43 FrameworkManager_impl(flair::core::FrameworkManager *self, std::string name); 44 44 ~FrameworkManager_impl(); 45 void SetupConnection(std::string address, uint16_t port, 45 void SetupConnection(std::string address, uint16_t port,flair::core::Time watchdogTimeout, 46 46 size_t rcv_buf_size = 10000); 47 47 void SetupUserInterface(std::string xml_file);
Note:
See TracChangeset
for help on using the changeset viewer.