CamGetHistoryMessage.h
Go to the documentation of this file.
00001 
00041 #ifndef LibMultiSense_CamGetHistoryMessage
00042 #define LibMultiSense_CamGetHistoryMessage
00043 
00044 #include "details/utility/Portability.hh"
00045 
00046 namespace crl {
00047 namespace multisense {
00048 namespace details {
00049 namespace wire {
00050 
00051 class CamGetHistory {
00052 public:
00053     static CRL_CONSTEXPR IdType      ID      = ID_CMD_CAM_GET_HISTORY;
00054     static CRL_CONSTEXPR VersionType VERSION = 1;
00055 
00056     //
00057     // Constructors
00058 
00059     CamGetHistory(utility::BufferStreamReader&r, VersionType v) {serialize(r,v);};
00060     CamGetHistory() {};
00061 
00062     //
00063     // Serialization routine
00064 
00065     template<class Archive>
00066         void serialize(Archive&          message,
00067                        const VersionType version)
00068     {
00069         // nothing yet
00070     }
00071 };
00072 
00073 }}}}; // namespaces
00074 
00075 #endif


multisense_lib
Author(s):
autogenerated on Mon Oct 9 2017 03:06:21