Jason Watkins
df5e2fd198
Update copyright notice
2018-10-19 17:44:27 -07:00
Chris Teubert
6631814438
Updated Copyright Year, Version #, Mac Binary
2017-05-03 10:20:59 -07:00
Jason Watkins
470219694c
Remove unused method from Message.h
2016-03-01 16:31:40 -08:00
Jason Watkins
ec151a2248
Update copyright year.
2016-03-01 16:31:14 -08:00
Chris Teubert
cfdd183214
Merge branch 'master' into develop
...
# Conflicts:
# xpcPlugin/XPlaneConnect/mac.xpl
# xpcPlugin/xpcPlugin.xcodeproj/project.pbxproj
2016-02-29 12:48:30 -08:00
Chris Teubert
79d4897206
Added newline at EOF
...
So X-Code won’t complain anymore.
2015-05-04 10:59:16 -07:00
Jason Watkins
1a3f658774
Changed types from fixed width types in stdint to language primitive types guaranteed to be at least as big.
2015-04-16 10:13:18 -07:00
Jason Watkins
547eb4de18
Refactored various message-related operations into the Message class.
...
- Replaces the XPCMessage struct.
- Messages are now read from a UDPSocket by the Message class.
- Printing messages to the log is now handled by the Message class.
- In the future, may extend this class with command-specific subclasses that encapsulate additional message parsing functionality.
2015-04-13 09:42:29 -07:00