Skip to content

Commit 958a710

Browse files
Updated gitIgnore and fixed display typos
1 parent 5285d89 commit 958a710

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ artifacts/
8181
*.ipdb
8282
*.iobj
8383
*.zip
84+
*.tlog
85+
*.recipe
8486

8587
# Chutzpah Test files
8688
_Chutzpah*
@@ -278,4 +280,6 @@ BACnetVirtualDevicesBBMDExample/Release/
278280

279281
BACnetVirtualDevicesBBMDExample/x64/
280282

281-
bin/
283+
bin/
284+
285+
submodules/cas-bacnet-stack/*

projects/msvs/BACnetVirtualDevicesBBMDExampleCPP/BACnetVirtualDevicesBBMDExampleCPP.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ bool GetDeviceDescription(const uint32_t deviceInstance, char* value, uint32_t*
6060
int main(int argc, char** argv)
6161
{
6262
// Print the application version information
63-
std::cout << "CAS BACnet Stack Server Example v" << APPLICATION_VERSION << "." << CIBUILDNUMBER << std::endl;
63+
std::cout << "CAS BACnet Stack Virtual Devices and BBMD Example v" << APPLICATION_VERSION << "." << CIBUILDNUMBER << std::endl;
6464
std::cout << "https://github.com/chipkin/BACnetVirtualDevicesBBMDExampleCPP" << std::endl << std::endl;
6565

6666
// Check for bbmd address from the command arguments, otherwise use a default
@@ -356,7 +356,7 @@ bool DoUserInput()
356356
// Print the Help
357357
std::cout << std::endl << std::endl;
358358
// Print the application version information
359-
std::cout << "CAS BACnet Stack Virtual Devices Server Example v" << APPLICATION_VERSION << "." << CIBUILDNUMBER << std::endl;
359+
std::cout << "CAS BACnet Stack Virtual Devices and BBMD Example v" << APPLICATION_VERSION << "." << CIBUILDNUMBER << std::endl;
360360
std::cout << "https://github.com/chipkin/BACnetVirtualDevicesBBMDExampleCPP" << std::endl << std::endl;
361361

362362
std::cout << "Help:" << std::endl;

0 commit comments

Comments
 (0)