Changeset 18996 for trunk/FACT++
- Timestamp:
- 04/18/18 17:31:13 (7 years ago)
- Location:
- trunk/FACT++/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/ConnectionUSB.cc
r18909 r18996 315 315 { 316 316 Error(string("Setting connection options: ")+erc.what()); 317 // CLOSE317 close(); 318 318 return; 319 319 } -
trunk/FACT++/src/ConnectionUSB.h
r18909 r18996 70 70 void SetEndpoint(const std::string &addr); 71 71 72 v oid Connect(int baud_rate=115200,72 virtual void Connect(int baud_rate=115200, 73 73 int character_size=8, 74 74 boost::asio::serial_port_base::parity::type parity=boost::asio::serial_port_base::parity::none,
Note:
See TracChangeset
for help on using the changeset viewer.