임베디드 시스템 코드 재사용성에 대한 연구
A Study on the Code Reusability for Embedded System
- 한국산업기술융합학회(구. 산업기술교육훈련학회)
- 산업기술연구논문지
- 산업기술교육훈련논문지 제20권 3호
- : KCI등재후보
- 2015.09
- 7 - 12 (6 pages)
C++ is an object-oriented superset of C that is increasingly popular among embedded programmers. All of the core language features are the same as C, but C++ adds new functionality for better data. abstraction and a more object-oriented style of programming. These new features are very helpful to software developers, but some of them reduce the efficiency of the executable program. C++ programs produce larger executables that run more slowly than programs written entirely in C. However, C++ has many benefits for programmers. So C++ tends to be most popular with embedded development teams, where the benefits to developers outweigh the loss of program efficiency.On this paper,I had test the arduino which is a embedded platform. The result of this study showed that C++ language makes writing reusable code easy. Finally this study suggested some way to embedded programming using OOP.
ABSTRACT
Ⅰ. 서론
Ⅱ. 본론
Ⅲ. 실험
Ⅳ. 결론
참고문헌