- Internet of Things for Architects
- Perry Lea
- 177字
- 2021-06-25 22:46:54
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "The insert operation places a modification in the working memory."
A block of code is set as follows:
rule "Furnace_On"
when
Smoke_Sensor(value > 0) && Heat_Sensor(value > 0)
then
insert(Furnace_On())
end
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
rule "Furnace_On"
when
Smoke_Sensor(value > 0) && Heat_Sensor(value > 0)
then
insert(Furnace_On())
end
Any command-line input or output is written as follows:
aws greengrass create-function-definition --name "sensorDefinition"
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Internet Key Exchange (IKE) is the security protocol in IPsec."
Warnings or important notes appear like this.
Tips and tricks appear like this.
- ArchiCAD 19:The Definitive Guide
- 腦動力:C語言函數(shù)速查效率手冊
- 商戰(zhàn)數(shù)據(jù)挖掘:你需要了解的數(shù)據(jù)科學(xué)與分析思維
- IoT Penetration Testing Cookbook
- 現(xiàn)代傳感技術(shù)
- HTML5 Canvas Cookbook
- 空間機(jī)械臂建模、規(guī)劃與控制
- C++程序設(shè)計基礎(chǔ)(上)
- C#求職寶典
- Hands-On Business Intelligence with Qlik Sense
- Wireshark Revealed:Essential Skills for IT Professionals
- Raspberry Pi 3 Projects for Java Programmers
- 暗戰(zhàn)強(qiáng)人:黑客及反黑客工具快速精通
- INSTANT R Starter
- R:Predictive Analysis